Shades of Solitude #DCE8F6
Tints of Solitude #DCE8F6
RGB
CMYK
RGB Variations
Color information
#DCE8F6 (or 0xDCE8F6) is known color: Solitude. HEX triplet: DC, E8 and F6. RGB value is (220,232,246). Sum of RGB (Red+Green+Blue) = 220+232+246=698 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.52% from 698); Green value is 232 (91.02% from 255 or 33.24% from 698); Blue value is 246 (96.48% from 255 or 35.24% from 698); Max value from RGB is 246 - color contains mainly: blue. Hex color #DCE8F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCE8F6 is #231709. Grayscale: #E5E5E5. Windows color (decimal): -2299658 or 16181468. OLE color: 16181468.
HSL color Cylindrical-coordinate representation of color #DCE8F6: hue angle of 212.31º degrees, saturation: 0.59, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCE8F6 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 232 | 246 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.04 |
| HSL | 212.31º | 0.59% | 0.91% | - |
| HSV(B) | 212.31º | 0.11% | 0.96% | - |
| XYZ | 75.01 | 79.58 | 98.6 | - |
| YUV | 230.01 | 137.02 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 232 | 246 | 0.11 | 0.06 | 0 | 0.04 | 212.31 | 0.59 | 0.91 |
| Hex | DC | E8 | F6 | B | 6 | 0 | 4 | D4 | 3B | 5B |
| Octal | 334 | 350 | 366 | 13 | 6 | 0 | 4 | 324 | 73 | 133 |
| Binary | 11011100 | 11101000 | 11110110 | 1011 | 110 | 0 | 100 | 11010100 | 111011 | 1011011 |
Color Harmonies of #DCE8F6
Complementary color
Monochromatic Colors of #DCE8F6
Black with #DCE8F6
Text Example
Text Example
White with #DCE8F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE8F6; }
p { color: rgb(220,232,246); }
H1.HeaderClassName
{
color: #DCE8F6;
}
.AnyTagClassName
{
color: #DCE8F6;
}
</style>
background-color css
<style>
a { background-color: #DCE8F6; }
a { background-color: rgb(220,232,246); }
div.DivClassName
{
background-color: #DCE8F6;
}
.BgClassName
{
background-color: #DCE8F6;
}
</style>
border-color css
<style>
span { border-color: #DCE8F6; }
span { border-color: rgb(220,232,246); }
td.TdClassName
{
border-color: #DCE8F6;
}
.TagClassName
{
border-color: #DCE8F6;
}
</style>