Shades of Clear Day #DCF6EE
Tints of Clear Day #DCF6EE
RGB
CMYK
RGB Variations
Color information
#DCF6EE (or 0xDCF6EE) is known color: Clear Day. HEX triplet: DC, F6 and EE. RGB value is (220,246,238). Sum of RGB (Red+Green+Blue) = 220+246+238=704 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.25% from 704); Green value is 246 (96.48% from 255 or 34.94% from 704); Blue value is 238 (93.36% from 255 or 33.81% from 704); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF6EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF6EE is #230911. Grayscale: #EDEDED. Windows color (decimal): -2296082 or 15660764. OLE color: 15660764.
HSL color Cylindrical-coordinate representation of color #DCF6EE: hue angle of 161.54º 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 #DCF6EE is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 246 | 238 | - |
| CMYK | 0.11 | 0 | 0.03 | 0.04 |
| HSL | 161.54º | 0.59% | 0.91% | - |
| HSV(B) | 161.54º | 0.11% | 0.96% | - |
| XYZ | 77.9 | 87.3 | 93.63 | - |
| YUV | 237.31 | 128.39 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 246 | 238 | 0.11 | 0 | 0.03 | 0.04 | 161.54 | 0.59 | 0.91 |
| Hex | DC | F6 | EE | B | 0 | 3 | 4 | A2 | 3B | 5B |
| Octal | 334 | 366 | 356 | 13 | 0 | 3 | 4 | 242 | 73 | 133 |
| Binary | 11011100 | 11110110 | 11101110 | 1011 | 0 | 11 | 100 | 10100010 | 111011 | 1011011 |
Color Harmonies of #DCF6EE
Complementary color
Monochromatic Colors of #DCF6EE
Black with #DCF6EE
Text Example
Text Example
White with #DCF6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF6EE; }
p { color: rgb(220,246,238); }
H1.HeaderClassName
{
color: #DCF6EE;
}
.AnyTagClassName
{
color: #DCF6EE;
}
</style>
background-color css
<style>
a { background-color: #DCF6EE; }
a { background-color: rgb(220,246,238); }
div.DivClassName
{
background-color: #DCF6EE;
}
.BgClassName
{
background-color: #DCF6EE;
}
</style>
border-color css
<style>
span { border-color: #DCF6EE; }
span { border-color: rgb(220,246,238); }
td.TdClassName
{
border-color: #DCF6EE;
}
.TagClassName
{
border-color: #DCF6EE;
}
</style>