Shades of Tusk #DDEBB1
Tints of Tusk #DDEBB1
RGB
CMYK
RGB Variations
Color information
#DDEBB1 (or 0xDDEBB1) is known color: Tusk. HEX triplet: DD, EB and B1. RGB value is (221,235,177). Sum of RGB (Red+Green+Blue) = 221+235+177=633 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.91% from 633); Green value is 235 (92.19% from 255 or 37.12% from 633); Blue value is 177 (69.53% from 255 or 27.96% from 633); Max value from RGB is 235 - color contains mainly: green. Hex color #DDEBB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEBB1 is #22144E. Grayscale: #E0E0E0. Windows color (decimal): -2233423 or 11660253. OLE color: 11660253.
HSL color Cylindrical-coordinate representation of color #DDEBB1: hue angle of 74.48º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDEBB1 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 235 | 177 | - |
| CMYK | 0.06 | 0 | 0.25 | 0.08 |
| HSL | 74.48º | 0.59% | 0.81% | - |
| HSV(B) | 74.48º | 0.25% | 0.92% | - |
| XYZ | 67.46 | 77.96 | 53.09 | - |
| YUV | 224.2 | 101.36 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 235 | 177 | 0.06 | 0 | 0.25 | 0.08 | 74.48 | 0.59 | 0.81 |
| Hex | DD | EB | B1 | 6 | 0 | 19 | 8 | 4A | 3B | 51 |
| Octal | 335 | 353 | 261 | 6 | 0 | 31 | 10 | 112 | 73 | 121 |
| Binary | 11011101 | 11101011 | 10110001 | 110 | 0 | 11001 | 1000 | 1001010 | 111011 | 1010001 |
Color Harmonies of #DDEBB1
Complementary color
Monochromatic Colors of #DDEBB1
Black with #DDEBB1
Text Example
Text Example
White with #DDEBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEBB1; }
p { color: rgb(221,235,177); }
H1.HeaderClassName
{
color: #DDEBB1;
}
.AnyTagClassName
{
color: #DDEBB1;
}
</style>
background-color css
<style>
a { background-color: #DDEBB1; }
a { background-color: rgb(221,235,177); }
div.DivClassName
{
background-color: #DDEBB1;
}
.BgClassName
{
background-color: #DDEBB1;
}
</style>
border-color css
<style>
span { border-color: #DDEBB1; }
span { border-color: rgb(221,235,177); }
td.TdClassName
{
border-color: #DDEBB1;
}
.TagClassName
{
border-color: #DDEBB1;
}
</style>