Shades of Clear Day #DBECE6
Tints of Clear Day #DBECE6
RGB
CMYK
RGB Variations
Color information
#DBECE6 (or 0xDBECE6) is known color: Clear Day. HEX triplet: DB, EC and E6. RGB value is (219,236,230). Sum of RGB (Red+Green+Blue) = 219+236+230=685 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.97% from 685); Green value is 236 (92.58% from 255 or 34.45% from 685); Blue value is 230 (90.23% from 255 or 33.58% from 685); Max value from RGB is 236 - color contains mainly: green. Hex color #DBECE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBECE6 is #241319. Grayscale: #E6E6E6. Windows color (decimal): -2364186 or 15133915. OLE color: 15133915.
HSL color Cylindrical-coordinate representation of color #DBECE6: hue angle of 158.82º degrees, saturation: 0.31, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DBECE6 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 236 | 230 | - |
CMYK | 0.07 | 0 | 0.03 | 0.07 |
HSL | 158.82º | 0.31% | 0.89% | - |
HSV(B) | 158.82º | 0.07% | 0.93% | - |
XYZ | 73.49 | 80.76 | 86.58 | - |
YUV | 230.23 | 127.87 | 119.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 236 | 230 | 0.07 | 0 | 0.03 | 0.07 | 158.82 | 0.31 | 0.89 |
Hex | DB | EC | E6 | 7 | 0 | 3 | 7 | 9F | 1F | 59 |
Octal | 333 | 354 | 346 | 7 | 0 | 3 | 7 | 237 | 37 | 131 |
Binary | 11011011 | 11101100 | 11100110 | 111 | 0 | 11 | 111 | 10011111 | 11111 | 1011001 |
Color Harmonies of #DBECE6
Complementary color
Monochromatic Colors of #DBECE6
Black with #DBECE6
Text Example
Text Example
White with #DBECE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBECE6; }
p { color: rgb(219,236,230); }
H1.HeaderClassName
{
color: #DBECE6;
}
.AnyTagClassName
{
color: #DBECE6;
}
</style>
background-color css
<style>
a { background-color: #DBECE6; }
a { background-color: rgb(219,236,230); }
div.DivClassName
{
background-color: #DBECE6;
}
.BgClassName
{
background-color: #DBECE6;
}
</style>
border-color css
<style>
span { border-color: #DBECE6; }
span { border-color: rgb(219,236,230); }
td.TdClassName
{
border-color: #DBECE6;
}
.TagClassName
{
border-color: #DBECE6;
}
</style>