Shades of Clear Day #DCF9F0
Tints of Clear Day #DCF9F0
RGB
CMYK
RGB Variations
Color information
#DCF9F0 (or 0xDCF9F0) is known color: Clear Day. HEX triplet: DC, F9 and F0. RGB value is (220,249,240). Sum of RGB (Red+Green+Blue) = 220+249+240=709 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.03% from 709); Green value is 249 (97.66% from 255 or 35.12% from 709); Blue value is 240 (94.14% from 255 or 33.85% from 709); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF9F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF9F0 is #23060F. Grayscale: #EFEFEF. Windows color (decimal): -2295312 or 15792604. OLE color: 15792604.
HSL color Cylindrical-coordinate representation of color #DCF9F0: hue angle of 161.38º degrees, saturation: 0.71, 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 #DCF9F0 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
RGB | 220 | 249 | 240 | - |
CMYK | 0.12 | 0 | 0.04 | 0.02 |
HSL | 161.38º | 0.71% | 0.92% | - |
HSV(B) | 161.38º | 0.12% | 0.98% | - |
XYZ | 79.12 | 89.26 | 95.5 | - |
YUV | 239.3 | 128.39 | 114.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 249 | 240 | 0.12 | 0 | 0.04 | 0.02 | 161.38 | 0.71 | 0.92 |
Hex | DC | F9 | F0 | C | 0 | 4 | 2 | A1 | 47 | 5C |
Octal | 334 | 371 | 360 | 14 | 0 | 4 | 2 | 241 | 107 | 134 |
Binary | 11011100 | 11111001 | 11110000 | 1100 | 0 | 100 | 10 | 10100001 | 1000111 | 1011100 |
Color Harmonies of #DCF9F0
Complementary color
Monochromatic Colors of #DCF9F0
Black with #DCF9F0
Text Example
Text Example
White with #DCF9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF9F0; }
p { color: rgb(220,249,240); }
H1.HeaderClassName
{
color: #DCF9F0;
}
.AnyTagClassName
{
color: #DCF9F0;
}
</style>
background-color css
<style>
a { background-color: #DCF9F0; }
a { background-color: rgb(220,249,240); }
div.DivClassName
{
background-color: #DCF9F0;
}
.BgClassName
{
background-color: #DCF9F0;
}
</style>
border-color css
<style>
span { border-color: #DCF9F0; }
span { border-color: rgb(220,249,240); }
td.TdClassName
{
border-color: #DCF9F0;
}
.TagClassName
{
border-color: #DCF9F0;
}
</style>