Shades of Clear Day #DCF6ED
Tints of Clear Day #DCF6ED
RGB
CMYK
RGB Variations
Color information
#DCF6ED (or 0xDCF6ED) is known color: Clear Day. HEX triplet: DC, F6 and ED. RGB value is (220,246,237). Sum of RGB (Red+Green+Blue) = 220+246+237=703 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.29% from 703); Green value is 246 (96.48% from 255 or 34.99% from 703); Blue value is 237 (92.97% from 255 or 33.71% from 703); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF6ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF6ED is #230912. Grayscale: #EDEDED. Windows color (decimal): -2296083 or 15595228. OLE color: 15595228.
HSL color Cylindrical-coordinate representation of color #DCF6ED: hue angle of 159.23º degrees, saturation: 0.59, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCF6ED is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
RGB | 220 | 246 | 237 | - |
CMYK | 0.11 | 0 | 0.04 | 0.04 |
HSL | 159.23º | 0.59% | 0.91% | - |
HSV(B) | 159.23º | 0.11% | 0.96% | - |
XYZ | 77.76 | 87.24 | 92.86 | - |
YUV | 237.2 | 127.89 | 115.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 246 | 237 | 0.11 | 0 | 0.04 | 0.04 | 159.23 | 0.59 | 0.91 |
Hex | DC | F6 | ED | B | 0 | 4 | 4 | 9F | 3B | 5B |
Octal | 334 | 366 | 355 | 13 | 0 | 4 | 4 | 237 | 73 | 133 |
Binary | 11011100 | 11110110 | 11101101 | 1011 | 0 | 100 | 100 | 10011111 | 111011 | 1011011 |
Color Harmonies of #DCF6ED
Complementary color
Monochromatic Colors of #DCF6ED
Black with #DCF6ED
Text Example
Text Example
White with #DCF6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF6ED; }
p { color: rgb(220,246,237); }
H1.HeaderClassName
{
color: #DCF6ED;
}
.AnyTagClassName
{
color: #DCF6ED;
}
</style>
background-color css
<style>
a { background-color: #DCF6ED; }
a { background-color: rgb(220,246,237); }
div.DivClassName
{
background-color: #DCF6ED;
}
.BgClassName
{
background-color: #DCF6ED;
}
</style>
border-color css
<style>
span { border-color: #DCF6ED; }
span { border-color: rgb(220,246,237); }
td.TdClassName
{
border-color: #DCF6ED;
}
.TagClassName
{
border-color: #DCF6ED;
}
</style>