Shades of Solitude #DEE5F3
Tints of Solitude #DEE5F3
RGB
CMYK
RGB Variations
Color information
#DEE5F3 (or 0xDEE5F3) is known color: Solitude. HEX triplet: DE, E5 and F3. RGB value is (222,229,243). Sum of RGB (Red+Green+Blue) = 222+229+243=694 (91% of max value = 765). Red value is 222 (87.11% from 255 or 31.99% from 694); Green value is 229 (89.84% from 255 or 33.00% from 694); Blue value is 243 (95.31% from 255 or 35.01% from 694); Max value from RGB is 243 - color contains mainly: blue. Hex color #DEE5F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE5F3 is #211A0C. Grayscale: #E4E4E4. Windows color (decimal): -2169357 or 15984094. OLE color: 15984094.
HSL color Cylindrical-coordinate representation of color #DEE5F3: hue angle of 220º degrees, saturation: 0.47, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DEE5F3 is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 229 | 243 | - |
| CMYK | 0.09 | 0.06 | 0 | 0.05 |
| HSL | 220º | 0.47% | 0.91% | - |
| HSV(B) | 220º | 0.09% | 0.95% | - |
| XYZ | 74.32 | 78.04 | 95.94 | - |
| YUV | 228.5 | 136.18 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 229 | 243 | 0.09 | 0.06 | 0 | 0.05 | 220 | 0.47 | 0.91 |
| Hex | DE | E5 | F3 | 9 | 6 | 0 | 5 | DC | 2F | 5B |
| Octal | 336 | 345 | 363 | 11 | 6 | 0 | 5 | 334 | 57 | 133 |
| Binary | 11011110 | 11100101 | 11110011 | 1001 | 110 | 0 | 101 | 11011100 | 101111 | 1011011 |
Color Harmonies of #DEE5F3
Complementary color
Monochromatic Colors of #DEE5F3
Black with #DEE5F3
Text Example
Text Example
White with #DEE5F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE5F3; }
p { color: rgb(222,229,243); }
H1.HeaderClassName
{
color: #DEE5F3;
}
.AnyTagClassName
{
color: #DEE5F3;
}
</style>
background-color css
<style>
a { background-color: #DEE5F3; }
a { background-color: rgb(222,229,243); }
div.DivClassName
{
background-color: #DEE5F3;
}
.BgClassName
{
background-color: #DEE5F3;
}
</style>
border-color css
<style>
span { border-color: #DEE5F3; }
span { border-color: rgb(222,229,243); }
td.TdClassName
{
border-color: #DEE5F3;
}
.TagClassName
{
border-color: #DEE5F3;
}
</style>