Shades of Clear Day #DBF8EE
Tints of Clear Day #DBF8EE
RGB
CMYK
RGB Variations
Color information
#DBF8EE (or 0xDBF8EE) is known color: Clear Day. HEX triplet: DB, F8 and EE. RGB value is (219,248,238). Sum of RGB (Red+Green+Blue) = 219+248+238=705 (93% of max value = 765). Red value is 219 (85.94% from 255 or 31.06% from 705); Green value is 248 (97.27% from 255 or 35.18% from 705); Blue value is 238 (93.36% from 255 or 33.76% from 705); Max value from RGB is 248 - color contains mainly: green. Hex color #DBF8EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF8EE is #240711. Grayscale: #EEEEEE. Windows color (decimal): -2361106 or 15661275. OLE color: 15661275.
HSL color Cylindrical-coordinate representation of color #DBF8EE: hue angle of 159.31º degrees, saturation: 0.67, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBF8EE is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 248 | 238 | - |
| CMYK | 0.12 | 0 | 0.04 | 0.03 |
| HSL | 159.31º | 0.67% | 0.92% | - |
| HSV(B) | 159.31º | 0.12% | 0.97% | - |
| XYZ | 78.21 | 88.37 | 93.82 | - |
| YUV | 238.19 | 127.89 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 248 | 238 | 0.12 | 0 | 0.04 | 0.03 | 159.31 | 0.67 | 0.92 |
| Hex | DB | F8 | EE | C | 0 | 4 | 3 | 9F | 43 | 5C |
| Octal | 333 | 370 | 356 | 14 | 0 | 4 | 3 | 237 | 103 | 134 |
| Binary | 11011011 | 11111000 | 11101110 | 1100 | 0 | 100 | 11 | 10011111 | 1000011 | 1011100 |
Color Harmonies of #DBF8EE
Complementary color
Monochromatic Colors of #DBF8EE
Black with #DBF8EE
Text Example
Text Example
White with #DBF8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF8EE; }
p { color: rgb(219,248,238); }
H1.HeaderClassName
{
color: #DBF8EE;
}
.AnyTagClassName
{
color: #DBF8EE;
}
</style>
background-color css
<style>
a { background-color: #DBF8EE; }
a { background-color: rgb(219,248,238); }
div.DivClassName
{
background-color: #DBF8EE;
}
.BgClassName
{
background-color: #DBF8EE;
}
</style>
border-color css
<style>
span { border-color: #DBF8EE; }
span { border-color: rgb(219,248,238); }
td.TdClassName
{
border-color: #DBF8EE;
}
.TagClassName
{
border-color: #DBF8EE;
}
</style>