Shades of Clear Day #DBFBEE
Tints of Clear Day #DBFBEE
RGB
CMYK
RGB Variations
Color information
#DBFBEE (or 0xDBFBEE) is known color: Clear Day. HEX triplet: DB, FB and EE. RGB value is (219,251,238). Sum of RGB (Red+Green+Blue) = 219+251+238=708 (93% of max value = 765). Red value is 219 (85.94% from 255 or 30.93% from 708); Green value is 251 (98.44% from 255 or 35.45% from 708); Blue value is 238 (93.36% from 255 or 33.62% from 708); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFBEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFBEE is #240411. Grayscale: #EFEFEF. Windows color (decimal): -2360338 or 15662043. OLE color: 15662043.
HSL color Cylindrical-coordinate representation of color #DBFBEE: hue angle of 155.62º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBFBEE is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 251 | 238 | - |
| CMYK | 0.13 | 0 | 0.05 | 0.02 |
| HSL | 155.63º | 0.8% | 0.92% | - |
| HSV(B) | 155.63º | 0.13% | 0.98% | - |
| XYZ | 79.14 | 90.23 | 94.13 | - |
| YUV | 239.95 | 126.9 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 251 | 238 | 0.13 | 0 | 0.05 | 0.02 | 155.63 | 0.8 | 0.92 |
| Hex | DB | FB | EE | D | 0 | 5 | 2 | 9C | 50 | 5C |
| Octal | 333 | 373 | 356 | 15 | 0 | 5 | 2 | 234 | 120 | 134 |
| Binary | 11011011 | 11111011 | 11101110 | 1101 | 0 | 101 | 10 | 10011100 | 1010000 | 1011100 |
Color Harmonies of #DBFBEE
Complementary color
Monochromatic Colors of #DBFBEE
Black with #DBFBEE
Text Example
Text Example
White with #DBFBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFBEE; }
p { color: rgb(219,251,238); }
H1.HeaderClassName
{
color: #DBFBEE;
}
.AnyTagClassName
{
color: #DBFBEE;
}
</style>
background-color css
<style>
a { background-color: #DBFBEE; }
a { background-color: rgb(219,251,238); }
div.DivClassName
{
background-color: #DBFBEE;
}
.BgClassName
{
background-color: #DBFBEE;
}
</style>
border-color css
<style>
span { border-color: #DBFBEE; }
span { border-color: rgb(219,251,238); }
td.TdClassName
{
border-color: #DBFBEE;
}
.TagClassName
{
border-color: #DBFBEE;
}
</style>