Shades of Clear Day #DCFAF0
Tints of Clear Day #DCFAF0
RGB
CMYK
RGB Variations
Color information
#DCFAF0 (or 0xDCFAF0) is known color: Clear Day. HEX triplet: DC, FA and F0. RGB value is (220,250,240). Sum of RGB (Red+Green+Blue) = 220+250+240=710 (94% of max value = 765). Red value is 220 (86.33% from 255 or 30.99% from 710); Green value is 250 (98.05% from 255 or 35.21% from 710); Blue value is 240 (94.14% from 255 or 33.80% from 710); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFAF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFAF0 is #23050F. Grayscale: #EFEFEF. Windows color (decimal): -2295056 or 15792860. OLE color: 15792860.
HSL color Cylindrical-coordinate representation of color #DCFAF0: hue angle of 160º degrees, saturation: 0.75, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCFAF0 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 250 | 240 | - |
| CMYK | 0.12 | 0 | 0.04 | 0.02 |
| HSL | 160º | 0.75% | 0.92% | - |
| HSV(B) | 160º | 0.12% | 0.98% | - |
| XYZ | 79.43 | 89.88 | 95.6 | - |
| YUV | 239.89 | 128.06 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 250 | 240 | 0.12 | 0 | 0.04 | 0.02 | 160 | 0.75 | 0.92 |
| Hex | DC | FA | F0 | C | 0 | 4 | 2 | A0 | 4B | 5C |
| Octal | 334 | 372 | 360 | 14 | 0 | 4 | 2 | 240 | 113 | 134 |
| Binary | 11011100 | 11111010 | 11110000 | 1100 | 0 | 100 | 10 | 10100000 | 1001011 | 1011100 |
Color Harmonies of #DCFAF0
Complementary color
Monochromatic Colors of #DCFAF0
Black with #DCFAF0
Text Example
Text Example
White with #DCFAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFAF0; }
p { color: rgb(220,250,240); }
H1.HeaderClassName
{
color: #DCFAF0;
}
.AnyTagClassName
{
color: #DCFAF0;
}
</style>
background-color css
<style>
a { background-color: #DCFAF0; }
a { background-color: rgb(220,250,240); }
div.DivClassName
{
background-color: #DCFAF0;
}
.BgClassName
{
background-color: #DCFAF0;
}
</style>
border-color css
<style>
span { border-color: #DCFAF0; }
span { border-color: rgb(220,250,240); }
td.TdClassName
{
border-color: #DCFAF0;
}
.TagClassName
{
border-color: #DCFAF0;
}
</style>