Shades of Clear Day #DCFBF0
Tints of Clear Day #DCFBF0
RGB
CMYK
RGB Variations
Color information
#DCFBF0 (or 0xDCFBF0) is known color: Clear Day. HEX triplet: DC, FB and F0. RGB value is (220,251,240). Sum of RGB (Red+Green+Blue) = 220+251+240=711 (94% of max value = 765). Red value is 220 (86.33% from 255 or 30.94% from 711); Green value is 251 (98.44% from 255 or 35.30% from 711); Blue value is 240 (94.14% from 255 or 33.76% from 711); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFBF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFBF0 is #23040F. Grayscale: #F0F0F0. Windows color (decimal): -2294800 or 15793116. OLE color: 15793116.
HSL color Cylindrical-coordinate representation of color #DCFBF0: hue angle of 158.71º degrees, saturation: 0.79, 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 #DCFBF0 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 251 | 240 | - |
| CMYK | 0.12 | 0 | 0.04 | 0.02 |
| HSL | 158.71º | 0.79% | 0.92% | - |
| HSV(B) | 158.71º | 0.12% | 0.98% | - |
| XYZ | 79.74 | 90.5 | 95.7 | - |
| YUV | 240.48 | 127.73 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 251 | 240 | 0.12 | 0 | 0.04 | 0.02 | 158.71 | 0.79 | 0.92 |
| Hex | DC | FB | F0 | C | 0 | 4 | 2 | 9F | 4F | 5C |
| Octal | 334 | 373 | 360 | 14 | 0 | 4 | 2 | 237 | 117 | 134 |
| Binary | 11011100 | 11111011 | 11110000 | 1100 | 0 | 100 | 10 | 10011111 | 1001111 | 1011100 |
Color Harmonies of #DCFBF0
Complementary color
Monochromatic Colors of #DCFBF0
Black with #DCFBF0
Text Example
Text Example
White with #DCFBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFBF0; }
p { color: rgb(220,251,240); }
H1.HeaderClassName
{
color: #DCFBF0;
}
.AnyTagClassName
{
color: #DCFBF0;
}
</style>
background-color css
<style>
a { background-color: #DCFBF0; }
a { background-color: rgb(220,251,240); }
div.DivClassName
{
background-color: #DCFBF0;
}
.BgClassName
{
background-color: #DCFBF0;
}
</style>
border-color css
<style>
span { border-color: #DCFBF0; }
span { border-color: rgb(220,251,240); }
td.TdClassName
{
border-color: #DCFBF0;
}
.TagClassName
{
border-color: #DCFBF0;
}
</style>