Shades of Tusk #DDEAB2
Tints of Tusk #DDEAB2
RGB
CMYK
RGB Variations
Color information
#DDEAB2 (or 0xDDEAB2) is known color: Tusk. HEX triplet: DD, EA and B2. RGB value is (221,234,178). Sum of RGB (Red+Green+Blue) = 221+234+178=633 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.91% from 633); Green value is 234 (91.80% from 255 or 36.97% from 633); Blue value is 178 (69.92% from 255 or 28.12% from 633); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEAB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEAB2 is #22154D. Grayscale: #DFDFDF. Windows color (decimal): -2233678 or 11725533. OLE color: 11725533.
HSL color Cylindrical-coordinate representation of color #DDEAB2: hue angle of 73.93º 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 #DDEAB2 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 234 | 178 | - |
| CMYK | 0.06 | 0 | 0.24 | 0.08 |
| HSL | 73.93º | 0.57% | 0.81% | - |
| HSV(B) | 73.93º | 0.24% | 0.92% | - |
| XYZ | 67.28 | 77.43 | 53.52 | - |
| YUV | 223.73 | 102.19 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 234 | 178 | 0.06 | 0 | 0.24 | 0.08 | 73.93 | 0.57 | 0.81 |
| Hex | DD | EA | B2 | 6 | 0 | 18 | 8 | 4A | 39 | 51 |
| Octal | 335 | 352 | 262 | 6 | 0 | 30 | 10 | 112 | 71 | 121 |
| Binary | 11011101 | 11101010 | 10110010 | 110 | 0 | 11000 | 1000 | 1001010 | 111001 | 1010001 |
Color Harmonies of #DDEAB2
Complementary color
Monochromatic Colors of #DDEAB2
Black with #DDEAB2
Text Example
Text Example
White with #DDEAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEAB2; }
p { color: rgb(221,234,178); }
H1.HeaderClassName
{
color: #DDEAB2;
}
.AnyTagClassName
{
color: #DDEAB2;
}
</style>
background-color css
<style>
a { background-color: #DDEAB2; }
a { background-color: rgb(221,234,178); }
div.DivClassName
{
background-color: #DDEAB2;
}
.BgClassName
{
background-color: #DDEAB2;
}
</style>
border-color css
<style>
span { border-color: #DDEAB2; }
span { border-color: rgb(221,234,178); }
td.TdClassName
{
border-color: #DDEAB2;
}
.TagClassName
{
border-color: #DDEAB2;
}
</style>