Shades of Solitude #DCE6FF
Tints of Solitude #DCE6FF
RGB
CMYK
RGB Variations
Color information
#DCE6FF (or 0xDCE6FF) is known color: Solitude. HEX triplet: DC, E6 and FF. RGB value is (220,230,255). Sum of RGB (Red+Green+Blue) = 220+230+255=705 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.21% from 705); Green value is 230 (90.23% from 255 or 32.62% from 705); Blue value is 255 (100% from 255 or 36.17% from 705); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCE6FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCE6FF is #231900. Grayscale: #E5E5E5. Windows color (decimal): -2300161 or 16770780. OLE color: 16770780.
HSL color Cylindrical-coordinate representation of color #DCE6FF: hue angle of 222.86º 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 #DCE6FF is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 230 | 255 | - |
| CMYK | 0.14 | 0.10 | 0 | 0 |
| HSL | 222.86º | 1% | 0.93% | - |
| HSV(B) | 222.86º | 0.14% | 1% | - |
| XYZ | 75.86 | 79.03 | 105.86 | - |
| YUV | 229.86 | 142.19 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 230 | 255 | 0.14 | 0.10 | 0 | 0 | 222.86 | 1 | 0.93 |
| Hex | DC | E6 | FF | E | A | 0 | 0 | DF | 64 | 5D |
| Octal | 334 | 346 | 377 | 16 | 12 | 0 | 0 | 337 | 144 | 135 |
| Binary | 11011100 | 11100110 | 11111111 | 1110 | 1010 | 0 | 0 | 11011111 | 1100100 | 1011101 |
Color Harmonies of #DCE6FF
Complementary color
Monochromatic Colors of #DCE6FF
Black with #DCE6FF
Text Example
Text Example
White with #DCE6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE6FF; }
p { color: rgb(220,230,255); }
H1.HeaderClassName
{
color: #DCE6FF;
}
.AnyTagClassName
{
color: #DCE6FF;
}
</style>
background-color css
<style>
a { background-color: #DCE6FF; }
a { background-color: rgb(220,230,255); }
div.DivClassName
{
background-color: #DCE6FF;
}
.BgClassName
{
background-color: #DCE6FF;
}
</style>
border-color css
<style>
span { border-color: #DCE6FF; }
span { border-color: rgb(220,230,255); }
td.TdClassName
{
border-color: #DCE6FF;
}
.TagClassName
{
border-color: #DCE6FF;
}
</style>