Shades of Solitude #DEEAF6
Tints of Solitude #DEEAF6
RGB
CMYK
RGB Variations
Color information
#DEEAF6 (or 0xDEEAF6) is known color: Solitude. HEX triplet: DE, EA and F6. RGB value is (222,234,246). Sum of RGB (Red+Green+Blue) = 222+234+246=702 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.62% from 702); Green value is 234 (91.80% from 255 or 33.33% from 702); Blue value is 246 (96.48% from 255 or 35.04% from 702); Max value from RGB is 246 - color contains mainly: blue. Hex color #DEEAF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEEAF6 is #211509. Grayscale: #E7E7E7. Windows color (decimal): -2168074 or 16181982. OLE color: 16181982.
HSL color Cylindrical-coordinate representation of color #DEEAF6: hue angle of 210º degrees, saturation: 0.57, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DEEAF6 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 222 | 234 | 246 | - |
CMYK | 0.10 | 0.05 | 0 | 0.04 |
HSL | 210º | 0.57% | 0.92% | - |
HSV(B) | 210º | 0.1% | 0.96% | - |
XYZ | 76.18 | 81.03 | 98.81 | - |
YUV | 231.78 | 136.02 | 121.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 234 | 246 | 0.10 | 0.05 | 0 | 0.04 | 210 | 0.57 | 0.92 |
Hex | DE | EA | F6 | A | 5 | 0 | 4 | D2 | 39 | 5C |
Octal | 336 | 352 | 366 | 12 | 5 | 0 | 4 | 322 | 71 | 134 |
Binary | 11011110 | 11101010 | 11110110 | 1010 | 101 | 0 | 100 | 11010010 | 111001 | 1011100 |
Color Harmonies of #DEEAF6
Complementary color
Monochromatic Colors of #DEEAF6
Black with #DEEAF6
Text Example
Text Example
White with #DEEAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEAF6; }
p { color: rgb(222,234,246); }
H1.HeaderClassName
{
color: #DEEAF6;
}
.AnyTagClassName
{
color: #DEEAF6;
}
</style>
background-color css
<style>
a { background-color: #DEEAF6; }
a { background-color: rgb(222,234,246); }
div.DivClassName
{
background-color: #DEEAF6;
}
.BgClassName
{
background-color: #DEEAF6;
}
</style>
border-color css
<style>
span { border-color: #DEEAF6; }
span { border-color: rgb(222,234,246); }
td.TdClassName
{
border-color: #DEEAF6;
}
.TagClassName
{
border-color: #DEEAF6;
}
</style>