Shades of Clear Day #DCFCF1
Tints of Clear Day #DCFCF1
RGB
CMYK
RGB Variations
Color information
#DCFCF1 (or 0xDCFCF1) is known color: Clear Day. HEX triplet: DC, FC and F1. RGB value is (220,252,241). Sum of RGB (Red+Green+Blue) = 220+252+241=713 (94% of max value = 765). Red value is 220 (86.33% from 255 or 30.86% from 713); Green value is 252 (98.83% from 255 or 35.34% from 713); Blue value is 241 (94.53% from 255 or 33.80% from 713); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFCF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFCF1 is #23030E. Grayscale: #F1F1F1. Windows color (decimal): -2294543 or 15858908. OLE color: 15858908.
HSL color Cylindrical-coordinate representation of color #DCFCF1: hue angle of 159.38º 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 #DCFCF1 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 252 | 241 | - |
| CMYK | 0.13 | 0 | 0.04 | 0.01 |
| HSL | 159.38º | 0.84% | 0.93% | - |
| HSV(B) | 159.38º | 0.13% | 0.99% | - |
| XYZ | 80.2 | 91.19 | 96.59 | - |
| YUV | 241.18 | 127.9 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 252 | 241 | 0.13 | 0 | 0.04 | 0.01 | 159.38 | 0.84 | 0.93 |
| Hex | DC | FC | F1 | D | 0 | 4 | 1 | 9F | 54 | 5D |
| Octal | 334 | 374 | 361 | 15 | 0 | 4 | 1 | 237 | 124 | 135 |
| Binary | 11011100 | 11111100 | 11110001 | 1101 | 0 | 100 | 1 | 10011111 | 1010100 | 1011101 |
Color Harmonies of #DCFCF1
Complementary color
Monochromatic Colors of #DCFCF1
Black with #DCFCF1
Text Example
Text Example
White with #DCFCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFCF1; }
p { color: rgb(220,252,241); }
H1.HeaderClassName
{
color: #DCFCF1;
}
.AnyTagClassName
{
color: #DCFCF1;
}
</style>
background-color css
<style>
a { background-color: #DCFCF1; }
a { background-color: rgb(220,252,241); }
div.DivClassName
{
background-color: #DCFCF1;
}
.BgClassName
{
background-color: #DCFCF1;
}
</style>
border-color css
<style>
span { border-color: #DCFCF1; }
span { border-color: rgb(220,252,241); }
td.TdClassName
{
border-color: #DCFCF1;
}
.TagClassName
{
border-color: #DCFCF1;
}
</style>