Shades of Tusk #DDEBB4
Tints of Tusk #DDEBB4
RGB
CMYK
RGB Variations
Color information
#DDEBB4 (or 0xDDEBB4) is known color: Tusk. HEX triplet: DD, EB and B4. RGB value is (221,235,180). Sum of RGB (Red+Green+Blue) = 221+235+180=636 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.75% from 636); Green value is 235 (92.19% from 255 or 36.95% from 636); Blue value is 180 (70.70% from 255 or 28.30% from 636); Max value from RGB is 235 - color contains mainly: green. Hex color #DDEBB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEBB4 is #22144B. Grayscale: #E0E0E0. Windows color (decimal): -2233420 or 11856861. OLE color: 11856861.
HSL color Cylindrical-coordinate representation of color #DDEBB4: hue angle of 75.27º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDEBB4 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 235 | 180 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.08 |
| HSL | 75.27º | 0.58% | 0.81% | - |
| HSV(B) | 75.27º | 0.23% | 0.92% | - |
| XYZ | 67.77 | 78.08 | 54.68 | - |
| YUV | 224.54 | 102.86 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 235 | 180 | 0.06 | 0 | 0.23 | 0.08 | 75.27 | 0.58 | 0.81 |
| Hex | DD | EB | B4 | 6 | 0 | 17 | 8 | 4B | 3A | 51 |
| Octal | 335 | 353 | 264 | 6 | 0 | 27 | 10 | 113 | 72 | 121 |
| Binary | 11011101 | 11101011 | 10110100 | 110 | 0 | 10111 | 1000 | 1001011 | 111010 | 1010001 |
Color Harmonies of #DDEBB4
Complementary color
Monochromatic Colors of #DDEBB4
Black with #DDEBB4
Text Example
Text Example
White with #DDEBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEBB4; }
p { color: rgb(221,235,180); }
H1.HeaderClassName
{
color: #DDEBB4;
}
.AnyTagClassName
{
color: #DDEBB4;
}
</style>
background-color css
<style>
a { background-color: #DDEBB4; }
a { background-color: rgb(221,235,180); }
div.DivClassName
{
background-color: #DDEBB4;
}
.BgClassName
{
background-color: #DDEBB4;
}
</style>
border-color css
<style>
span { border-color: #DDEBB4; }
span { border-color: rgb(221,235,180); }
td.TdClassName
{
border-color: #DDEBB4;
}
.TagClassName
{
border-color: #DDEBB4;
}
</style>