Shades of Clear Day #DBFFF0
Tints of Clear Day #DBFFF0
RGB
CMYK
RGB Variations
Color information
#DBFFF0 (or 0xDBFFF0) is known color: Clear Day. HEX triplet: DB, FF and F0. RGB value is (219,255,240). Sum of RGB (Red+Green+Blue) = 219+255+240=714 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.67% from 714); Green value is 255 (100% from 255 or 35.71% from 714); Blue value is 240 (94.14% from 255 or 33.61% from 714); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFFF0 is #24000F. Grayscale: #F2F2F2. Windows color (decimal): -2359312 or 15794139. OLE color: 15794139.
HSL color Cylindrical-coordinate representation of color #DBFFF0: hue angle of 155º 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 #DBFFF0 is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 255 | 240 | - |
| CMYK | 0.14 | 0 | 0.06 | 0 |
| HSL | 155º | 1% | 0.93% | - |
| HSV(B) | 155º | 0.14% | 1% | - |
| XYZ | 80.7 | 92.87 | 96.11 | - |
| YUV | 242.53 | 126.57 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 255 | 240 | 0.14 | 0 | 0.06 | 0 | 155 | 1 | 0.93 |
| Hex | DB | FF | F0 | E | 0 | 6 | 0 | 9B | 64 | 5D |
| Octal | 333 | 377 | 360 | 16 | 0 | 6 | 0 | 233 | 144 | 135 |
| Binary | 11011011 | 11111111 | 11110000 | 1110 | 0 | 110 | 0 | 10011011 | 1100100 | 1011101 |
Color Harmonies of #DBFFF0
Complementary color
Monochromatic Colors of #DBFFF0
Black with #DBFFF0
Text Example
Text Example
White with #DBFFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFFF0; }
p { color: rgb(219,255,240); }
H1.HeaderClassName
{
color: #DBFFF0;
}
.AnyTagClassName
{
color: #DBFFF0;
}
</style>
background-color css
<style>
a { background-color: #DBFFF0; }
a { background-color: rgb(219,255,240); }
div.DivClassName
{
background-color: #DBFFF0;
}
.BgClassName
{
background-color: #DBFFF0;
}
</style>
border-color css
<style>
span { border-color: #DBFFF0; }
span { border-color: rgb(219,255,240); }
td.TdClassName
{
border-color: #DBFFF0;
}
.TagClassName
{
border-color: #DBFFF0;
}
</style>