Shades of Clear Day #DCFDF4
Tints of Clear Day #DCFDF4
RGB
CMYK
RGB Variations
Color information
#DCFDF4 (or 0xDCFDF4) is known color: Clear Day. HEX triplet: DC, FD and F4. RGB value is (220,253,244). Sum of RGB (Red+Green+Blue) = 220+253+244=717 (94% of max value = 765). Red value is 220 (86.33% from 255 or 30.68% from 717); Green value is 253 (99.22% from 255 or 35.29% from 717); Blue value is 244 (95.70% from 255 or 34.03% from 717); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFDF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFDF4 is #23020B. Grayscale: #F2F2F2. Windows color (decimal): -2294284 or 16055772. OLE color: 16055772.
HSL color Cylindrical-coordinate representation of color #DCFDF4: hue angle of 163.64º degrees, saturation: 0.89, 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 #DCFDF4 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
RGB | 220 | 253 | 244 | - |
CMYK | 0.13 | 0 | 0.04 | 0.01 |
HSL | 163.64º | 0.89% | 0.93% | - |
HSV(B) | 163.64º | 0.13% | 0.99% | - |
XYZ | 80.97 | 92 | 99.08 | - |
YUV | 242.11 | 129.07 | 112.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 253 | 244 | 0.13 | 0 | 0.04 | 0.01 | 163.64 | 0.89 | 0.93 |
Hex | DC | FD | F4 | D | 0 | 4 | 1 | A4 | 59 | 5D |
Octal | 334 | 375 | 364 | 15 | 0 | 4 | 1 | 244 | 131 | 135 |
Binary | 11011100 | 11111101 | 11110100 | 1101 | 0 | 100 | 1 | 10100100 | 1011001 | 1011101 |
Color Harmonies of #DCFDF4
Complementary color
Monochromatic Colors of #DCFDF4
Black with #DCFDF4
Text Example
Text Example
White with #DCFDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFDF4; }
p { color: rgb(220,253,244); }
H1.HeaderClassName
{
color: #DCFDF4;
}
.AnyTagClassName
{
color: #DCFDF4;
}
</style>
background-color css
<style>
a { background-color: #DCFDF4; }
a { background-color: rgb(220,253,244); }
div.DivClassName
{
background-color: #DCFDF4;
}
.BgClassName
{
background-color: #DCFDF4;
}
</style>
border-color css
<style>
span { border-color: #DCFDF4; }
span { border-color: rgb(220,253,244); }
td.TdClassName
{
border-color: #DCFDF4;
}
.TagClassName
{
border-color: #DCFDF4;
}
</style>