Shades of Clear Day #DBF8ED
Tints of Clear Day #DBF8ED
RGB
CMYK
RGB Variations
Color information
#DBF8ED (or 0xDBF8ED) is known color: Clear Day. HEX triplet: DB, F8 and ED. RGB value is (219,248,237). Sum of RGB (Red+Green+Blue) = 219+248+237=704 (93% of max value = 765). Red value is 219 (85.94% from 255 or 31.11% from 704); Green value is 248 (97.27% from 255 or 35.23% from 704); Blue value is 237 (92.97% from 255 or 33.66% from 704); Max value from RGB is 248 - color contains mainly: green. Hex color #DBF8ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF8ED is #240712. Grayscale: #EEEEEE. Windows color (decimal): -2361107 or 15595739. OLE color: 15595739.
HSL color Cylindrical-coordinate representation of color #DBF8ED: hue angle of 157.24º degrees, saturation: 0.67, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBF8ED is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
RGB | 219 | 248 | 237 | - |
CMYK | 0.12 | 0 | 0.04 | 0.03 |
HSL | 157.24º | 0.67% | 0.92% | - |
HSV(B) | 157.24º | 0.12% | 0.97% | - |
XYZ | 78.07 | 88.31 | 93.05 | - |
YUV | 238.08 | 127.39 | 114.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 248 | 237 | 0.12 | 0 | 0.04 | 0.03 | 157.24 | 0.67 | 0.92 |
Hex | DB | F8 | ED | C | 0 | 4 | 3 | 9D | 43 | 5C |
Octal | 333 | 370 | 355 | 14 | 0 | 4 | 3 | 235 | 103 | 134 |
Binary | 11011011 | 11111000 | 11101101 | 1100 | 0 | 100 | 11 | 10011101 | 1000011 | 1011100 |
Color Harmonies of #DBF8ED
Complementary color
Monochromatic Colors of #DBF8ED
Black with #DBF8ED
Text Example
Text Example
White with #DBF8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF8ED; }
p { color: rgb(219,248,237); }
H1.HeaderClassName
{
color: #DBF8ED;
}
.AnyTagClassName
{
color: #DBF8ED;
}
</style>
background-color css
<style>
a { background-color: #DBF8ED; }
a { background-color: rgb(219,248,237); }
div.DivClassName
{
background-color: #DBF8ED;
}
.BgClassName
{
background-color: #DBF8ED;
}
</style>
border-color css
<style>
span { border-color: #DBF8ED; }
span { border-color: rgb(219,248,237); }
td.TdClassName
{
border-color: #DBF8ED;
}
.TagClassName
{
border-color: #DBF8ED;
}
</style>