Shades of Clear Day #DBFAF1
Tints of Clear Day #DBFAF1
RGB
CMYK
RGB Variations
Color information
#DBFAF1 (or 0xDBFAF1) is known color: Clear Day. HEX triplet: DB, FA and F1. RGB value is (219,250,241). Sum of RGB (Red+Green+Blue) = 219+250+241=710 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.85% from 710); Green value is 250 (98.05% from 255 or 35.21% from 710); Blue value is 241 (94.53% from 255 or 33.94% from 710); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFAF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFAF1 is #24050E. Grayscale: #EFEFEF. Windows color (decimal): -2360591 or 15858395. OLE color: 15858395.
HSL color Cylindrical-coordinate representation of color #DBFAF1: hue angle of 162.58º 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 #DBFAF1 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 250 | 241 | - |
| CMYK | 0.12 | 0 | 0.04 | 0.02 |
| HSL | 162.58º | 0.76% | 0.92% | - |
| HSV(B) | 162.58º | 0.12% | 0.98% | - |
| XYZ | 79.28 | 89.78 | 96.37 | - |
| YUV | 239.71 | 128.73 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 250 | 241 | 0.12 | 0 | 0.04 | 0.02 | 162.58 | 0.76 | 0.92 |
| Hex | DB | FA | F1 | C | 0 | 4 | 2 | A3 | 4C | 5C |
| Octal | 333 | 372 | 361 | 14 | 0 | 4 | 2 | 243 | 114 | 134 |
| Binary | 11011011 | 11111010 | 11110001 | 1100 | 0 | 100 | 10 | 10100011 | 1001100 | 1011100 |
Color Harmonies of #DBFAF1
Complementary color
Monochromatic Colors of #DBFAF1
Black with #DBFAF1
Text Example
Text Example
White with #DBFAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFAF1; }
p { color: rgb(219,250,241); }
H1.HeaderClassName
{
color: #DBFAF1;
}
.AnyTagClassName
{
color: #DBFAF1;
}
</style>
background-color css
<style>
a { background-color: #DBFAF1; }
a { background-color: rgb(219,250,241); }
div.DivClassName
{
background-color: #DBFAF1;
}
.BgClassName
{
background-color: #DBFAF1;
}
</style>
border-color css
<style>
span { border-color: #DBFAF1; }
span { border-color: rgb(219,250,241); }
td.TdClassName
{
border-color: #DBFAF1;
}
.TagClassName
{
border-color: #DBFAF1;
}
</style>