Shades of Solitude #DEEAF9
Tints of Solitude #DEEAF9
RGB
CMYK
RGB Variations
Color information
#DEEAF9 (or 0xDEEAF9) is known color: Solitude. HEX triplet: DE, EA and F9. RGB value is (222,234,249). Sum of RGB (Red+Green+Blue) = 222+234+249=705 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.49% from 705); Green value is 234 (91.80% from 255 or 33.19% from 705); Blue value is 249 (97.66% from 255 or 35.32% from 705); Max value from RGB is 249 - color contains mainly: blue. Hex color #DEEAF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEEAF9 is #211506. Grayscale: #E8E8E8. Windows color (decimal): -2168071 or 16378590. OLE color: 16378590.
HSL color Cylindrical-coordinate representation of color #DEEAF9: hue angle of 213.33º degrees, saturation: 0.69, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DEEAF9 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 222 | 234 | 249 | - |
CMYK | 0.11 | 0.06 | 0 | 0.02 |
HSL | 213.33º | 0.69% | 0.92% | - |
HSV(B) | 213.33º | 0.11% | 0.98% | - |
XYZ | 76.65 | 81.21 | 101.26 | - |
YUV | 232.12 | 137.52 | 120.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 234 | 249 | 0.11 | 0.06 | 0 | 0.02 | 213.33 | 0.69 | 0.92 |
Hex | DE | EA | F9 | B | 6 | 0 | 2 | D5 | 45 | 5C |
Octal | 336 | 352 | 371 | 13 | 6 | 0 | 2 | 325 | 105 | 134 |
Binary | 11011110 | 11101010 | 11111001 | 1011 | 110 | 0 | 10 | 11010101 | 1000101 | 1011100 |
Color Harmonies of #DEEAF9
Complementary color
Monochromatic Colors of #DEEAF9
Black with #DEEAF9
Text Example
Text Example
White with #DEEAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEAF9; }
p { color: rgb(222,234,249); }
H1.HeaderClassName
{
color: #DEEAF9;
}
.AnyTagClassName
{
color: #DEEAF9;
}
</style>
background-color css
<style>
a { background-color: #DEEAF9; }
a { background-color: rgb(222,234,249); }
div.DivClassName
{
background-color: #DEEAF9;
}
.BgClassName
{
background-color: #DEEAF9;
}
</style>
border-color css
<style>
span { border-color: #DEEAF9; }
span { border-color: rgb(222,234,249); }
td.TdClassName
{
border-color: #DEEAF9;
}
.TagClassName
{
border-color: #DEEAF9;
}
</style>