Shades of Solitude #DEE5F5
Tints of Solitude #DEE5F5
RGB
CMYK
RGB Variations
Color information
#DEE5F5 (or 0xDEE5F5) is known color: Solitude. HEX triplet: DE, E5 and F5. RGB value is (222,229,245). Sum of RGB (Red+Green+Blue) = 222+229+245=696 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.90% from 696); Green value is 229 (89.84% from 255 or 32.90% from 696); Blue value is 245 (96.09% from 255 or 35.20% from 696); Max value from RGB is 245 - color contains mainly: blue. Hex color #DEE5F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE5F5 is #211A0A. Grayscale: #E4E4E4. Windows color (decimal): -2169355 or 16115166. OLE color: 16115166.
HSL color Cylindrical-coordinate representation of color #DEE5F5: hue angle of 221.74º degrees, saturation: 0.53, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DEE5F5 is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 229 | 245 | - |
| CMYK | 0.09 | 0.07 | 0 | 0.04 |
| HSL | 221.74º | 0.53% | 0.92% | - |
| HSV(B) | 221.74º | 0.09% | 0.96% | - |
| XYZ | 74.62 | 78.16 | 97.54 | - |
| YUV | 228.73 | 137.18 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 229 | 245 | 0.09 | 0.07 | 0 | 0.04 | 221.74 | 0.53 | 0.92 |
| Hex | DE | E5 | F5 | 9 | 7 | 0 | 4 | DE | 35 | 5C |
| Octal | 336 | 345 | 365 | 11 | 7 | 0 | 4 | 336 | 65 | 134 |
| Binary | 11011110 | 11100101 | 11110101 | 1001 | 111 | 0 | 100 | 11011110 | 110101 | 1011100 |
Color Harmonies of #DEE5F5
Complementary color
Monochromatic Colors of #DEE5F5
Black with #DEE5F5
Text Example
Text Example
White with #DEE5F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE5F5; }
p { color: rgb(222,229,245); }
H1.HeaderClassName
{
color: #DEE5F5;
}
.AnyTagClassName
{
color: #DEE5F5;
}
</style>
background-color css
<style>
a { background-color: #DEE5F5; }
a { background-color: rgb(222,229,245); }
div.DivClassName
{
background-color: #DEE5F5;
}
.BgClassName
{
background-color: #DEE5F5;
}
</style>
border-color css
<style>
span { border-color: #DEE5F5; }
span { border-color: rgb(222,229,245); }
td.TdClassName
{
border-color: #DEE5F5;
}
.TagClassName
{
border-color: #DEE5F5;
}
</style>