Shades of Hint Of Green #DBEDD0
Tints of Hint Of Green #DBEDD0
RGB
CMYK
RGB Variations
Color information
#DBEDD0 (or 0xDBEDD0) is known color: Hint Of Green. HEX triplet: DB, ED and D0. RGB value is (219,237,208). Sum of RGB (Red+Green+Blue) = 219+237+208=664 (87% of max value = 765). Red value is 219 (85.94% from 255 or 32.98% from 664); Green value is 237 (92.97% from 255 or 35.69% from 664); Blue value is 208 (81.64% from 255 or 31.33% from 664); Max value from RGB is 237 - color contains mainly: green. Hex color #DBEDD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEDD0 is #24122F. Grayscale: #E4E4E4. Windows color (decimal): -2363952 or 13692379. OLE color: 13692379.
HSL color Cylindrical-coordinate representation of color #DBEDD0: hue angle of 97.24º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBEDD0 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 237 | 208 | - |
CMYK | 0.08 | 0 | 0.12 | 0.07 |
HSL | 97.24º | 0.45% | 0.87% | - |
HSV(B) | 97.24º | 0.12% | 0.93% | - |
XYZ | 70.88 | 80.18 | 71.42 | - |
YUV | 228.31 | 116.54 | 121.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 237 | 208 | 0.08 | 0 | 0.12 | 0.07 | 97.24 | 0.45 | 0.87 |
Hex | DB | ED | D0 | 8 | 0 | C | 7 | 61 | 2D | 57 |
Octal | 333 | 355 | 320 | 10 | 0 | 14 | 7 | 141 | 55 | 127 |
Binary | 11011011 | 11101101 | 11010000 | 1000 | 0 | 1100 | 111 | 1100001 | 101101 | 1010111 |
Color Harmonies of #DBEDD0
Complementary color
Monochromatic Colors of #DBEDD0
Black with #DBEDD0
Text Example
Text Example
White with #DBEDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEDD0; }
p { color: rgb(219,237,208); }
H1.HeaderClassName
{
color: #DBEDD0;
}
.AnyTagClassName
{
color: #DBEDD0;
}
</style>
background-color css
<style>
a { background-color: #DBEDD0; }
a { background-color: rgb(219,237,208); }
div.DivClassName
{
background-color: #DBEDD0;
}
.BgClassName
{
background-color: #DBEDD0;
}
</style>
border-color css
<style>
span { border-color: #DBEDD0; }
span { border-color: rgb(219,237,208); }
td.TdClassName
{
border-color: #DBEDD0;
}
.TagClassName
{
border-color: #DBEDD0;
}
</style>