Shades of Clear Day #DCF9ED
Tints of Clear Day #DCF9ED
RGB
CMYK
RGB Variations
Color information
#DCF9ED (or 0xDCF9ED) is known color: Clear Day. HEX triplet: DC, F9 and ED. RGB value is (220,249,237). Sum of RGB (Red+Green+Blue) = 220+249+237=706 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.16% from 706); Green value is 249 (97.66% from 255 or 35.27% from 706); Blue value is 237 (92.97% from 255 or 33.57% from 706); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF9ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF9ED is #230612. Grayscale: #EEEEEE. Windows color (decimal): -2295315 or 15595996. OLE color: 15595996.
HSL color Cylindrical-coordinate representation of color #DCF9ED: hue angle of 155.17º degrees, saturation: 0.71, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCF9ED is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 249 | 237 | - |
| CMYK | 0.12 | 0 | 0.05 | 0.02 |
| HSL | 155.17º | 0.71% | 0.92% | - |
| HSV(B) | 155.17º | 0.12% | 0.98% | - |
| XYZ | 78.68 | 89.08 | 93.17 | - |
| YUV | 238.96 | 126.89 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 249 | 237 | 0.12 | 0 | 0.05 | 0.02 | 155.17 | 0.71 | 0.92 |
| Hex | DC | F9 | ED | C | 0 | 5 | 2 | 9B | 47 | 5C |
| Octal | 334 | 371 | 355 | 14 | 0 | 5 | 2 | 233 | 107 | 134 |
| Binary | 11011100 | 11111001 | 11101101 | 1100 | 0 | 101 | 10 | 10011011 | 1000111 | 1011100 |
Color Harmonies of #DCF9ED
Complementary color
Monochromatic Colors of #DCF9ED
Black with #DCF9ED
Text Example
Text Example
White with #DCF9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF9ED; }
p { color: rgb(220,249,237); }
H1.HeaderClassName
{
color: #DCF9ED;
}
.AnyTagClassName
{
color: #DCF9ED;
}
</style>
background-color css
<style>
a { background-color: #DCF9ED; }
a { background-color: rgb(220,249,237); }
div.DivClassName
{
background-color: #DCF9ED;
}
.BgClassName
{
background-color: #DCF9ED;
}
</style>
border-color css
<style>
span { border-color: #DCF9ED; }
span { border-color: rgb(220,249,237); }
td.TdClassName
{
border-color: #DCF9ED;
}
.TagClassName
{
border-color: #DCF9ED;
}
</style>