Shades of Hint Of Green #DBECD4
Tints of Hint Of Green #DBECD4
RGB
CMYK
RGB Variations
Color information
#DBECD4 (or 0xDBECD4) is known color: Hint Of Green. HEX triplet: DB, EC and D4. RGB value is (219,236,212). Sum of RGB (Red+Green+Blue) = 219+236+212=667 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.83% from 667); Green value is 236 (92.58% from 255 or 35.38% from 667); Blue value is 212 (83.20% from 255 or 31.78% from 667); Max value from RGB is 236 - color contains mainly: green. Hex color #DBECD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBECD4 is #24132B. Grayscale: #E4E4E4. Windows color (decimal): -2364204 or 13954267. OLE color: 13954267.
HSL color Cylindrical-coordinate representation of color #DBECD4: hue angle of 102.5º degrees, saturation: 0.39, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBECD4 is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 236 | 212 | - |
| CMYK | 0.07 | 0 | 0.10 | 0.07 |
| HSL | 102.5º | 0.39% | 0.88% | - |
| HSV(B) | 102.5º | 0.1% | 0.93% | - |
| XYZ | 71.09 | 79.8 | 73.94 | - |
| YUV | 228.18 | 118.87 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 236 | 212 | 0.07 | 0 | 0.10 | 0.07 | 102.5 | 0.39 | 0.88 |
| Hex | DB | EC | D4 | 7 | 0 | A | 7 | 66 | 27 | 58 |
| Octal | 333 | 354 | 324 | 7 | 0 | 12 | 7 | 146 | 47 | 130 |
| Binary | 11011011 | 11101100 | 11010100 | 111 | 0 | 1010 | 111 | 1100110 | 100111 | 1011000 |
Color Harmonies of #DBECD4
Complementary color
Monochromatic Colors of #DBECD4
Black with #DBECD4
Text Example
Text Example
White with #DBECD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBECD4; }
p { color: rgb(219,236,212); }
H1.HeaderClassName
{
color: #DBECD4;
}
.AnyTagClassName
{
color: #DBECD4;
}
</style>
background-color css
<style>
a { background-color: #DBECD4; }
a { background-color: rgb(219,236,212); }
div.DivClassName
{
background-color: #DBECD4;
}
.BgClassName
{
background-color: #DBECD4;
}
</style>
border-color css
<style>
span { border-color: #DBECD4; }
span { border-color: rgb(219,236,212); }
td.TdClassName
{
border-color: #DBECD4;
}
.TagClassName
{
border-color: #DBECD4;
}
</style>