Shades of Tusk #DDEDB2
Tints of Tusk #DDEDB2
RGB
CMYK
RGB Variations
Color information
#DDEDB2 (or 0xDDEDB2) is known color: Tusk. HEX triplet: DD, ED and B2. RGB value is (221,237,178). Sum of RGB (Red+Green+Blue) = 221+237+178=636 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.75% from 636); Green value is 237 (92.97% from 255 or 37.26% from 636); Blue value is 178 (69.92% from 255 or 27.99% from 636); Max value from RGB is 237 - color contains mainly: green. Hex color #DDEDB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEDB2 is #22124D. Grayscale: #E1E1E1. Windows color (decimal): -2232910 or 11726301. OLE color: 11726301.
HSL color Cylindrical-coordinate representation of color #DDEDB2: hue angle of 76.27º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDEDB2 is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 237 | 178 | - |
| CMYK | 0.07 | 0 | 0.25 | 0.07 |
| HSL | 76.27º | 0.62% | 0.81% | - |
| HSV(B) | 76.27º | 0.25% | 0.93% | - |
| XYZ | 68.14 | 79.15 | 53.81 | - |
| YUV | 225.49 | 101.2 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 237 | 178 | 0.07 | 0 | 0.25 | 0.07 | 76.27 | 0.62 | 0.81 |
| Hex | DD | ED | B2 | 7 | 0 | 19 | 7 | 4C | 3E | 51 |
| Octal | 335 | 355 | 262 | 7 | 0 | 31 | 7 | 114 | 76 | 121 |
| Binary | 11011101 | 11101101 | 10110010 | 111 | 0 | 11001 | 111 | 1001100 | 111110 | 1010001 |
Color Harmonies of #DDEDB2
Complementary color
Monochromatic Colors of #DDEDB2
Black with #DDEDB2
Text Example
Text Example
White with #DDEDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEDB2; }
p { color: rgb(221,237,178); }
H1.HeaderClassName
{
color: #DDEDB2;
}
.AnyTagClassName
{
color: #DDEDB2;
}
</style>
background-color css
<style>
a { background-color: #DDEDB2; }
a { background-color: rgb(221,237,178); }
div.DivClassName
{
background-color: #DDEDB2;
}
.BgClassName
{
background-color: #DDEDB2;
}
</style>
border-color css
<style>
span { border-color: #DDEDB2; }
span { border-color: rgb(221,237,178); }
td.TdClassName
{
border-color: #DDEDB2;
}
.TagClassName
{
border-color: #DDEDB2;
}
</style>