Shades of Clear Day #DCF2EB
Tints of Clear Day #DCF2EB
RGB
CMYK
RGB Variations
Color information
#DCF2EB (or 0xDCF2EB) is known color: Clear Day. HEX triplet: DC, F2 and EB. RGB value is (220,242,235). Sum of RGB (Red+Green+Blue) = 220+242+235=697 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.56% from 697); Green value is 242 (94.92% from 255 or 34.72% from 697); Blue value is 235 (92.19% from 255 or 33.72% from 697); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF2EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF2EB is #230D14. Grayscale: #EAEAEA. Windows color (decimal): -2297109 or 15463132. OLE color: 15463132.
HSL color Cylindrical-coordinate representation of color #DCF2EB: hue angle of 160.91º degrees, saturation: 0.46, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCF2EB is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 242 | 235 | - |
| CMYK | 0.09 | 0 | 0.03 | 0.05 |
| HSL | 160.91º | 0.46% | 0.91% | - |
| HSV(B) | 160.91º | 0.09% | 0.95% | - |
| XYZ | 76.26 | 84.72 | 90.93 | - |
| YUV | 234.62 | 128.21 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 242 | 235 | 0.09 | 0 | 0.03 | 0.05 | 160.91 | 0.46 | 0.91 |
| Hex | DC | F2 | EB | 9 | 0 | 3 | 5 | A1 | 2E | 5B |
| Octal | 334 | 362 | 353 | 11 | 0 | 3 | 5 | 241 | 56 | 133 |
| Binary | 11011100 | 11110010 | 11101011 | 1001 | 0 | 11 | 101 | 10100001 | 101110 | 1011011 |
Color Harmonies of #DCF2EB
Complementary color
Monochromatic Colors of #DCF2EB
Black with #DCF2EB
Text Example
Text Example
White with #DCF2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF2EB; }
p { color: rgb(220,242,235); }
H1.HeaderClassName
{
color: #DCF2EB;
}
.AnyTagClassName
{
color: #DCF2EB;
}
</style>
background-color css
<style>
a { background-color: #DCF2EB; }
a { background-color: rgb(220,242,235); }
div.DivClassName
{
background-color: #DCF2EB;
}
.BgClassName
{
background-color: #DCF2EB;
}
</style>
border-color css
<style>
span { border-color: #DCF2EB; }
span { border-color: rgb(220,242,235); }
td.TdClassName
{
border-color: #DCF2EB;
}
.TagClassName
{
border-color: #DCF2EB;
}
</style>