Shades of Clear Day #DBFCF4
Tints of Clear Day #DBFCF4
RGB
CMYK
RGB Variations
Color information
#DBFCF4 (or 0xDBFCF4) is known color: Clear Day. HEX triplet: DB, FC and F4. RGB value is (219,252,244). Sum of RGB (Red+Green+Blue) = 219+252+244=715 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.63% from 715); Green value is 252 (98.83% from 255 or 35.24% from 715); Blue value is 244 (95.70% from 255 or 34.13% from 715); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFCF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFCF4 is #24030B. Grayscale: #F1F1F1. Windows color (decimal): -2360076 or 16055515. OLE color: 16055515.
HSL color Cylindrical-coordinate representation of color #DBFCF4: hue angle of 165.45º 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 #DBFCF4 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 252 | 244 | - |
| CMYK | 0.13 | 0 | 0.03 | 0.01 |
| HSL | 165.45º | 0.85% | 0.92% | - |
| HSV(B) | 165.45º | 0.13% | 0.99% | - |
| XYZ | 80.35 | 91.21 | 98.96 | - |
| YUV | 241.22 | 129.57 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 252 | 244 | 0.13 | 0 | 0.03 | 0.01 | 165.45 | 0.85 | 0.92 |
| Hex | DB | FC | F4 | D | 0 | 3 | 1 | A5 | 55 | 5C |
| Octal | 333 | 374 | 364 | 15 | 0 | 3 | 1 | 245 | 125 | 134 |
| Binary | 11011011 | 11111100 | 11110100 | 1101 | 0 | 11 | 1 | 10100101 | 1010101 | 1011100 |
Color Harmonies of #DBFCF4
Complementary color
Monochromatic Colors of #DBFCF4
Black with #DBFCF4
Text Example
Text Example
White with #DBFCF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFCF4; }
p { color: rgb(219,252,244); }
H1.HeaderClassName
{
color: #DBFCF4;
}
.AnyTagClassName
{
color: #DBFCF4;
}
</style>
background-color css
<style>
a { background-color: #DBFCF4; }
a { background-color: rgb(219,252,244); }
div.DivClassName
{
background-color: #DBFCF4;
}
.BgClassName
{
background-color: #DBFCF4;
}
</style>
border-color css
<style>
span { border-color: #DBFCF4; }
span { border-color: rgb(219,252,244); }
td.TdClassName
{
border-color: #DBFCF4;
}
.TagClassName
{
border-color: #DBFCF4;
}
</style>