Shades of Clear Day #DBF3EC
Tints of Clear Day #DBF3EC
RGB
CMYK
RGB Variations
Color information
#DBF3EC (or 0xDBF3EC) is known color: Clear Day. HEX triplet: DB, F3 and EC. RGB value is (219,243,236). Sum of RGB (Red+Green+Blue) = 219+243+236=698 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.38% from 698); Green value is 243 (95.31% from 255 or 34.81% from 698); Blue value is 236 (92.58% from 255 or 33.81% from 698); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF3EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF3EC is #240C13. Grayscale: #EBEBEB. Windows color (decimal): -2362388 or 15528923. OLE color: 15528923.
HSL color Cylindrical-coordinate representation of color #DBF3EC: hue angle of 162.5º degrees, saturation: 0.5, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBF3EC is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
RGB | 219 | 243 | 236 | - |
CMYK | 0.10 | 0 | 0.03 | 0.05 |
HSL | 162.5º | 0.5% | 0.91% | - |
HSV(B) | 162.5º | 0.1% | 0.95% | - |
XYZ | 76.4 | 85.22 | 91.78 | - |
YUV | 235.03 | 128.55 | 116.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 243 | 236 | 0.10 | 0 | 0.03 | 0.05 | 162.5 | 0.5 | 0.91 |
Hex | DB | F3 | EC | A | 0 | 3 | 5 | A2 | 32 | 5B |
Octal | 333 | 363 | 354 | 12 | 0 | 3 | 5 | 242 | 62 | 133 |
Binary | 11011011 | 11110011 | 11101100 | 1010 | 0 | 11 | 101 | 10100010 | 110010 | 1011011 |
Color Harmonies of #DBF3EC
Complementary color
Monochromatic Colors of #DBF3EC
Black with #DBF3EC
Text Example
Text Example
White with #DBF3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF3EC; }
p { color: rgb(219,243,236); }
H1.HeaderClassName
{
color: #DBF3EC;
}
.AnyTagClassName
{
color: #DBF3EC;
}
</style>
background-color css
<style>
a { background-color: #DBF3EC; }
a { background-color: rgb(219,243,236); }
div.DivClassName
{
background-color: #DBF3EC;
}
.BgClassName
{
background-color: #DBF3EC;
}
</style>
border-color css
<style>
span { border-color: #DBF3EC; }
span { border-color: rgb(219,243,236); }
td.TdClassName
{
border-color: #DBF3EC;
}
.TagClassName
{
border-color: #DBF3EC;
}
</style>