Shades of Clear Day #DBFDF5
Tints of Clear Day #DBFDF5
RGB
CMYK
RGB Variations
Color information
#DBFDF5 (or 0xDBFDF5) is known color: Clear Day. HEX triplet: DB, FD and F5. RGB value is (219,253,245). Sum of RGB (Red+Green+Blue) = 219+253+245=717 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.54% from 717); Green value is 253 (99.22% from 255 or 35.29% from 717); Blue value is 245 (96.09% from 255 or 34.17% from 717); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFDF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFDF5 is #24020A. Grayscale: #F1F1F1. Windows color (decimal): -2359819 or 16121307. OLE color: 16121307.
HSL color Cylindrical-coordinate representation of color #DBFDF5: hue angle of 165.88º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBFDF5 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 253 | 245 | - |
CMYK | 0.13 | 0 | 0.03 | 0.01 |
HSL | 165.88º | 0.89% | 0.93% | - |
HSV(B) | 165.88º | 0.13% | 0.99% | - |
XYZ | 80.82 | 91.9 | 99.87 | - |
YUV | 241.92 | 129.74 | 111.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 253 | 245 | 0.13 | 0 | 0.03 | 0.01 | 165.88 | 0.89 | 0.93 |
Hex | DB | FD | F5 | D | 0 | 3 | 1 | A6 | 59 | 5D |
Octal | 333 | 375 | 365 | 15 | 0 | 3 | 1 | 246 | 131 | 135 |
Binary | 11011011 | 11111101 | 11110101 | 1101 | 0 | 11 | 1 | 10100110 | 1011001 | 1011101 |
Color Harmonies of #DBFDF5
Complementary color
Monochromatic Colors of #DBFDF5
Black with #DBFDF5
Text Example
Text Example
White with #DBFDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFDF5; }
p { color: rgb(219,253,245); }
H1.HeaderClassName
{
color: #DBFDF5;
}
.AnyTagClassName
{
color: #DBFDF5;
}
</style>
background-color css
<style>
a { background-color: #DBFDF5; }
a { background-color: rgb(219,253,245); }
div.DivClassName
{
background-color: #DBFDF5;
}
.BgClassName
{
background-color: #DBFDF5;
}
</style>
border-color css
<style>
span { border-color: #DBFDF5; }
span { border-color: rgb(219,253,245); }
td.TdClassName
{
border-color: #DBFDF5;
}
.TagClassName
{
border-color: #DBFDF5;
}
</style>