Shades of Clear Day #DCFDF2
Tints of Clear Day #DCFDF2
RGB
CMYK
RGB Variations
Color information
#DCFDF2 (or 0xDCFDF2) is known color: Clear Day. HEX triplet: DC, FD and F2. RGB value is (220,253,242). Sum of RGB (Red+Green+Blue) = 220+253+242=715 (94% of max value = 765). Red value is 220 (86.33% from 255 or 30.77% from 715); Green value is 253 (99.22% from 255 or 35.38% from 715); Blue value is 242 (94.92% from 255 or 33.85% from 715); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFDF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFDF2 is #23020D. Grayscale: #F1F1F1. Windows color (decimal): -2294286 or 15924700. OLE color: 15924700.
HSL color Cylindrical-coordinate representation of color #DCFDF2: hue angle of 160º degrees, saturation: 0.89, 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 #DCFDF2 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
RGB | 220 | 253 | 242 | - |
CMYK | 0.13 | 0 | 0.04 | 0.01 |
HSL | 160º | 0.89% | 0.93% | - |
HSV(B) | 160º | 0.13% | 0.99% | - |
XYZ | 80.67 | 91.88 | 97.49 | - |
YUV | 241.88 | 128.07 | 112.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 253 | 242 | 0.13 | 0 | 0.04 | 0.01 | 160 | 0.89 | 0.93 |
Hex | DC | FD | F2 | D | 0 | 4 | 1 | A0 | 59 | 5D |
Octal | 334 | 375 | 362 | 15 | 0 | 4 | 1 | 240 | 131 | 135 |
Binary | 11011100 | 11111101 | 11110010 | 1101 | 0 | 100 | 1 | 10100000 | 1011001 | 1011101 |
Color Harmonies of #DCFDF2
Complementary color
Monochromatic Colors of #DCFDF2
Black with #DCFDF2
Text Example
Text Example
White with #DCFDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFDF2; }
p { color: rgb(220,253,242); }
H1.HeaderClassName
{
color: #DCFDF2;
}
.AnyTagClassName
{
color: #DCFDF2;
}
</style>
background-color css
<style>
a { background-color: #DCFDF2; }
a { background-color: rgb(220,253,242); }
div.DivClassName
{
background-color: #DCFDF2;
}
.BgClassName
{
background-color: #DCFDF2;
}
</style>
border-color css
<style>
span { border-color: #DCFDF2; }
span { border-color: rgb(220,253,242); }
td.TdClassName
{
border-color: #DCFDF2;
}
.TagClassName
{
border-color: #DCFDF2;
}
</style>