Shades of Clear Day #DBF9EF
Tints of Clear Day #DBF9EF
RGB
CMYK
RGB Variations
Color information
#DBF9EF (or 0xDBF9EF) is known color: Clear Day. HEX triplet: DB, F9 and EF. RGB value is (219,249,239). Sum of RGB (Red+Green+Blue) = 219+249+239=707 (93% of max value = 765). Red value is 219 (85.94% from 255 or 30.98% from 707); Green value is 249 (97.66% from 255 or 35.22% from 707); Blue value is 239 (93.75% from 255 or 33.80% from 707); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF9EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF9EF is #240610. Grayscale: #EEEEEE. Windows color (decimal): -2360849 or 15727067. OLE color: 15727067.
HSL color Cylindrical-coordinate representation of color #DBF9EF: hue angle of 160º degrees, saturation: 0.71, 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 #DBF9EF is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 249 | 239 | - |
| CMYK | 0.12 | 0 | 0.04 | 0.02 |
| HSL | 160º | 0.71% | 0.92% | - |
| HSV(B) | 160º | 0.12% | 0.98% | - |
| XYZ | 78.67 | 89.04 | 94.7 | - |
| YUV | 238.89 | 128.06 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 249 | 239 | 0.12 | 0 | 0.04 | 0.02 | 160 | 0.71 | 0.92 |
| Hex | DB | F9 | EF | C | 0 | 4 | 2 | A0 | 47 | 5C |
| Octal | 333 | 371 | 357 | 14 | 0 | 4 | 2 | 240 | 107 | 134 |
| Binary | 11011011 | 11111001 | 11101111 | 1100 | 0 | 100 | 10 | 10100000 | 1000111 | 1011100 |
Color Harmonies of #DBF9EF
Complementary color
Monochromatic Colors of #DBF9EF
Black with #DBF9EF
Text Example
Text Example
White with #DBF9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF9EF; }
p { color: rgb(219,249,239); }
H1.HeaderClassName
{
color: #DBF9EF;
}
.AnyTagClassName
{
color: #DBF9EF;
}
</style>
background-color css
<style>
a { background-color: #DBF9EF; }
a { background-color: rgb(219,249,239); }
div.DivClassName
{
background-color: #DBF9EF;
}
.BgClassName
{
background-color: #DBF9EF;
}
</style>
border-color css
<style>
span { border-color: #DBF9EF; }
span { border-color: rgb(219,249,239); }
td.TdClassName
{
border-color: #DBF9EF;
}
.TagClassName
{
border-color: #DBF9EF;
}
</style>