Shades of Hint Of Green #DBEDD2
Tints of Hint Of Green #DBEDD2
RGB
CMYK
RGB Variations
Color information
#DBEDD2 (or 0xDBEDD2) is known color: Hint Of Green. HEX triplet: DB, ED and D2. RGB value is (219,237,210). Sum of RGB (Red+Green+Blue) = 219+237+210=666 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.88% from 666); Green value is 237 (92.97% from 255 or 35.59% from 666); Blue value is 210 (82.42% from 255 or 31.53% from 666); Max value from RGB is 237 - color contains mainly: green. Hex color #DBEDD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEDD2 is #24122D. Grayscale: #E4E4E4. Windows color (decimal): -2363950 or 13823451. OLE color: 13823451.
HSL color Cylindrical-coordinate representation of color #DBEDD2: hue angle of 100º degrees, saturation: 0.43, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBEDD2 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 237 | 210 | - |
CMYK | 0.08 | 0 | 0.11 | 0.07 |
HSL | 100º | 0.43% | 0.88% | - |
HSV(B) | 100º | 0.11% | 0.93% | - |
XYZ | 71.13 | 80.28 | 72.72 | - |
YUV | 228.54 | 117.54 | 121.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 237 | 210 | 0.08 | 0 | 0.11 | 0.07 | 100 | 0.43 | 0.88 |
Hex | DB | ED | D2 | 8 | 0 | B | 7 | 64 | 2B | 58 |
Octal | 333 | 355 | 322 | 10 | 0 | 13 | 7 | 144 | 53 | 130 |
Binary | 11011011 | 11101101 | 11010010 | 1000 | 0 | 1011 | 111 | 1100100 | 101011 | 1011000 |
Color Harmonies of #DBEDD2
Complementary color
Monochromatic Colors of #DBEDD2
Black with #DBEDD2
Text Example
Text Example
White with #DBEDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEDD2; }
p { color: rgb(219,237,210); }
H1.HeaderClassName
{
color: #DBEDD2;
}
.AnyTagClassName
{
color: #DBEDD2;
}
</style>
background-color css
<style>
a { background-color: #DBEDD2; }
a { background-color: rgb(219,237,210); }
div.DivClassName
{
background-color: #DBEDD2;
}
.BgClassName
{
background-color: #DBEDD2;
}
</style>
border-color css
<style>
span { border-color: #DBEDD2; }
span { border-color: rgb(219,237,210); }
td.TdClassName
{
border-color: #DBEDD2;
}
.TagClassName
{
border-color: #DBEDD2;
}
</style>