Shades of Clear Day #DCFCF4
Tints of Clear Day #DCFCF4
RGB
CMYK
RGB Variations
Color information
#DCFCF4 (or 0xDCFCF4) is known color: Clear Day. HEX triplet: DC, FC and F4. RGB value is (220,252,244). Sum of RGB (Red+Green+Blue) = 220+252+244=716 (94% of max value = 765). Red value is 220 (86.33% from 255 or 30.73% from 716); Green value is 252 (98.83% from 255 or 35.20% from 716); Blue value is 244 (95.70% from 255 or 34.08% from 716); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFCF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFCF4 is #23030B. Grayscale: #F1F1F1. Windows color (decimal): -2294540 or 16055516. OLE color: 16055516.
HSL color Cylindrical-coordinate representation of color #DCFCF4: hue angle of 165º 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 #DCFCF4 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
RGB | 220 | 252 | 244 | - |
CMYK | 0.13 | 0 | 0.03 | 0.01 |
HSL | 165º | 0.84% | 0.93% | - |
HSV(B) | 165º | 0.13% | 0.99% | - |
XYZ | 80.65 | 91.37 | 98.97 | - |
YUV | 241.52 | 129.4 | 112.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 252 | 244 | 0.13 | 0 | 0.03 | 0.01 | 165 | 0.84 | 0.93 |
Hex | DC | FC | F4 | D | 0 | 3 | 1 | A5 | 54 | 5D |
Octal | 334 | 374 | 364 | 15 | 0 | 3 | 1 | 245 | 124 | 135 |
Binary | 11011100 | 11111100 | 11110100 | 1101 | 0 | 11 | 1 | 10100101 | 1010100 | 1011101 |
Color Harmonies of #DCFCF4
Complementary color
Monochromatic Colors of #DCFCF4
Black with #DCFCF4
Text Example
Text Example
White with #DCFCF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFCF4; }
p { color: rgb(220,252,244); }
H1.HeaderClassName
{
color: #DCFCF4;
}
.AnyTagClassName
{
color: #DCFCF4;
}
</style>
background-color css
<style>
a { background-color: #DCFCF4; }
a { background-color: rgb(220,252,244); }
div.DivClassName
{
background-color: #DCFCF4;
}
.BgClassName
{
background-color: #DCFCF4;
}
</style>
border-color css
<style>
span { border-color: #DCFCF4; }
span { border-color: rgb(220,252,244); }
td.TdClassName
{
border-color: #DCFCF4;
}
.TagClassName
{
border-color: #DCFCF4;
}
</style>