Color spaces of #dedcee
RGB | 222 | 220 | 238 |
---|---|---|---|
HSL | 0.69 | 0.35 | 0.90 |
HSV | 247° | 8° | 93° |
CMYK | 0.07 | 0.08 | 0.00 0.07 |
XYZ | 71.1500 | 72.8890 | 91.2079 |
Yxy | 72.8890 | 0.3024 | 0.3098 |
Hunter Lab | 85.3751 | -0.6477 | -3.5782 |
CIE-Lab | 88.3947 | 4.0153 | -8.5421 |
#dedcee color RGB value is (222,220,238).
#dedcee hex color red value is 222, green value is 220 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #dedcee hue: 0.69 , saturation: 0.35 and the lightness value of dedcee is 0.90.
The process color (four color CMYK) of #dedcee color hex is 0.07, 0.08, 0.00, 0.07. Web safe color of #dedcee is #ccccff. Color #dedcee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11011100 | 11101110 |
Octal | 336 | 334 | 356 |
Decimal | 222 | 220 | 238 |
Hex | DE | DC | EE |
Shades of #dedcee
Tints of #dedcee
RGB Percentages of Color #dedcee
CMYK Percentages of Color #dedcee
Complementary Color
#dedcee | #eceedc |
#dedcee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dedcee Color Preview on White Background
Lorem ipsum dolor sit amet.
#dedcee Color CSS Codes
.mybgcolor {background-color:#dedcee; } .myforecolor {color:#dedcee; } .mybordercolor {border:3px solid #dedcee; }
#dedcee Text Font Color
<p style="color:#dedcee">Text here</p>
This sample text font color is #dedcee
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.
#dedcee Background Color
<div style="background-color:#dedcee">
Div content here</div>
This div background color is #dedcee
#dedcee Border Color
<div style="border:3px solid #dedcee">
Div here</div>
This div border color is #dedcee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,220,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dedcee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dedcee; -webkit-box-shadow: 1px 1px 3px 2px #dedcee; box-shadow: 1px 1px 3px 2px #dedcee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,220,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dedcee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dedcee; -webkit-box-shadow: 1px 1px 3px 2px #dedcee; box-shadow: 1px 1px 3px 2px #dedcee;">
Div content here</div>
This div box has shadow with color #dedcee
Comments
No comments written yet.
Please login to write comment.