Shades of Hint Of Green #DBEDD3
Tints of Hint Of Green #DBEDD3
RGB
CMYK
RGB Variations
Color information
#DBEDD3 (or 0xDBEDD3) is known color: Hint Of Green. HEX triplet: DB, ED and D3. RGB value is (219,237,211). Sum of RGB (Red+Green+Blue) = 219+237+211=667 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.83% from 667); Green value is 237 (92.97% from 255 or 35.53% from 667); Blue value is 211 (82.81% from 255 or 31.63% from 667); Max value from RGB is 237 - color contains mainly: green. Hex color #DBEDD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEDD3 is #24122C. Grayscale: #E4E4E4. Windows color (decimal): -2363949 or 13888987. OLE color: 13888987.
HSL color Cylindrical-coordinate representation of color #DBEDD3: hue angle of 101.54º degrees, saturation: 0.42, 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 #DBEDD3 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 237 | 211 | - |
CMYK | 0.08 | 0 | 0.11 | 0.07 |
HSL | 101.54º | 0.42% | 0.88% | - |
HSV(B) | 101.54º | 0.11% | 0.93% | - |
XYZ | 71.26 | 80.33 | 73.38 | - |
YUV | 228.65 | 118.04 | 121.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 237 | 211 | 0.08 | 0 | 0.11 | 0.07 | 101.54 | 0.42 | 0.88 |
Hex | DB | ED | D3 | 8 | 0 | B | 7 | 66 | 2A | 58 |
Octal | 333 | 355 | 323 | 10 | 0 | 13 | 7 | 146 | 52 | 130 |
Binary | 11011011 | 11101101 | 11010011 | 1000 | 0 | 1011 | 111 | 1100110 | 101010 | 1011000 |
Color Harmonies of #DBEDD3
Complementary color
Monochromatic Colors of #DBEDD3
Black with #DBEDD3
Text Example
Text Example
White with #DBEDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEDD3; }
p { color: rgb(219,237,211); }
H1.HeaderClassName
{
color: #DBEDD3;
}
.AnyTagClassName
{
color: #DBEDD3;
}
</style>
background-color css
<style>
a { background-color: #DBEDD3; }
a { background-color: rgb(219,237,211); }
div.DivClassName
{
background-color: #DBEDD3;
}
.BgClassName
{
background-color: #DBEDD3;
}
</style>
border-color css
<style>
span { border-color: #DBEDD3; }
span { border-color: rgb(219,237,211); }
td.TdClassName
{
border-color: #DBEDD3;
}
.TagClassName
{
border-color: #DBEDD3;
}
</style>