Shades of Clear Day #DCF9F2
Tints of Clear Day #DCF9F2
RGB
CMYK
RGB Variations
Color information
#DCF9F2 (or 0xDCF9F2) is known color: Clear Day. HEX triplet: DC, F9 and F2. RGB value is (220,249,242). Sum of RGB (Red+Green+Blue) = 220+249+242=711 (94% of max value = 765). Red value is 220 (86.33% from 255 or 30.94% from 711); Green value is 249 (97.66% from 255 or 35.02% from 711); Blue value is 242 (94.92% from 255 or 34.04% from 711); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF9F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF9F2 is #23060D. Grayscale: #EFEFEF. Windows color (decimal): -2295310 or 15923676. OLE color: 15923676.
HSL color Cylindrical-coordinate representation of color #DCF9F2: hue angle of 165.52º 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 #DCF9F2 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 249 | 242 | - |
| CMYK | 0.12 | 0 | 0.03 | 0.02 |
| HSL | 165.52º | 0.71% | 0.92% | - |
| HSV(B) | 165.52º | 0.12% | 0.98% | - |
| XYZ | 79.42 | 89.38 | 97.07 | - |
| YUV | 239.53 | 129.39 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 249 | 242 | 0.12 | 0 | 0.03 | 0.02 | 165.52 | 0.71 | 0.92 |
| Hex | DC | F9 | F2 | C | 0 | 3 | 2 | A6 | 47 | 5C |
| Octal | 334 | 371 | 362 | 14 | 0 | 3 | 2 | 246 | 107 | 134 |
| Binary | 11011100 | 11111001 | 11110010 | 1100 | 0 | 11 | 10 | 10100110 | 1000111 | 1011100 |
Color Harmonies of #DCF9F2
Complementary color
Monochromatic Colors of #DCF9F2
Black with #DCF9F2
Text Example
Text Example
White with #DCF9F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF9F2; }
p { color: rgb(220,249,242); }
H1.HeaderClassName
{
color: #DCF9F2;
}
.AnyTagClassName
{
color: #DCF9F2;
}
</style>
background-color css
<style>
a { background-color: #DCF9F2; }
a { background-color: rgb(220,249,242); }
div.DivClassName
{
background-color: #DCF9F2;
}
.BgClassName
{
background-color: #DCF9F2;
}
</style>
border-color css
<style>
span { border-color: #DCF9F2; }
span { border-color: rgb(220,249,242); }
td.TdClassName
{
border-color: #DCF9F2;
}
.TagClassName
{
border-color: #DCF9F2;
}
</style>