Shades of Clear Day #DBF7ED
Tints of Clear Day #DBF7ED
RGB
CMYK
RGB Variations
Color information
#DBF7ED (or 0xDBF7ED) is known color: Clear Day. HEX triplet: DB, F7 and ED. RGB value is (219,247,237). Sum of RGB (Red+Green+Blue) = 219+247+237=703 (93% of max value = 765). Red value is 219 (85.94% from 255 or 31.15% from 703); Green value is 247 (96.88% from 255 or 35.14% from 703); Blue value is 237 (92.97% from 255 or 33.71% from 703); Max value from RGB is 247 - color contains mainly: green. Hex color #DBF7ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF7ED is #240812. Grayscale: #EDEDED. Windows color (decimal): -2361363 or 15595483. OLE color: 15595483.
HSL color Cylindrical-coordinate representation of color #DBF7ED: hue angle of 158.57º degrees, saturation: 0.64, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBF7ED is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 247 | 237 | - |
| CMYK | 0.11 | 0 | 0.04 | 0.03 |
| HSL | 158.57º | 0.64% | 0.91% | - |
| HSV(B) | 158.57º | 0.11% | 0.97% | - |
| XYZ | 77.76 | 87.7 | 92.95 | - |
| YUV | 237.49 | 127.72 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 247 | 237 | 0.11 | 0 | 0.04 | 0.03 | 158.57 | 0.64 | 0.91 |
| Hex | DB | F7 | ED | B | 0 | 4 | 3 | 9F | 40 | 5B |
| Octal | 333 | 367 | 355 | 13 | 0 | 4 | 3 | 237 | 100 | 133 |
| Binary | 11011011 | 11110111 | 11101101 | 1011 | 0 | 100 | 11 | 10011111 | 1000000 | 1011011 |
Color Harmonies of #DBF7ED
Complementary color
Monochromatic Colors of #DBF7ED
Black with #DBF7ED
Text Example
Text Example
White with #DBF7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF7ED; }
p { color: rgb(219,247,237); }
H1.HeaderClassName
{
color: #DBF7ED;
}
.AnyTagClassName
{
color: #DBF7ED;
}
</style>
background-color css
<style>
a { background-color: #DBF7ED; }
a { background-color: rgb(219,247,237); }
div.DivClassName
{
background-color: #DBF7ED;
}
.BgClassName
{
background-color: #DBF7ED;
}
</style>
border-color css
<style>
span { border-color: #DBF7ED; }
span { border-color: rgb(219,247,237); }
td.TdClassName
{
border-color: #DBF7ED;
}
.TagClassName
{
border-color: #DBF7ED;
}
</style>