Shades of Hint Of Green #DBEDD1
Tints of Hint Of Green #DBEDD1
RGB
CMYK
RGB Variations
Color information
#DBEDD1 (or 0xDBEDD1) is known color: Hint Of Green. HEX triplet: DB, ED and D1. RGB value is (219,237,209). Sum of RGB (Red+Green+Blue) = 219+237+209=665 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.93% from 665); Green value is 237 (92.97% from 255 or 35.64% from 665); Blue value is 209 (82.03% from 255 or 31.43% from 665); Max value from RGB is 237 - color contains mainly: green. Hex color #DBEDD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEDD1 is #24122E. Grayscale: #E4E4E4. Windows color (decimal): -2363951 or 13757915. OLE color: 13757915.
HSL color Cylindrical-coordinate representation of color #DBEDD1: hue angle of 98.57º degrees, saturation: 0.44, 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 #DBEDD1 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 237 | 209 | - |
CMYK | 0.08 | 0 | 0.12 | 0.07 |
HSL | 98.57º | 0.44% | 0.87% | - |
HSV(B) | 98.57º | 0.12% | 0.93% | - |
XYZ | 71.01 | 80.23 | 72.07 | - |
YUV | 228.43 | 117.04 | 121.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 237 | 209 | 0.08 | 0 | 0.12 | 0.07 | 98.57 | 0.44 | 0.87 |
Hex | DB | ED | D1 | 8 | 0 | C | 7 | 63 | 2C | 57 |
Octal | 333 | 355 | 321 | 10 | 0 | 14 | 7 | 143 | 54 | 127 |
Binary | 11011011 | 11101101 | 11010001 | 1000 | 0 | 1100 | 111 | 1100011 | 101100 | 1010111 |
Color Harmonies of #DBEDD1
Complementary color
Monochromatic Colors of #DBEDD1
Black with #DBEDD1
Text Example
Text Example
White with #DBEDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEDD1; }
p { color: rgb(219,237,209); }
H1.HeaderClassName
{
color: #DBEDD1;
}
.AnyTagClassName
{
color: #DBEDD1;
}
</style>
background-color css
<style>
a { background-color: #DBEDD1; }
a { background-color: rgb(219,237,209); }
div.DivClassName
{
background-color: #DBEDD1;
}
.BgClassName
{
background-color: #DBEDD1;
}
</style>
border-color css
<style>
span { border-color: #DBEDD1; }
span { border-color: rgb(219,237,209); }
td.TdClassName
{
border-color: #DBEDD1;
}
.TagClassName
{
border-color: #DBEDD1;
}
</style>