Shades of Clear Day #DBFBF4
Tints of Clear Day #DBFBF4
RGB
CMYK
RGB Variations
Color information
#DBFBF4 (or 0xDBFBF4) is known color: Clear Day. HEX triplet: DB, FB and F4. RGB value is (219,251,244). Sum of RGB (Red+Green+Blue) = 219+251+244=714 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.67% from 714); Green value is 251 (98.44% from 255 or 35.15% from 714); Blue value is 244 (95.70% from 255 or 34.17% from 714); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFBF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFBF4 is #24040B. Grayscale: #F0F0F0. Windows color (decimal): -2360332 or 16055259. OLE color: 16055259.
HSL color Cylindrical-coordinate representation of color #DBFBF4: hue angle of 166.88º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBFBF4 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 251 | 244 | - |
| CMYK | 0.13 | 0 | 0.03 | 0.02 |
| HSL | 166.88º | 0.8% | 0.92% | - |
| HSV(B) | 166.88º | 0.13% | 0.98% | - |
| XYZ | 80.04 | 90.59 | 98.85 | - |
| YUV | 240.63 | 129.9 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 251 | 244 | 0.13 | 0 | 0.03 | 0.02 | 166.88 | 0.8 | 0.92 |
| Hex | DB | FB | F4 | D | 0 | 3 | 2 | A7 | 50 | 5C |
| Octal | 333 | 373 | 364 | 15 | 0 | 3 | 2 | 247 | 120 | 134 |
| Binary | 11011011 | 11111011 | 11110100 | 1101 | 0 | 11 | 10 | 10100111 | 1010000 | 1011100 |
Color Harmonies of #DBFBF4
Complementary color
Monochromatic Colors of #DBFBF4
Black with #DBFBF4
Text Example
Text Example
White with #DBFBF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFBF4; }
p { color: rgb(219,251,244); }
H1.HeaderClassName
{
color: #DBFBF4;
}
.AnyTagClassName
{
color: #DBFBF4;
}
</style>
background-color css
<style>
a { background-color: #DBFBF4; }
a { background-color: rgb(219,251,244); }
div.DivClassName
{
background-color: #DBFBF4;
}
.BgClassName
{
background-color: #DBFBF4;
}
</style>
border-color css
<style>
span { border-color: #DBFBF4; }
span { border-color: rgb(219,251,244); }
td.TdClassName
{
border-color: #DBFBF4;
}
.TagClassName
{
border-color: #DBFBF4;
}
</style>