Shades of Clear Day #DCFCF0
Tints of Clear Day #DCFCF0
RGB
CMYK
RGB Variations
Color information
#DCFCF0 (or 0xDCFCF0) is known color: Clear Day. HEX triplet: DC, FC and F0. RGB value is (220,252,240). Sum of RGB (Red+Green+Blue) = 220+252+240=712 (94% of max value = 765). Red value is 220 (86.33% from 255 or 30.90% from 712); Green value is 252 (98.83% from 255 or 35.39% from 712); Blue value is 240 (94.14% from 255 or 33.71% from 712); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFCF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFCF0 is #23030F. Grayscale: #F1F1F1. Windows color (decimal): -2294544 or 15793372. OLE color: 15793372.
HSL color Cylindrical-coordinate representation of color #DCFCF0: hue angle of 157.5º 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 #DCFCF0 is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 252 | 240 | - |
| CMYK | 0.13 | 0 | 0.05 | 0.01 |
| HSL | 157.5º | 0.84% | 0.93% | - |
| HSV(B) | 157.5º | 0.13% | 0.99% | - |
| XYZ | 80.05 | 91.13 | 95.81 | - |
| YUV | 241.06 | 127.4 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 252 | 240 | 0.13 | 0 | 0.05 | 0.01 | 157.5 | 0.84 | 0.93 |
| Hex | DC | FC | F0 | D | 0 | 5 | 1 | 9E | 54 | 5D |
| Octal | 334 | 374 | 360 | 15 | 0 | 5 | 1 | 236 | 124 | 135 |
| Binary | 11011100 | 11111100 | 11110000 | 1101 | 0 | 101 | 1 | 10011110 | 1010100 | 1011101 |
Color Harmonies of #DCFCF0
Complementary color
Monochromatic Colors of #DCFCF0
Black with #DCFCF0
Text Example
Text Example
White with #DCFCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFCF0; }
p { color: rgb(220,252,240); }
H1.HeaderClassName
{
color: #DCFCF0;
}
.AnyTagClassName
{
color: #DCFCF0;
}
</style>
background-color css
<style>
a { background-color: #DCFCF0; }
a { background-color: rgb(220,252,240); }
div.DivClassName
{
background-color: #DCFCF0;
}
.BgClassName
{
background-color: #DCFCF0;
}
</style>
border-color css
<style>
span { border-color: #DCFCF0; }
span { border-color: rgb(220,252,240); }
td.TdClassName
{
border-color: #DCFCF0;
}
.TagClassName
{
border-color: #DCFCF0;
}
</style>