Shades of Solitude #DCE8F9
Tints of Solitude #DCE8F9
RGB
CMYK
RGB Variations
Color information
#DCE8F9 (or 0xDCE8F9) is known color: Solitude. HEX triplet: DC, E8 and F9. RGB value is (220,232,249). Sum of RGB (Red+Green+Blue) = 220+232+249=701 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.38% from 701); Green value is 232 (91.02% from 255 or 33.10% from 701); Blue value is 249 (97.66% from 255 or 35.52% from 701); Max value from RGB is 249 - color contains mainly: blue. Hex color #DCE8F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCE8F9 is #231706. Grayscale: #E6E6E6. Windows color (decimal): -2299655 or 16378076. OLE color: 16378076.
HSL color Cylindrical-coordinate representation of color #DCE8F9: hue angle of 215.17º degrees, saturation: 0.71, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCE8F9 is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 220 | 232 | 249 | - |
CMYK | 0.12 | 0.07 | 0 | 0.02 |
HSL | 215.17º | 0.71% | 0.92% | - |
HSV(B) | 215.17º | 0.12% | 0.98% | - |
XYZ | 75.47 | 79.77 | 101.04 | - |
YUV | 230.35 | 138.52 | 120.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 232 | 249 | 0.12 | 0.07 | 0 | 0.02 | 215.17 | 0.71 | 0.92 |
Hex | DC | E8 | F9 | C | 7 | 0 | 2 | D7 | 47 | 5C |
Octal | 334 | 350 | 371 | 14 | 7 | 0 | 2 | 327 | 107 | 134 |
Binary | 11011100 | 11101000 | 11111001 | 1100 | 111 | 0 | 10 | 11010111 | 1000111 | 1011100 |
Color Harmonies of #DCE8F9
Complementary color
Monochromatic Colors of #DCE8F9
Black with #DCE8F9
Text Example
Text Example
White with #DCE8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE8F9; }
p { color: rgb(220,232,249); }
H1.HeaderClassName
{
color: #DCE8F9;
}
.AnyTagClassName
{
color: #DCE8F9;
}
</style>
background-color css
<style>
a { background-color: #DCE8F9; }
a { background-color: rgb(220,232,249); }
div.DivClassName
{
background-color: #DCE8F9;
}
.BgClassName
{
background-color: #DCE8F9;
}
</style>
border-color css
<style>
span { border-color: #DCE8F9; }
span { border-color: rgb(220,232,249); }
td.TdClassName
{
border-color: #DCE8F9;
}
.TagClassName
{
border-color: #DCE8F9;
}
</style>