Shades of Tusk #DDEDB4
Tints of Tusk #DDEDB4
RGB
CMYK
RGB Variations
Color information
#DDEDB4 (or 0xDDEDB4) is known color: Tusk. HEX triplet: DD, ED and B4. RGB value is (221,237,180). Sum of RGB (Red+Green+Blue) = 221+237+180=638 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.64% from 638); Green value is 237 (92.97% from 255 or 37.15% from 638); Blue value is 180 (70.70% from 255 or 28.21% from 638); Max value from RGB is 237 - color contains mainly: green. Hex color #DDEDB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEDB4 is #22124B. Grayscale: #E1E1E1. Windows color (decimal): -2232908 or 11857373. OLE color: 11857373.
HSL color Cylindrical-coordinate representation of color #DDEDB4: hue angle of 76.84º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDEDB4 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 237 | 180 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.07 |
| HSL | 76.84º | 0.61% | 0.82% | - |
| HSV(B) | 76.84º | 0.24% | 0.93% | - |
| XYZ | 68.34 | 79.24 | 54.87 | - |
| YUV | 225.72 | 102.2 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 237 | 180 | 0.07 | 0 | 0.24 | 0.07 | 76.84 | 0.61 | 0.82 |
| Hex | DD | ED | B4 | 7 | 0 | 18 | 7 | 4D | 3D | 52 |
| Octal | 335 | 355 | 264 | 7 | 0 | 30 | 7 | 115 | 75 | 122 |
| Binary | 11011101 | 11101101 | 10110100 | 111 | 0 | 11000 | 111 | 1001101 | 111101 | 1010010 |
Color Harmonies of #DDEDB4
Complementary color
Monochromatic Colors of #DDEDB4
Black with #DDEDB4
Text Example
Text Example
White with #DDEDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEDB4; }
p { color: rgb(221,237,180); }
H1.HeaderClassName
{
color: #DDEDB4;
}
.AnyTagClassName
{
color: #DDEDB4;
}
</style>
background-color css
<style>
a { background-color: #DDEDB4; }
a { background-color: rgb(221,237,180); }
div.DivClassName
{
background-color: #DDEDB4;
}
.BgClassName
{
background-color: #DDEDB4;
}
</style>
border-color css
<style>
span { border-color: #DDEDB4; }
span { border-color: rgb(221,237,180); }
td.TdClassName
{
border-color: #DDEDB4;
}
.TagClassName
{
border-color: #DDEDB4;
}
</style>