Shades of Solitude #DEE5F9
Tints of Solitude #DEE5F9
RGB
CMYK
RGB Variations
Color information
#DEE5F9 (or 0xDEE5F9) is known color: Solitude. HEX triplet: DE, E5 and F9. RGB value is (222,229,249). Sum of RGB (Red+Green+Blue) = 222+229+249=700 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.71% from 700); Green value is 229 (89.84% from 255 or 32.71% from 700); Blue value is 249 (97.66% from 255 or 35.57% from 700); Max value from RGB is 249 - color contains mainly: blue. Hex color #DEE5F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE5F9 is #211A06. Grayscale: #E5E5E5. Windows color (decimal): -2169351 or 16377310. OLE color: 16377310.
HSL color Cylindrical-coordinate representation of color #DEE5F9: hue angle of 224.44º 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 #DEE5F9 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 229 | 249 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.02 |
| HSL | 224.44º | 0.69% | 0.92% | - |
| HSV(B) | 224.44º | 0.11% | 0.98% | - |
| XYZ | 75.24 | 78.41 | 100.79 | - |
| YUV | 229.19 | 139.18 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 229 | 249 | 0.11 | 0.08 | 0 | 0.02 | 224.44 | 0.69 | 0.92 |
| Hex | DE | E5 | F9 | B | 8 | 0 | 2 | E0 | 45 | 5C |
| Octal | 336 | 345 | 371 | 13 | 10 | 0 | 2 | 340 | 105 | 134 |
| Binary | 11011110 | 11100101 | 11111001 | 1011 | 1000 | 0 | 10 | 11100000 | 1000101 | 1011100 |
Color Harmonies of #DEE5F9
Complementary color
Monochromatic Colors of #DEE5F9
Black with #DEE5F9
Text Example
Text Example
White with #DEE5F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE5F9; }
p { color: rgb(222,229,249); }
H1.HeaderClassName
{
color: #DEE5F9;
}
.AnyTagClassName
{
color: #DEE5F9;
}
</style>
background-color css
<style>
a { background-color: #DEE5F9; }
a { background-color: rgb(222,229,249); }
div.DivClassName
{
background-color: #DEE5F9;
}
.BgClassName
{
background-color: #DEE5F9;
}
</style>
border-color css
<style>
span { border-color: #DEE5F9; }
span { border-color: rgb(222,229,249); }
td.TdClassName
{
border-color: #DEE5F9;
}
.TagClassName
{
border-color: #DEE5F9;
}
</style>