Shades of Clear Day #DCFDF3
Tints of Clear Day #DCFDF3
RGB
CMYK
RGB Variations
Color information
#DCFDF3 (or 0xDCFDF3) is known color: Clear Day. HEX triplet: DC, FD and F3. RGB value is (220,253,243). Sum of RGB (Red+Green+Blue) = 220+253+243=716 (94% of max value = 765). Red value is 220 (86.33% from 255 or 30.73% from 716); Green value is 253 (99.22% from 255 or 35.34% from 716); Blue value is 243 (95.31% from 255 or 33.94% from 716); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFDF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFDF3 is #23020C. Grayscale: #F1F1F1. Windows color (decimal): -2294285 or 15990236. OLE color: 15990236.
HSL color Cylindrical-coordinate representation of color #DCFDF3: hue angle of 161.82º 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 #DCFDF3 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
RGB | 220 | 253 | 243 | - |
CMYK | 0.13 | 0 | 0.04 | 0.01 |
HSL | 161.82º | 0.89% | 0.93% | - |
HSV(B) | 161.82º | 0.13% | 0.99% | - |
XYZ | 80.82 | 91.94 | 98.28 | - |
YUV | 241.99 | 128.57 | 112.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 253 | 243 | 0.13 | 0 | 0.04 | 0.01 | 161.82 | 0.89 | 0.93 |
Hex | DC | FD | F3 | D | 0 | 4 | 1 | A2 | 59 | 5D |
Octal | 334 | 375 | 363 | 15 | 0 | 4 | 1 | 242 | 131 | 135 |
Binary | 11011100 | 11111101 | 11110011 | 1101 | 0 | 100 | 1 | 10100010 | 1011001 | 1011101 |
Color Harmonies of #DCFDF3
Complementary color
Monochromatic Colors of #DCFDF3
Black with #DCFDF3
Text Example
Text Example
White with #DCFDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFDF3; }
p { color: rgb(220,253,243); }
H1.HeaderClassName
{
color: #DCFDF3;
}
.AnyTagClassName
{
color: #DCFDF3;
}
</style>
background-color css
<style>
a { background-color: #DCFDF3; }
a { background-color: rgb(220,253,243); }
div.DivClassName
{
background-color: #DCFDF3;
}
.BgClassName
{
background-color: #DCFDF3;
}
</style>
border-color css
<style>
span { border-color: #DCFDF3; }
span { border-color: rgb(220,253,243); }
td.TdClassName
{
border-color: #DCFDF3;
}
.TagClassName
{
border-color: #DCFDF3;
}
</style>