Shades of Solitude #D9E7FF
Tints of Solitude #D9E7FF
RGB
CMYK
RGB Variations
Color information
#D9E7FF (or 0xD9E7FF) is known color: Solitude. HEX triplet: D9, E7 and FF. RGB value is (217,231,255). Sum of RGB (Red+Green+Blue) = 217+231+255=703 (93% of max value = 765). Red value is 217 (85.16% from 255 or 30.87% from 703); Green value is 231 (90.62% from 255 or 32.86% from 703); Blue value is 255 (100% from 255 or 36.27% from 703); Max value from RGB is 255 - color contains mainly: blue. Hex color #D9E7FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9E7FF is #261800. Grayscale: #E5E5E5. Windows color (decimal): -2496513 or 16771033. OLE color: 16771033.
HSL color Cylindrical-coordinate representation of color #D9E7FF: hue angle of 217.89º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9E7FF is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 231 | 255 | - |
| CMYK | 0.15 | 0.09 | 0 | 0 |
| HSL | 217.89º | 1% | 0.93% | - |
| HSV(B) | 217.89º | 0.15% | 1% | - |
| XYZ | 75.24 | 79.12 | 105.91 | - |
| YUV | 229.55 | 142.36 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 231 | 255 | 0.15 | 0.09 | 0 | 0 | 217.89 | 1 | 0.93 |
| Hex | D9 | E7 | FF | F | 9 | 0 | 0 | DA | 64 | 5D |
| Octal | 331 | 347 | 377 | 17 | 11 | 0 | 0 | 332 | 144 | 135 |
| Binary | 11011001 | 11100111 | 11111111 | 1111 | 1001 | 0 | 0 | 11011010 | 1100100 | 1011101 |
Color Harmonies of #D9E7FF
Complementary color
Monochromatic Colors of #D9E7FF
Black with #D9E7FF
Text Example
Text Example
White with #D9E7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E7FF; }
p { color: rgb(217,231,255); }
H1.HeaderClassName
{
color: #D9E7FF;
}
.AnyTagClassName
{
color: #D9E7FF;
}
</style>
background-color css
<style>
a { background-color: #D9E7FF; }
a { background-color: rgb(217,231,255); }
div.DivClassName
{
background-color: #D9E7FF;
}
.BgClassName
{
background-color: #D9E7FF;
}
</style>
border-color css
<style>
span { border-color: #D9E7FF; }
span { border-color: rgb(217,231,255); }
td.TdClassName
{
border-color: #D9E7FF;
}
.TagClassName
{
border-color: #D9E7FF;
}
</style>