Shades of Clear Day #DBFEF1
Tints of Clear Day #DBFEF1
RGB
CMYK
RGB Variations
Color information
#DBFEF1 (or 0xDBFEF1) is known color: Clear Day. HEX triplet: DB, FE and F1. RGB value is (219,254,241). Sum of RGB (Red+Green+Blue) = 219+254+241=714 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.67% from 714); Green value is 254 (99.61% from 255 or 35.57% from 714); Blue value is 241 (94.53% from 255 or 33.75% from 714); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFEF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFEF1 is #24010E. Grayscale: #F2F2F2. Windows color (decimal): -2359567 or 15859419. OLE color: 15859419.
HSL color Cylindrical-coordinate representation of color #DBFEF1: hue angle of 157.71º 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 #DBFEF1 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 254 | 241 | - |
| CMYK | 0.14 | 0 | 0.05 | 0.00 |
| HSL | 157.71º | 0.95% | 0.93% | - |
| HSV(B) | 157.71º | 0.14% | 1% | - |
| XYZ | 80.53 | 92.29 | 96.79 | - |
| YUV | 242.05 | 127.4 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 254 | 241 | 0.14 | 0 | 0.05 | 0.00 | 157.71 | 0.95 | 0.93 |
| Hex | DB | FE | F1 | E | 0 | 5 | 0 | 9E | 5F | 5D |
| Octal | 333 | 376 | 361 | 16 | 0 | 5 | 0 | 236 | 137 | 135 |
| Binary | 11011011 | 11111110 | 11110001 | 1110 | 0 | 101 | 0 | 10011110 | 1011111 | 1011101 |
Color Harmonies of #DBFEF1
Complementary color
Monochromatic Colors of #DBFEF1
Black with #DBFEF1
Text Example
Text Example
White with #DBFEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFEF1; }
p { color: rgb(219,254,241); }
H1.HeaderClassName
{
color: #DBFEF1;
}
.AnyTagClassName
{
color: #DBFEF1;
}
</style>
background-color css
<style>
a { background-color: #DBFEF1; }
a { background-color: rgb(219,254,241); }
div.DivClassName
{
background-color: #DBFEF1;
}
.BgClassName
{
background-color: #DBFEF1;
}
</style>
border-color css
<style>
span { border-color: #DBFEF1; }
span { border-color: rgb(219,254,241); }
td.TdClassName
{
border-color: #DBFEF1;
}
.TagClassName
{
border-color: #DBFEF1;
}
</style>