Shades of Clear Day #DBF5EC
Tints of Clear Day #DBF5EC
RGB
CMYK
RGB Variations
Color information
#DBF5EC (or 0xDBF5EC) is known color: Clear Day. HEX triplet: DB, F5 and EC. RGB value is (219,245,236). Sum of RGB (Red+Green+Blue) = 219+245+236=700 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.29% from 700); Green value is 245 (96.09% from 255 or 35% from 700); Blue value is 236 (92.58% from 255 or 33.71% from 700); Max value from RGB is 245 - color contains mainly: green. Hex color #DBF5EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF5EC is #240A13. Grayscale: #ECECEC. Windows color (decimal): -2361876 or 15529435. OLE color: 15529435.
HSL color Cylindrical-coordinate representation of color #DBF5EC: hue angle of 159.23º degrees, saturation: 0.57, 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 #DBF5EC is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
RGB | 219 | 245 | 236 | - |
CMYK | 0.11 | 0 | 0.04 | 0.04 |
HSL | 159.23º | 0.57% | 0.91% | - |
HSV(B) | 159.23º | 0.11% | 0.96% | - |
XYZ | 77.01 | 86.42 | 91.98 | - |
YUV | 236.2 | 127.89 | 115.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 245 | 236 | 0.11 | 0 | 0.04 | 0.04 | 159.23 | 0.57 | 0.91 |
Hex | DB | F5 | EC | B | 0 | 4 | 4 | 9F | 39 | 5B |
Octal | 333 | 365 | 354 | 13 | 0 | 4 | 4 | 237 | 71 | 133 |
Binary | 11011011 | 11110101 | 11101100 | 1011 | 0 | 100 | 100 | 10011111 | 111001 | 1011011 |
Color Harmonies of #DBF5EC
Complementary color
Monochromatic Colors of #DBF5EC
Black with #DBF5EC
Text Example
Text Example
White with #DBF5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF5EC; }
p { color: rgb(219,245,236); }
H1.HeaderClassName
{
color: #DBF5EC;
}
.AnyTagClassName
{
color: #DBF5EC;
}
</style>
background-color css
<style>
a { background-color: #DBF5EC; }
a { background-color: rgb(219,245,236); }
div.DivClassName
{
background-color: #DBF5EC;
}
.BgClassName
{
background-color: #DBF5EC;
}
</style>
border-color css
<style>
span { border-color: #DBF5EC; }
span { border-color: rgb(219,245,236); }
td.TdClassName
{
border-color: #DBF5EC;
}
.TagClassName
{
border-color: #DBF5EC;
}
</style>