Shades of Solitude #DCE9FF
Tints of Solitude #DCE9FF
RGB
CMYK
RGB Variations
Color information
#DCE9FF (or 0xDCE9FF) is known color: Solitude. HEX triplet: DC, E9 and FF. RGB value is (220,233,255). Sum of RGB (Red+Green+Blue) = 220+233+255=708 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.07% from 708); Green value is 233 (91.41% from 255 or 32.91% from 708); Blue value is 255 (100% from 255 or 36.02% from 708); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCE9FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCE9FF is #231600. Grayscale: #E7E7E7. Windows color (decimal): -2299393 or 16771548. OLE color: 16771548.
HSL color Cylindrical-coordinate representation of color #DCE9FF: hue angle of 217.71º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCE9FF is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 233 | 255 | - |
| CMYK | 0.14 | 0.09 | 0 | 0 |
| HSL | 217.71º | 1% | 0.93% | - |
| HSV(B) | 217.71º | 0.14% | 1% | - |
| XYZ | 76.7 | 80.71 | 106.14 | - |
| YUV | 231.62 | 141.19 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 233 | 255 | 0.14 | 0.09 | 0 | 0 | 217.71 | 1 | 0.93 |
| Hex | DC | E9 | FF | E | 9 | 0 | 0 | DA | 64 | 5D |
| Octal | 334 | 351 | 377 | 16 | 11 | 0 | 0 | 332 | 144 | 135 |
| Binary | 11011100 | 11101001 | 11111111 | 1110 | 1001 | 0 | 0 | 11011010 | 1100100 | 1011101 |
Color Harmonies of #DCE9FF
Complementary color
Monochromatic Colors of #DCE9FF
Black with #DCE9FF
Text Example
Text Example
White with #DCE9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE9FF; }
p { color: rgb(220,233,255); }
H1.HeaderClassName
{
color: #DCE9FF;
}
.AnyTagClassName
{
color: #DCE9FF;
}
</style>
background-color css
<style>
a { background-color: #DCE9FF; }
a { background-color: rgb(220,233,255); }
div.DivClassName
{
background-color: #DCE9FF;
}
.BgClassName
{
background-color: #DCE9FF;
}
</style>
border-color css
<style>
span { border-color: #DCE9FF; }
span { border-color: rgb(220,233,255); }
td.TdClassName
{
border-color: #DCE9FF;
}
.TagClassName
{
border-color: #DCE9FF;
}
</style>