Shades of Solitude #D9E6FC
Tints of Solitude #D9E6FC
RGB
CMYK
RGB Variations
Color information
#D9E6FC (or 0xD9E6FC) is known color: Solitude. HEX triplet: D9, E6 and FC. RGB value is (217,230,252). Sum of RGB (Red+Green+Blue) = 217+230+252=699 (92% of max value = 765). Red value is 217 (85.16% from 255 or 31.04% from 699); Green value is 230 (90.23% from 255 or 32.90% from 699); Blue value is 252 (98.83% from 255 or 36.05% from 699); Max value from RGB is 252 - color contains mainly: blue. Hex color #D9E6FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9E6FC is #261903. Grayscale: #E4E4E4. Windows color (decimal): -2496772 or 16574169. OLE color: 16574169.
HSL color Cylindrical-coordinate representation of color #D9E6FC: hue angle of 217.71º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9E6FC is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 217 | 230 | 252 | - |
CMYK | 0.14 | 0.09 | 0 | 0.01 |
HSL | 217.71º | 0.85% | 0.92% | - |
HSV(B) | 217.71º | 0.14% | 0.99% | - |
XYZ | 74.48 | 78.37 | 103.3 | - |
YUV | 228.62 | 141.19 | 119.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 230 | 252 | 0.14 | 0.09 | 0 | 0.01 | 217.71 | 0.85 | 0.92 |
Hex | D9 | E6 | FC | E | 9 | 0 | 1 | DA | 55 | 5C |
Octal | 331 | 346 | 374 | 16 | 11 | 0 | 1 | 332 | 125 | 134 |
Binary | 11011001 | 11100110 | 11111100 | 1110 | 1001 | 0 | 1 | 11011010 | 1010101 | 1011100 |
Color Harmonies of #D9E6FC
Complementary color
Monochromatic Colors of #D9E6FC
Black with #D9E6FC
Text Example
Text Example
White with #D9E6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E6FC; }
p { color: rgb(217,230,252); }
H1.HeaderClassName
{
color: #D9E6FC;
}
.AnyTagClassName
{
color: #D9E6FC;
}
</style>
background-color css
<style>
a { background-color: #D9E6FC; }
a { background-color: rgb(217,230,252); }
div.DivClassName
{
background-color: #D9E6FC;
}
.BgClassName
{
background-color: #D9E6FC;
}
</style>
border-color css
<style>
span { border-color: #D9E6FC; }
span { border-color: rgb(217,230,252); }
td.TdClassName
{
border-color: #D9E6FC;
}
.TagClassName
{
border-color: #D9E6FC;
}
</style>