Shades of Solitude #DCE4EE
Tints of Solitude #DCE4EE
RGB
CMYK
RGB Variations
Color information
#DCE4EE (or 0xDCE4EE) is known color: Solitude. HEX triplet: DC, E4 and EE. RGB value is (220,228,238). Sum of RGB (Red+Green+Blue) = 220+228+238=686 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.07% from 686); Green value is 228 (89.45% from 255 or 33.24% from 686); Blue value is 238 (93.36% from 255 or 34.69% from 686); Max value from RGB is 238 - color contains mainly: blue. Hex color #DCE4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE4EE is #231B11. Grayscale: #E2E2E2. Windows color (decimal): -2300690 or 15656156. OLE color: 15656156.
HSL color Cylindrical-coordinate representation of color #DCE4EE: hue angle of 213.33º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCE4EE is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 228 | 238 | - |
| CMYK | 0.08 | 0.04 | 0 | 0.07 |
| HSL | 213.33º | 0.35% | 0.9% | - |
| HSV(B) | 213.33º | 0.08% | 0.93% | - |
| XYZ | 72.69 | 76.88 | 91.9 | - |
| YUV | 226.75 | 134.35 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 228 | 238 | 0.08 | 0.04 | 0 | 0.07 | 213.33 | 0.35 | 0.9 |
| Hex | DC | E4 | EE | 8 | 4 | 0 | 7 | D5 | 23 | 5A |
| Octal | 334 | 344 | 356 | 10 | 4 | 0 | 7 | 325 | 43 | 132 |
| Binary | 11011100 | 11100100 | 11101110 | 1000 | 100 | 0 | 111 | 11010101 | 100011 | 1011010 |
Color Harmonies of #DCE4EE
Complementary color
Monochromatic Colors of #DCE4EE
Black with #DCE4EE
Text Example
Text Example
White with #DCE4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE4EE; }
p { color: rgb(220,228,238); }
H1.HeaderClassName
{
color: #DCE4EE;
}
.AnyTagClassName
{
color: #DCE4EE;
}
</style>
background-color css
<style>
a { background-color: #DCE4EE; }
a { background-color: rgb(220,228,238); }
div.DivClassName
{
background-color: #DCE4EE;
}
.BgClassName
{
background-color: #DCE4EE;
}
</style>
border-color css
<style>
span { border-color: #DCE4EE; }
span { border-color: rgb(220,228,238); }
td.TdClassName
{
border-color: #DCE4EE;
}
.TagClassName
{
border-color: #DCE4EE;
}
</style>