Shades of Solitude #DCECFC
Tints of Solitude #DCECFC
RGB
CMYK
RGB Variations
Color information
#DCECFC (or 0xDCECFC) is known color: Solitude. HEX triplet: DC, EC and FC. RGB value is (220,236,252). Sum of RGB (Red+Green+Blue) = 220+236+252=708 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.07% from 708); Green value is 236 (92.58% from 255 or 33.33% from 708); Blue value is 252 (98.83% from 255 or 35.59% from 708); Max value from RGB is 252 - color contains mainly: blue. Hex color #DCECFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCECFC is #231303. Grayscale: #E8E8E8. Windows color (decimal): -2298628 or 16575708. OLE color: 16575708.
HSL color Cylindrical-coordinate representation of color #DCECFC: hue angle of 210º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCECFC is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 220 | 236 | 252 | - |
CMYK | 0.13 | 0.06 | 0 | 0.01 |
HSL | 210º | 0.84% | 0.93% | - |
HSV(B) | 210º | 0.13% | 0.99% | - |
XYZ | 77.08 | 82.23 | 103.91 | - |
YUV | 233.04 | 138.7 | 118.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 236 | 252 | 0.13 | 0.06 | 0 | 0.01 | 210 | 0.84 | 0.93 |
Hex | DC | EC | FC | D | 6 | 0 | 1 | D2 | 54 | 5D |
Octal | 334 | 354 | 374 | 15 | 6 | 0 | 1 | 322 | 124 | 135 |
Binary | 11011100 | 11101100 | 11111100 | 1101 | 110 | 0 | 1 | 11010010 | 1010100 | 1011101 |
Color Harmonies of #DCECFC
Complementary color
Monochromatic Colors of #DCECFC
Black with #DCECFC
Text Example
Text Example
White with #DCECFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCECFC; }
p { color: rgb(220,236,252); }
H1.HeaderClassName
{
color: #DCECFC;
}
.AnyTagClassName
{
color: #DCECFC;
}
</style>
background-color css
<style>
a { background-color: #DCECFC; }
a { background-color: rgb(220,236,252); }
div.DivClassName
{
background-color: #DCECFC;
}
.BgClassName
{
background-color: #DCECFC;
}
</style>
border-color css
<style>
span { border-color: #DCECFC; }
span { border-color: rgb(220,236,252); }
td.TdClassName
{
border-color: #DCECFC;
}
.TagClassName
{
border-color: #DCECFC;
}
</style>