Shades of Tusk #DDEDB1
Tints of Tusk #DDEDB1
RGB
CMYK
RGB Variations
Color information
#DDEDB1 (or 0xDDEDB1) is known color: Tusk. HEX triplet: DD, ED and B1. RGB value is (221,237,177). Sum of RGB (Red+Green+Blue) = 221+237+177=635 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.80% from 635); Green value is 237 (92.97% from 255 or 37.32% from 635); Blue value is 177 (69.53% from 255 or 27.87% from 635); Max value from RGB is 237 - color contains mainly: green. Hex color #DDEDB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEDB1 is #22124E. Grayscale: #E1E1E1. Windows color (decimal): -2232911 or 11660765. OLE color: 11660765.
HSL color Cylindrical-coordinate representation of color #DDEDB1: hue angle of 76º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDEDB1 is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 237 | 177 | - |
| CMYK | 0.07 | 0 | 0.25 | 0.07 |
| HSL | 76º | 0.63% | 0.81% | - |
| HSV(B) | 76º | 0.25% | 0.93% | - |
| XYZ | 68.04 | 79.11 | 53.28 | - |
| YUV | 225.38 | 100.7 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 237 | 177 | 0.07 | 0 | 0.25 | 0.07 | 76 | 0.63 | 0.81 |
| Hex | DD | ED | B1 | 7 | 0 | 19 | 7 | 4C | 3E | 51 |
| Octal | 335 | 355 | 261 | 7 | 0 | 31 | 7 | 114 | 76 | 121 |
| Binary | 11011101 | 11101101 | 10110001 | 111 | 0 | 11001 | 111 | 1001100 | 111110 | 1010001 |
Color Harmonies of #DDEDB1
Complementary color
Monochromatic Colors of #DDEDB1
Black with #DDEDB1
Text Example
Text Example
White with #DDEDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEDB1; }
p { color: rgb(221,237,177); }
H1.HeaderClassName
{
color: #DDEDB1;
}
.AnyTagClassName
{
color: #DDEDB1;
}
</style>
background-color css
<style>
a { background-color: #DDEDB1; }
a { background-color: rgb(221,237,177); }
div.DivClassName
{
background-color: #DDEDB1;
}
.BgClassName
{
background-color: #DDEDB1;
}
</style>
border-color css
<style>
span { border-color: #DDEDB1; }
span { border-color: rgb(221,237,177); }
td.TdClassName
{
border-color: #DDEDB1;
}
.TagClassName
{
border-color: #DDEDB1;
}
</style>