Color spaces of #dedcf6
RGB | 222 | 220 | 246 |
---|---|---|---|
HSL | 0.68 | 0.59 | 0.91 |
HSV | 245° | 11° | 96° |
CMYK | 0.10 | 0.11 | 0.00 0.04 |
XYZ | 72.3520 | 73.3698 | 97.5372 |
Yxy | 73.3698 | 0.2974 | 0.3016 |
Hunter Lab | 85.6562 | 0.8770 | -7.5546 |
CIE-Lab | 88.6238 | 5.5704 | -12.4111 |
#dedcf6 color RGB value is (222,220,246).
#dedcf6 hex color red value is 222, green value is 220 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #dedcf6 hue: 0.68 , saturation: 0.59 and the lightness value of dedcf6 is 0.91.
The process color (four color CMYK) of #dedcf6 color hex is 0.10, 0.11, 0.00, 0.04. Web safe color of #dedcf6 is #ccccff. Color #dedcf6 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11011100 | 11110110 |
Octal | 336 | 334 | 366 |
Decimal | 222 | 220 | 246 |
Hex | DE | DC | F6 |
Shades of #dedcf6
Tints of #dedcf6
RGB Percentages of Color #dedcf6
CMYK Percentages of Color #dedcf6
Complementary Color
#dedcf6 | #f4f6dc |
#dedcf6 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dedcf6 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dedcf6 Color CSS Codes
.mybgcolor {background-color:#dedcf6; } .myforecolor {color:#dedcf6; } .mybordercolor {border:3px solid #dedcf6; }
#dedcf6 Text Font Color
<p style="color:#dedcf6">Text here</p>
This sample text font color is #dedcf6
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#dedcf6 Background Color
<div style="background-color:#dedcf6">
Div content here</div>
This div background color is #dedcf6
#dedcf6 Border Color
<div style="border:3px solid #dedcf6">
Div here</div>
This div border color is #dedcf6
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,220,246, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dedcf6; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dedcf6; -webkit-box-shadow: 1px 1px 3px 2px #dedcf6; box-shadow: 1px 1px 3px 2px #dedcf6; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,220,246, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dedcf6">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dedcf6; -webkit-box-shadow: 1px 1px 3px 2px #dedcf6; box-shadow: 1px 1px 3px 2px #dedcf6;">
Div content here</div>
This div box has shadow with color #dedcf6
#dedcf6 Color Palettes
Comments
No comments written yet.
Please login to write comment.