Shades of Clear Day #DCF3ED
Tints of Clear Day #DCF3ED
RGB
CMYK
RGB Variations
Color information
#DCF3ED (or 0xDCF3ED) is known color: Clear Day. HEX triplet: DC, F3 and ED. RGB value is (220,243,237). Sum of RGB (Red+Green+Blue) = 220+243+237=700 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.43% from 700); Green value is 243 (95.31% from 255 or 34.71% from 700); Blue value is 237 (92.97% from 255 or 33.86% from 700); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF3ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF3ED is #230C12. Grayscale: #EBEBEB. Windows color (decimal): -2296851 or 15594460. OLE color: 15594460.
HSL color Cylindrical-coordinate representation of color #DCF3ED: hue angle of 164.35º degrees, saturation: 0.49, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCF3ED is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
RGB | 220 | 243 | 237 | - |
CMYK | 0.09 | 0 | 0.02 | 0.05 |
HSL | 164.35º | 0.49% | 0.91% | - |
HSV(B) | 164.35º | 0.09% | 0.95% | - |
XYZ | 76.85 | 85.43 | 92.56 | - |
YUV | 235.44 | 128.88 | 116.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 243 | 237 | 0.09 | 0 | 0.02 | 0.05 | 164.35 | 0.49 | 0.91 |
Hex | DC | F3 | ED | 9 | 0 | 2 | 5 | A4 | 31 | 5B |
Octal | 334 | 363 | 355 | 11 | 0 | 2 | 5 | 244 | 61 | 133 |
Binary | 11011100 | 11110011 | 11101101 | 1001 | 0 | 10 | 101 | 10100100 | 110001 | 1011011 |
Color Harmonies of #DCF3ED
Complementary color
Monochromatic Colors of #DCF3ED
Black with #DCF3ED
Text Example
Text Example
White with #DCF3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF3ED; }
p { color: rgb(220,243,237); }
H1.HeaderClassName
{
color: #DCF3ED;
}
.AnyTagClassName
{
color: #DCF3ED;
}
</style>
background-color css
<style>
a { background-color: #DCF3ED; }
a { background-color: rgb(220,243,237); }
div.DivClassName
{
background-color: #DCF3ED;
}
.BgClassName
{
background-color: #DCF3ED;
}
</style>
border-color css
<style>
span { border-color: #DCF3ED; }
span { border-color: rgb(220,243,237); }
td.TdClassName
{
border-color: #DCF3ED;
}
.TagClassName
{
border-color: #DCF3ED;
}
</style>