Shades of Clear Day #DBFCF5
Tints of Clear Day #DBFCF5
RGB
CMYK
RGB Variations
Color information
#DBFCF5 (or 0xDBFCF5) is known color: Clear Day. HEX triplet: DB, FC and F5. RGB value is (219,252,245). Sum of RGB (Red+Green+Blue) = 219+252+245=716 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.59% from 716); Green value is 252 (98.83% from 255 or 35.20% from 716); Blue value is 245 (96.09% from 255 or 34.22% from 716); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFCF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFCF5 is #24030A. Grayscale: #F1F1F1. Windows color (decimal): -2360075 or 16121051. OLE color: 16121051.
HSL color Cylindrical-coordinate representation of color #DBFCF5: hue angle of 167.27º 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 #DBFCF5 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 252 | 245 | - |
CMYK | 0.13 | 0 | 0.03 | 0.01 |
HSL | 167.27º | 0.85% | 0.92% | - |
HSV(B) | 167.27º | 0.13% | 0.99% | - |
XYZ | 80.51 | 91.27 | 99.76 | - |
YUV | 241.34 | 130.07 | 112.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 252 | 245 | 0.13 | 0 | 0.03 | 0.01 | 167.27 | 0.85 | 0.92 |
Hex | DB | FC | F5 | D | 0 | 3 | 1 | A7 | 55 | 5C |
Octal | 333 | 374 | 365 | 15 | 0 | 3 | 1 | 247 | 125 | 134 |
Binary | 11011011 | 11111100 | 11110101 | 1101 | 0 | 11 | 1 | 10100111 | 1010101 | 1011100 |
Color Harmonies of #DBFCF5
Complementary color
Monochromatic Colors of #DBFCF5
Black with #DBFCF5
Text Example
Text Example
White with #DBFCF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFCF5; }
p { color: rgb(219,252,245); }
H1.HeaderClassName
{
color: #DBFCF5;
}
.AnyTagClassName
{
color: #DBFCF5;
}
</style>
background-color css
<style>
a { background-color: #DBFCF5; }
a { background-color: rgb(219,252,245); }
div.DivClassName
{
background-color: #DBFCF5;
}
.BgClassName
{
background-color: #DBFCF5;
}
</style>
border-color css
<style>
span { border-color: #DBFCF5; }
span { border-color: rgb(219,252,245); }
td.TdClassName
{
border-color: #DBFCF5;
}
.TagClassName
{
border-color: #DBFCF5;
}
</style>