Shades of Clear Day #DBFAEE
Tints of Clear Day #DBFAEE
RGB
CMYK
RGB Variations
Color information
#DBFAEE (or 0xDBFAEE) is known color: Clear Day. HEX triplet: DB, FA and EE. RGB value is (219,250,238). Sum of RGB (Red+Green+Blue) = 219+250+238=707 (93% of max value = 765). Red value is 219 (85.94% from 255 or 30.98% from 707); Green value is 250 (98.05% from 255 or 35.36% from 707); Blue value is 238 (93.36% from 255 or 33.66% from 707); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFAEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFAEE is #240511. Grayscale: #EFEFEF. Windows color (decimal): -2360594 or 15661787. OLE color: 15661787.
HSL color Cylindrical-coordinate representation of color #DBFAEE: hue angle of 156.77º degrees, saturation: 0.76, 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 #DBFAEE is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 250 | 238 | - |
| CMYK | 0.12 | 0 | 0.05 | 0.02 |
| HSL | 156.77º | 0.76% | 0.92% | - |
| HSV(B) | 156.77º | 0.12% | 0.98% | - |
| XYZ | 78.83 | 89.6 | 94.03 | - |
| YUV | 239.36 | 127.23 | 113.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 250 | 238 | 0.12 | 0 | 0.05 | 0.02 | 156.77 | 0.76 | 0.92 |
| Hex | DB | FA | EE | C | 0 | 5 | 2 | 9D | 4C | 5C |
| Octal | 333 | 372 | 356 | 14 | 0 | 5 | 2 | 235 | 114 | 134 |
| Binary | 11011011 | 11111010 | 11101110 | 1100 | 0 | 101 | 10 | 10011101 | 1001100 | 1011100 |
Color Harmonies of #DBFAEE
Complementary color
Monochromatic Colors of #DBFAEE
Black with #DBFAEE
Text Example
Text Example
White with #DBFAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFAEE; }
p { color: rgb(219,250,238); }
H1.HeaderClassName
{
color: #DBFAEE;
}
.AnyTagClassName
{
color: #DBFAEE;
}
</style>
background-color css
<style>
a { background-color: #DBFAEE; }
a { background-color: rgb(219,250,238); }
div.DivClassName
{
background-color: #DBFAEE;
}
.BgClassName
{
background-color: #DBFAEE;
}
</style>
border-color css
<style>
span { border-color: #DBFAEE; }
span { border-color: rgb(219,250,238); }
td.TdClassName
{
border-color: #DBFAEE;
}
.TagClassName
{
border-color: #DBFAEE;
}
</style>