Shades of Clear Day #DBFEF2
Tints of Clear Day #DBFEF2
RGB
CMYK
RGB Variations
Color information
#DBFEF2 (or 0xDBFEF2) is known color: Clear Day. HEX triplet: DB, FE and F2. RGB value is (219,254,242). Sum of RGB (Red+Green+Blue) = 219+254+242=715 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.63% from 715); Green value is 254 (99.61% from 255 or 35.52% from 715); Blue value is 242 (94.92% from 255 or 33.85% from 715); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFEF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFEF2 is #24010D. Grayscale: #F2F2F2. Windows color (decimal): -2359566 or 15924955. OLE color: 15924955.
HSL color Cylindrical-coordinate representation of color #DBFEF2: hue angle of 159.43º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBFEF2 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 254 | 242 | - |
| CMYK | 0.14 | 0 | 0.05 | 0.00 |
| HSL | 159.43º | 0.95% | 0.93% | - |
| HSV(B) | 159.43º | 0.14% | 1% | - |
| XYZ | 80.68 | 92.35 | 97.58 | - |
| YUV | 242.17 | 127.9 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 254 | 242 | 0.14 | 0 | 0.05 | 0.00 | 159.43 | 0.95 | 0.93 |
| Hex | DB | FE | F2 | E | 0 | 5 | 0 | 9F | 5F | 5D |
| Octal | 333 | 376 | 362 | 16 | 0 | 5 | 0 | 237 | 137 | 135 |
| Binary | 11011011 | 11111110 | 11110010 | 1110 | 0 | 101 | 0 | 10011111 | 1011111 | 1011101 |
Color Harmonies of #DBFEF2
Complementary color
Monochromatic Colors of #DBFEF2
Black with #DBFEF2
Text Example
Text Example
White with #DBFEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFEF2; }
p { color: rgb(219,254,242); }
H1.HeaderClassName
{
color: #DBFEF2;
}
.AnyTagClassName
{
color: #DBFEF2;
}
</style>
background-color css
<style>
a { background-color: #DBFEF2; }
a { background-color: rgb(219,254,242); }
div.DivClassName
{
background-color: #DBFEF2;
}
.BgClassName
{
background-color: #DBFEF2;
}
</style>
border-color css
<style>
span { border-color: #DBFEF2; }
span { border-color: rgb(219,254,242); }
td.TdClassName
{
border-color: #DBFEF2;
}
.TagClassName
{
border-color: #DBFEF2;
}
</style>