Shades of Solitude #DCE3ED
Tints of Solitude #DCE3ED
RGB
CMYK
RGB Variations
Color information
#DCE3ED (or 0xDCE3ED) is known color: Solitude. HEX triplet: DC, E3 and ED. RGB value is (220,227,237). Sum of RGB (Red+Green+Blue) = 220+227+237=684 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.16% from 684); Green value is 227 (89.06% from 255 or 33.19% from 684); Blue value is 237 (92.97% from 255 or 34.65% from 684); Max value from RGB is 237 - color contains mainly: blue. Hex color #DCE3ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE3ED is #231C12. Grayscale: #E2E2E2. Windows color (decimal): -2300947 or 15590364. OLE color: 15590364.
HSL color Cylindrical-coordinate representation of color #DCE3ED: hue angle of 215.29º degrees, saturation: 0.32, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DCE3ED is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 227 | 237 | - |
| CMYK | 0.07 | 0.04 | 0 | 0.07 |
| HSL | 215.29º | 0.32% | 0.9% | - |
| HSV(B) | 215.29º | 0.07% | 0.93% | - |
| XYZ | 72.27 | 76.27 | 91.03 | - |
| YUV | 226.05 | 134.18 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 227 | 237 | 0.07 | 0.04 | 0 | 0.07 | 215.29 | 0.32 | 0.9 |
| Hex | DC | E3 | ED | 7 | 4 | 0 | 7 | D7 | 20 | 5A |
| Octal | 334 | 343 | 355 | 7 | 4 | 0 | 7 | 327 | 40 | 132 |
| Binary | 11011100 | 11100011 | 11101101 | 111 | 100 | 0 | 111 | 11010111 | 100000 | 1011010 |
Color Harmonies of #DCE3ED
Complementary color
Monochromatic Colors of #DCE3ED
Black with #DCE3ED
Text Example
Text Example
White with #DCE3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE3ED; }
p { color: rgb(220,227,237); }
H1.HeaderClassName
{
color: #DCE3ED;
}
.AnyTagClassName
{
color: #DCE3ED;
}
</style>
background-color css
<style>
a { background-color: #DCE3ED; }
a { background-color: rgb(220,227,237); }
div.DivClassName
{
background-color: #DCE3ED;
}
.BgClassName
{
background-color: #DCE3ED;
}
</style>
border-color css
<style>
span { border-color: #DCE3ED; }
span { border-color: rgb(220,227,237); }
td.TdClassName
{
border-color: #DCE3ED;
}
.TagClassName
{
border-color: #DCE3ED;
}
</style>