Shades of Clear Day #DBFFF1
Tints of Clear Day #DBFFF1
RGB
CMYK
RGB Variations
Color information
#DBFFF1 (or 0xDBFFF1) is known color: Clear Day. HEX triplet: DB, FF and F1. RGB value is (219,255,241). Sum of RGB (Red+Green+Blue) = 219+255+241=715 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.63% from 715); Green value is 255 (100% from 255 or 35.66% from 715); Blue value is 241 (94.53% from 255 or 33.71% from 715); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFFF1 is #24000E. Grayscale: #F2F2F2. Windows color (decimal): -2359311 or 15859675. OLE color: 15859675.
HSL color Cylindrical-coordinate representation of color #DBFFF1: hue angle of 156.67º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBFFF1 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 255 | 241 | - |
| CMYK | 0.14 | 0 | 0.05 | 0 |
| HSL | 156.67º | 1% | 0.93% | - |
| HSV(B) | 156.67º | 0.14% | 1% | - |
| XYZ | 80.85 | 92.93 | 96.9 | - |
| YUV | 242.64 | 127.07 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 255 | 241 | 0.14 | 0 | 0.05 | 0 | 156.67 | 1 | 0.93 |
| Hex | DB | FF | F1 | E | 0 | 5 | 0 | 9D | 64 | 5D |
| Octal | 333 | 377 | 361 | 16 | 0 | 5 | 0 | 235 | 144 | 135 |
| Binary | 11011011 | 11111111 | 11110001 | 1110 | 0 | 101 | 0 | 10011101 | 1100100 | 1011101 |
Color Harmonies of #DBFFF1
Complementary color
Monochromatic Colors of #DBFFF1
Black with #DBFFF1
Text Example
Text Example
White with #DBFFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFFF1; }
p { color: rgb(219,255,241); }
H1.HeaderClassName
{
color: #DBFFF1;
}
.AnyTagClassName
{
color: #DBFFF1;
}
</style>
background-color css
<style>
a { background-color: #DBFFF1; }
a { background-color: rgb(219,255,241); }
div.DivClassName
{
background-color: #DBFFF1;
}
.BgClassName
{
background-color: #DBFFF1;
}
</style>
border-color css
<style>
span { border-color: #DBFFF1; }
span { border-color: rgb(219,255,241); }
td.TdClassName
{
border-color: #DBFFF1;
}
.TagClassName
{
border-color: #DBFFF1;
}
</style>