Shades of Clear Day #DBF6ED
Tints of Clear Day #DBF6ED
RGB
CMYK
RGB Variations
Color information
#DBF6ED (or 0xDBF6ED) is known color: Clear Day. HEX triplet: DB, F6 and ED. RGB value is (219,246,237). Sum of RGB (Red+Green+Blue) = 219+246+237=702 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.20% from 702); Green value is 246 (96.48% from 255 or 35.04% from 702); Blue value is 237 (92.97% from 255 or 33.76% from 702); Max value from RGB is 246 - color contains mainly: green. Hex color #DBF6ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF6ED is #240912. Grayscale: #ECECEC. Windows color (decimal): -2361619 or 15595227. OLE color: 15595227.
HSL color Cylindrical-coordinate representation of color #DBF6ED: hue angle of 160º degrees, saturation: 0.6, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBF6ED is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
RGB | 219 | 246 | 237 | - |
CMYK | 0.11 | 0 | 0.04 | 0.04 |
HSL | 160º | 0.6% | 0.91% | - |
HSV(B) | 160º | 0.11% | 0.96% | - |
XYZ | 77.46 | 87.09 | 92.85 | - |
YUV | 236.9 | 128.05 | 115.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 246 | 237 | 0.11 | 0 | 0.04 | 0.04 | 160 | 0.6 | 0.91 |
Hex | DB | F6 | ED | B | 0 | 4 | 4 | A0 | 3C | 5B |
Octal | 333 | 366 | 355 | 13 | 0 | 4 | 4 | 240 | 74 | 133 |
Binary | 11011011 | 11110110 | 11101101 | 1011 | 0 | 100 | 100 | 10100000 | 111100 | 1011011 |
Color Harmonies of #DBF6ED
Complementary color
Monochromatic Colors of #DBF6ED
Black with #DBF6ED
Text Example
Text Example
White with #DBF6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF6ED; }
p { color: rgb(219,246,237); }
H1.HeaderClassName
{
color: #DBF6ED;
}
.AnyTagClassName
{
color: #DBF6ED;
}
</style>
background-color css
<style>
a { background-color: #DBF6ED; }
a { background-color: rgb(219,246,237); }
div.DivClassName
{
background-color: #DBF6ED;
}
.BgClassName
{
background-color: #DBF6ED;
}
</style>
border-color css
<style>
span { border-color: #DBF6ED; }
span { border-color: rgb(219,246,237); }
td.TdClassName
{
border-color: #DBF6ED;
}
.TagClassName
{
border-color: #DBF6ED;
}
</style>