Shades of Solitude #DEE6EF
Tints of Solitude #DEE6EF
RGB
CMYK
RGB Variations
Color information
#DEE6EF (or 0xDEE6EF) is known color: Solitude. HEX triplet: DE, E6 and EF. RGB value is (222,230,239). Sum of RGB (Red+Green+Blue) = 222+230+239=691 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.13% from 691); Green value is 230 (90.23% from 255 or 33.29% from 691); Blue value is 239 (93.75% from 255 or 34.59% from 691); Max value from RGB is 239 - color contains mainly: blue. Hex color #DEE6EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEE6EF is #211910. Grayscale: #E4E4E4. Windows color (decimal): -2169105 or 15722206. OLE color: 15722206.
HSL color Cylindrical-coordinate representation of color #DEE6EF: hue angle of 211.76º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DEE6EF is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 222 | 230 | 239 | - |
CMYK | 0.07 | 0.04 | 0 | 0.06 |
HSL | 211.76º | 0.35% | 0.9% | - |
HSV(B) | 211.76º | 0.07% | 0.94% | - |
XYZ | 74 | 78.36 | 92.89 | - |
YUV | 228.63 | 133.85 | 123.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 230 | 239 | 0.07 | 0.04 | 0 | 0.06 | 211.76 | 0.35 | 0.9 |
Hex | DE | E6 | EF | 7 | 4 | 0 | 6 | D4 | 23 | 5A |
Octal | 336 | 346 | 357 | 7 | 4 | 0 | 6 | 324 | 43 | 132 |
Binary | 11011110 | 11100110 | 11101111 | 111 | 100 | 0 | 110 | 11010100 | 100011 | 1011010 |
Color Harmonies of #DEE6EF
Complementary color
Monochromatic Colors of #DEE6EF
Black with #DEE6EF
Text Example
Text Example
White with #DEE6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE6EF; }
p { color: rgb(222,230,239); }
H1.HeaderClassName
{
color: #DEE6EF;
}
.AnyTagClassName
{
color: #DEE6EF;
}
</style>
background-color css
<style>
a { background-color: #DEE6EF; }
a { background-color: rgb(222,230,239); }
div.DivClassName
{
background-color: #DEE6EF;
}
.BgClassName
{
background-color: #DEE6EF;
}
</style>
border-color css
<style>
span { border-color: #DEE6EF; }
span { border-color: rgb(222,230,239); }
td.TdClassName
{
border-color: #DEE6EF;
}
.TagClassName
{
border-color: #DEE6EF;
}
</style>