Shades of Clear Day #DCFDF5
Tints of Clear Day #DCFDF5
RGB
CMYK
RGB Variations
Color information
#DCFDF5 (or 0xDCFDF5) is known color: Clear Day. HEX triplet: DC, FD and F5. RGB value is (220,253,245). Sum of RGB (Red+Green+Blue) = 220+253+245=718 (95% of max value = 765). Red value is 220 (86.33% from 255 or 30.64% from 718); Green value is 253 (99.22% from 255 or 35.24% from 718); Blue value is 245 (96.09% from 255 or 34.12% from 718); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFDF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFDF5 is #23020A. Grayscale: #F2F2F2. Windows color (decimal): -2294283 or 16121308. OLE color: 16121308.
HSL color Cylindrical-coordinate representation of color #DCFDF5: hue angle of 165.45º 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 #DCFDF5 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
RGB | 220 | 253 | 245 | - |
CMYK | 0.13 | 0 | 0.03 | 0.01 |
HSL | 165.45º | 0.89% | 0.93% | - |
HSV(B) | 165.45º | 0.13% | 0.99% | - |
XYZ | 81.12 | 92.06 | 99.88 | - |
YUV | 242.22 | 129.57 | 112.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 253 | 245 | 0.13 | 0 | 0.03 | 0.01 | 165.45 | 0.89 | 0.93 |
Hex | DC | FD | F5 | D | 0 | 3 | 1 | A5 | 59 | 5D |
Octal | 334 | 375 | 365 | 15 | 0 | 3 | 1 | 245 | 131 | 135 |
Binary | 11011100 | 11111101 | 11110101 | 1101 | 0 | 11 | 1 | 10100101 | 1011001 | 1011101 |
Color Harmonies of #DCFDF5
Complementary color
Monochromatic Colors of #DCFDF5
Black with #DCFDF5
Text Example
Text Example
White with #DCFDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFDF5; }
p { color: rgb(220,253,245); }
H1.HeaderClassName
{
color: #DCFDF5;
}
.AnyTagClassName
{
color: #DCFDF5;
}
</style>
background-color css
<style>
a { background-color: #DCFDF5; }
a { background-color: rgb(220,253,245); }
div.DivClassName
{
background-color: #DCFDF5;
}
.BgClassName
{
background-color: #DCFDF5;
}
</style>
border-color css
<style>
span { border-color: #DCFDF5; }
span { border-color: rgb(220,253,245); }
td.TdClassName
{
border-color: #DCFDF5;
}
.TagClassName
{
border-color: #DCFDF5;
}
</style>