Shades of Clear Day #DBFAF2
Tints of Clear Day #DBFAF2
RGB
CMYK
RGB Variations
Color information
#DBFAF2 (or 0xDBFAF2) is known color: Clear Day. HEX triplet: DB, FA and F2. RGB value is (219,250,242). Sum of RGB (Red+Green+Blue) = 219+250+242=711 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.80% from 711); Green value is 250 (98.05% from 255 or 35.16% from 711); Blue value is 242 (94.92% from 255 or 34.04% from 711); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFAF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFAF2 is #24050D. Grayscale: #EFEFEF. Windows color (decimal): -2360590 or 15923931. OLE color: 15923931.
HSL color Cylindrical-coordinate representation of color #DBFAF2: hue angle of 164.52º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBFAF2 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 250 | 242 | - |
| CMYK | 0.12 | 0 | 0.03 | 0.02 |
| HSL | 164.52º | 0.76% | 0.92% | - |
| HSV(B) | 164.52º | 0.12% | 0.98% | - |
| XYZ | 79.43 | 89.84 | 97.16 | - |
| YUV | 239.82 | 129.23 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 250 | 242 | 0.12 | 0 | 0.03 | 0.02 | 164.52 | 0.76 | 0.92 |
| Hex | DB | FA | F2 | C | 0 | 3 | 2 | A5 | 4C | 5C |
| Octal | 333 | 372 | 362 | 14 | 0 | 3 | 2 | 245 | 114 | 134 |
| Binary | 11011011 | 11111010 | 11110010 | 1100 | 0 | 11 | 10 | 10100101 | 1001100 | 1011100 |
Color Harmonies of #DBFAF2
Complementary color
Monochromatic Colors of #DBFAF2
Black with #DBFAF2
Text Example
Text Example
White with #DBFAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFAF2; }
p { color: rgb(219,250,242); }
H1.HeaderClassName
{
color: #DBFAF2;
}
.AnyTagClassName
{
color: #DBFAF2;
}
</style>
background-color css
<style>
a { background-color: #DBFAF2; }
a { background-color: rgb(219,250,242); }
div.DivClassName
{
background-color: #DBFAF2;
}
.BgClassName
{
background-color: #DBFAF2;
}
</style>
border-color css
<style>
span { border-color: #DBFAF2; }
span { border-color: rgb(219,250,242); }
td.TdClassName
{
border-color: #DBFAF2;
}
.TagClassName
{
border-color: #DBFAF2;
}
</style>