Shades of Clear Day #DBFCF1
Tints of Clear Day #DBFCF1
RGB
CMYK
RGB Variations
Color information
#DBFCF1 (or 0xDBFCF1) is known color: Clear Day. HEX triplet: DB, FC and F1. RGB value is (219,252,241). Sum of RGB (Red+Green+Blue) = 219+252+241=712 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.76% from 712); Green value is 252 (98.83% from 255 or 35.39% from 712); Blue value is 241 (94.53% from 255 or 33.85% from 712); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFCF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFCF1 is #24030E. Grayscale: #F0F0F0. Windows color (decimal): -2360079 or 15858907. OLE color: 15858907.
HSL color Cylindrical-coordinate representation of color #DBFCF1: hue angle of 160º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBFCF1 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 252 | 241 | - |
| CMYK | 0.13 | 0 | 0.04 | 0.01 |
| HSL | 160º | 0.85% | 0.92% | - |
| HSV(B) | 160º | 0.13% | 0.99% | - |
| XYZ | 79.9 | 91.03 | 96.58 | - |
| YUV | 240.88 | 128.07 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 252 | 241 | 0.13 | 0 | 0.04 | 0.01 | 160 | 0.85 | 0.92 |
| Hex | DB | FC | F1 | D | 0 | 4 | 1 | A0 | 55 | 5C |
| Octal | 333 | 374 | 361 | 15 | 0 | 4 | 1 | 240 | 125 | 134 |
| Binary | 11011011 | 11111100 | 11110001 | 1101 | 0 | 100 | 1 | 10100000 | 1010101 | 1011100 |
Color Harmonies of #DBFCF1
Complementary color
Monochromatic Colors of #DBFCF1
Black with #DBFCF1
Text Example
Text Example
White with #DBFCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFCF1; }
p { color: rgb(219,252,241); }
H1.HeaderClassName
{
color: #DBFCF1;
}
.AnyTagClassName
{
color: #DBFCF1;
}
</style>
background-color css
<style>
a { background-color: #DBFCF1; }
a { background-color: rgb(219,252,241); }
div.DivClassName
{
background-color: #DBFCF1;
}
.BgClassName
{
background-color: #DBFCF1;
}
</style>
border-color css
<style>
span { border-color: #DBFCF1; }
span { border-color: rgb(219,252,241); }
td.TdClassName
{
border-color: #DBFCF1;
}
.TagClassName
{
border-color: #DBFCF1;
}
</style>