Shades of Clear Day #DBFDF0
Tints of Clear Day #DBFDF0
RGB
CMYK
RGB Variations
Color information
#DBFDF0 (or 0xDBFDF0) is known color: Clear Day. HEX triplet: DB, FD and F0. RGB value is (219,253,240). Sum of RGB (Red+Green+Blue) = 219+253+240=712 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.76% from 712); Green value is 253 (99.22% from 255 or 35.53% from 712); Blue value is 240 (94.14% from 255 or 33.71% from 712); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFDF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFDF0 is #24020F. Grayscale: #F1F1F1. Windows color (decimal): -2359824 or 15793627. OLE color: 15793627.
HSL color Cylindrical-coordinate representation of color #DBFDF0: hue angle of 157.06º 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 #DBFDF0 is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 253 | 240 | - |
CMYK | 0.13 | 0 | 0.05 | 0.01 |
HSL | 157.06º | 0.89% | 0.93% | - |
HSV(B) | 157.06º | 0.13% | 0.99% | - |
XYZ | 80.07 | 91.6 | 95.9 | - |
YUV | 241.35 | 127.24 | 112.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 253 | 240 | 0.13 | 0 | 0.05 | 0.01 | 157.06 | 0.89 | 0.93 |
Hex | DB | FD | F0 | D | 0 | 5 | 1 | 9D | 59 | 5D |
Octal | 333 | 375 | 360 | 15 | 0 | 5 | 1 | 235 | 131 | 135 |
Binary | 11011011 | 11111101 | 11110000 | 1101 | 0 | 101 | 1 | 10011101 | 1011001 | 1011101 |
Color Harmonies of #DBFDF0
Complementary color
Monochromatic Colors of #DBFDF0
Black with #DBFDF0
Text Example
Text Example
White with #DBFDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFDF0; }
p { color: rgb(219,253,240); }
H1.HeaderClassName
{
color: #DBFDF0;
}
.AnyTagClassName
{
color: #DBFDF0;
}
</style>
background-color css
<style>
a { background-color: #DBFDF0; }
a { background-color: rgb(219,253,240); }
div.DivClassName
{
background-color: #DBFDF0;
}
.BgClassName
{
background-color: #DBFDF0;
}
</style>
border-color css
<style>
span { border-color: #DBFDF0; }
span { border-color: rgb(219,253,240); }
td.TdClassName
{
border-color: #DBFDF0;
}
.TagClassName
{
border-color: #DBFDF0;
}
</style>