Shades of Solitude #DEEEFF
Tints of Solitude #DEEEFF
RGB
CMYK
RGB Variations
Color information
#DEEEFF (or 0xDEEEFF) is known color: Solitude. HEX triplet: DE, EE and FF. RGB value is (222,238,255). Sum of RGB (Red+Green+Blue) = 222+238+255=715 (94% of max value = 765). Red value is 222 (87.11% from 255 or 31.05% from 715); Green value is 238 (93.36% from 255 or 33.29% from 715); Blue value is 255 (100% from 255 or 35.66% from 715); Max value from RGB is 255 - color contains mainly: blue. Hex color #DEEEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEEEFF is #211100. Grayscale: #EBEBEB. Windows color (decimal): -2167041 or 16772830. OLE color: 16772830.
HSL color Cylindrical-coordinate representation of color #DEEEFF: hue angle of 210.91º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DEEEFF is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 238 | 255 | - |
| CMYK | 0.13 | 0.07 | 0 | 0 |
| HSL | 210.91º | 1% | 0.94% | - |
| HSV(B) | 210.91º | 0.13% | 1% | - |
| XYZ | 78.75 | 83.9 | 106.65 | - |
| YUV | 235.15 | 139.2 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 238 | 255 | 0.13 | 0.07 | 0 | 0 | 210.91 | 1 | 0.94 |
| Hex | DE | EE | FF | D | 7 | 0 | 0 | D3 | 64 | 5E |
| Octal | 336 | 356 | 377 | 15 | 7 | 0 | 0 | 323 | 144 | 136 |
| Binary | 11011110 | 11101110 | 11111111 | 1101 | 111 | 0 | 0 | 11010011 | 1100100 | 1011110 |
Color Harmonies of #DEEEFF
Complementary color
Monochromatic Colors of #DEEEFF
Black with #DEEEFF
Text Example
Text Example
White with #DEEEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEEFF; }
p { color: rgb(222,238,255); }
H1.HeaderClassName
{
color: #DEEEFF;
}
.AnyTagClassName
{
color: #DEEEFF;
}
</style>
background-color css
<style>
a { background-color: #DEEEFF; }
a { background-color: rgb(222,238,255); }
div.DivClassName
{
background-color: #DEEEFF;
}
.BgClassName
{
background-color: #DEEEFF;
}
</style>
border-color css
<style>
span { border-color: #DEEEFF; }
span { border-color: rgb(222,238,255); }
td.TdClassName
{
border-color: #DEEEFF;
}
.TagClassName
{
border-color: #DEEEFF;
}
</style>