Shades of Clear Day #DBFEF0
Tints of Clear Day #DBFEF0
RGB
CMYK
RGB Variations
Color information
#DBFEF0 (or 0xDBFEF0) is known color: Clear Day. HEX triplet: DB, FE and F0. RGB value is (219,254,240). Sum of RGB (Red+Green+Blue) = 219+254+240=713 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.72% from 713); Green value is 254 (99.61% from 255 or 35.62% from 713); Blue value is 240 (94.14% from 255 or 33.66% from 713); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFEF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFEF0 is #24010F. Grayscale: #F1F1F1. Windows color (decimal): -2359568 or 15793883. OLE color: 15793883.
HSL color Cylindrical-coordinate representation of color #DBFEF0: hue angle of 156º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBFEF0 is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
RGB | 219 | 254 | 240 | - |
CMYK | 0.14 | 0 | 0.06 | 0.00 |
HSL | 156º | 0.95% | 0.93% | - |
HSV(B) | 156º | 0.14% | 1% | - |
XYZ | 80.38 | 92.23 | 96 | - |
YUV | 241.94 | 126.9 | 111.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 254 | 240 | 0.14 | 0 | 0.06 | 0.00 | 156 | 0.95 | 0.93 |
Hex | DB | FE | F0 | E | 0 | 6 | 0 | 9C | 5F | 5D |
Octal | 333 | 376 | 360 | 16 | 0 | 6 | 0 | 234 | 137 | 135 |
Binary | 11011011 | 11111110 | 11110000 | 1110 | 0 | 110 | 0 | 10011100 | 1011111 | 1011101 |
Color Harmonies of #DBFEF0
Complementary color
Monochromatic Colors of #DBFEF0
Black with #DBFEF0
Text Example
Text Example
White with #DBFEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFEF0; }
p { color: rgb(219,254,240); }
H1.HeaderClassName
{
color: #DBFEF0;
}
.AnyTagClassName
{
color: #DBFEF0;
}
</style>
background-color css
<style>
a { background-color: #DBFEF0; }
a { background-color: rgb(219,254,240); }
div.DivClassName
{
background-color: #DBFEF0;
}
.BgClassName
{
background-color: #DBFEF0;
}
</style>
border-color css
<style>
span { border-color: #DBFEF0; }
span { border-color: rgb(219,254,240); }
td.TdClassName
{
border-color: #DBFEF0;
}
.TagClassName
{
border-color: #DBFEF0;
}
</style>