Shades of Solitude #DCE6F4
Tints of Solitude #DCE6F4
RGB
CMYK
RGB Variations
Color information
#DCE6F4 (or 0xDCE6F4) is known color: Solitude. HEX triplet: DC, E6 and F4. RGB value is (220,230,244). Sum of RGB (Red+Green+Blue) = 220+230+244=694 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.70% from 694); Green value is 230 (90.23% from 255 or 33.14% from 694); Blue value is 244 (95.70% from 255 or 35.16% from 694); Max value from RGB is 244 - color contains mainly: blue. Hex color #DCE6F4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCE6F4 is #23190B. Grayscale: #E4E4E4. Windows color (decimal): -2300172 or 16049884. OLE color: 16049884.
HSL color Cylindrical-coordinate representation of color #DCE6F4: hue angle of 215º degrees, saturation: 0.52, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCE6F4 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 230 | 244 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.04 |
| HSL | 215º | 0.52% | 0.91% | - |
| HSV(B) | 215º | 0.1% | 0.96% | - |
| XYZ | 74.14 | 78.34 | 96.8 | - |
| YUV | 228.61 | 136.69 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 230 | 244 | 0.10 | 0.06 | 0 | 0.04 | 215 | 0.52 | 0.91 |
| Hex | DC | E6 | F4 | A | 6 | 0 | 4 | D7 | 34 | 5B |
| Octal | 334 | 346 | 364 | 12 | 6 | 0 | 4 | 327 | 64 | 133 |
| Binary | 11011100 | 11100110 | 11110100 | 1010 | 110 | 0 | 100 | 11010111 | 110100 | 1011011 |
Color Harmonies of #DCE6F4
Complementary color
Monochromatic Colors of #DCE6F4
Black with #DCE6F4
Text Example
Text Example
White with #DCE6F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE6F4; }
p { color: rgb(220,230,244); }
H1.HeaderClassName
{
color: #DCE6F4;
}
.AnyTagClassName
{
color: #DCE6F4;
}
</style>
background-color css
<style>
a { background-color: #DCE6F4; }
a { background-color: rgb(220,230,244); }
div.DivClassName
{
background-color: #DCE6F4;
}
.BgClassName
{
background-color: #DCE6F4;
}
</style>
border-color css
<style>
span { border-color: #DCE6F4; }
span { border-color: rgb(220,230,244); }
td.TdClassName
{
border-color: #DCE6F4;
}
.TagClassName
{
border-color: #DCE6F4;
}
</style>