Shades of Clear Day #DCECE7
Tints of Clear Day #DCECE7
RGB
CMYK
RGB Variations
Color information
#DCECE7 (or 0xDCECE7) is known color: Clear Day. HEX triplet: DC, EC and E7. RGB value is (220,236,231). Sum of RGB (Red+Green+Blue) = 220+236+231=687 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.02% from 687); Green value is 236 (92.58% from 255 or 34.35% from 687); Blue value is 231 (90.62% from 255 or 33.62% from 687); Max value from RGB is 236 - color contains mainly: green. Hex color #DCECE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCECE7 is #231318. Grayscale: #E6E6E6. Windows color (decimal): -2298649 or 15199452. OLE color: 15199452.
HSL color Cylindrical-coordinate representation of color #DCECE7: hue angle of 161.25º degrees, saturation: 0.3, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DCECE7 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 236 | 231 | - |
CMYK | 0.07 | 0 | 0.02 | 0.07 |
HSL | 161.25º | 0.3% | 0.89% | - |
HSV(B) | 161.25º | 0.07% | 0.93% | - |
XYZ | 73.93 | 80.98 | 87.33 | - |
YUV | 230.65 | 128.2 | 120.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 236 | 231 | 0.07 | 0 | 0.02 | 0.07 | 161.25 | 0.3 | 0.89 |
Hex | DC | EC | E7 | 7 | 0 | 2 | 7 | A1 | 1E | 59 |
Octal | 334 | 354 | 347 | 7 | 0 | 2 | 7 | 241 | 36 | 131 |
Binary | 11011100 | 11101100 | 11100111 | 111 | 0 | 10 | 111 | 10100001 | 11110 | 1011001 |
Color Harmonies of #DCECE7
Complementary color
Monochromatic Colors of #DCECE7
Black with #DCECE7
Text Example
Text Example
White with #DCECE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCECE7; }
p { color: rgb(220,236,231); }
H1.HeaderClassName
{
color: #DCECE7;
}
.AnyTagClassName
{
color: #DCECE7;
}
</style>
background-color css
<style>
a { background-color: #DCECE7; }
a { background-color: rgb(220,236,231); }
div.DivClassName
{
background-color: #DCECE7;
}
.BgClassName
{
background-color: #DCECE7;
}
</style>
border-color css
<style>
span { border-color: #DCECE7; }
span { border-color: rgb(220,236,231); }
td.TdClassName
{
border-color: #DCECE7;
}
.TagClassName
{
border-color: #DCECE7;
}
</style>