Shades of Tusk #DDEAB3
Tints of Tusk #DDEAB3
RGB
CMYK
RGB Variations
Color information
#DDEAB3 (or 0xDDEAB3) is known color: Tusk. HEX triplet: DD, EA and B3. RGB value is (221,234,179). Sum of RGB (Red+Green+Blue) = 221+234+179=634 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.86% from 634); Green value is 234 (91.80% from 255 or 36.91% from 634); Blue value is 179 (70.31% from 255 or 28.23% from 634); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEAB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEAB3 is #22154C. Grayscale: #E0E0E0. Windows color (decimal): -2233677 or 11791069. OLE color: 11791069.
HSL color Cylindrical-coordinate representation of color #DDEAB3: hue angle of 74.18º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDEAB3 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 234 | 179 | - |
| CMYK | 0.06 | 0 | 0.24 | 0.08 |
| HSL | 74.18º | 0.57% | 0.81% | - |
| HSV(B) | 74.18º | 0.24% | 0.92% | - |
| XYZ | 67.38 | 77.47 | 54.05 | - |
| YUV | 223.84 | 102.69 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 234 | 179 | 0.06 | 0 | 0.24 | 0.08 | 74.18 | 0.57 | 0.81 |
| Hex | DD | EA | B3 | 6 | 0 | 18 | 8 | 4A | 39 | 51 |
| Octal | 335 | 352 | 263 | 6 | 0 | 30 | 10 | 112 | 71 | 121 |
| Binary | 11011101 | 11101010 | 10110011 | 110 | 0 | 11000 | 1000 | 1001010 | 111001 | 1010001 |
Color Harmonies of #DDEAB3
Complementary color
Monochromatic Colors of #DDEAB3
Black with #DDEAB3
Text Example
Text Example
White with #DDEAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEAB3; }
p { color: rgb(221,234,179); }
H1.HeaderClassName
{
color: #DDEAB3;
}
.AnyTagClassName
{
color: #DDEAB3;
}
</style>
background-color css
<style>
a { background-color: #DDEAB3; }
a { background-color: rgb(221,234,179); }
div.DivClassName
{
background-color: #DDEAB3;
}
.BgClassName
{
background-color: #DDEAB3;
}
</style>
border-color css
<style>
span { border-color: #DDEAB3; }
span { border-color: rgb(221,234,179); }
td.TdClassName
{
border-color: #DDEAB3;
}
.TagClassName
{
border-color: #DDEAB3;
}
</style>