Shades of Tusk #DDEEB2
Tints of Tusk #DDEEB2
RGB
CMYK
RGB Variations
Color information
#DDEEB2 (or 0xDDEEB2) is known color: Tusk. HEX triplet: DD, EE and B2. RGB value is (221,238,178). Sum of RGB (Red+Green+Blue) = 221+238+178=637 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.69% from 637); Green value is 238 (93.36% from 255 or 37.36% from 637); Blue value is 178 (69.92% from 255 or 27.94% from 637); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEEB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEEB2 is #22114D. Grayscale: #E2E2E2. Windows color (decimal): -2232654 or 11726557. OLE color: 11726557.
HSL color Cylindrical-coordinate representation of color #DDEEB2: hue angle of 77º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDEEB2 is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 238 | 178 | - |
| CMYK | 0.07 | 0 | 0.25 | 0.07 |
| HSL | 77º | 0.64% | 0.82% | - |
| HSV(B) | 77º | 0.25% | 0.93% | - |
| XYZ | 68.43 | 79.74 | 53.9 | - |
| YUV | 226.08 | 100.87 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 238 | 178 | 0.07 | 0 | 0.25 | 0.07 | 77 | 0.64 | 0.82 |
| Hex | DD | EE | B2 | 7 | 0 | 19 | 7 | 4D | 40 | 52 |
| Octal | 335 | 356 | 262 | 7 | 0 | 31 | 7 | 115 | 100 | 122 |
| Binary | 11011101 | 11101110 | 10110010 | 111 | 0 | 11001 | 111 | 1001101 | 1000000 | 1010010 |
Color Harmonies of #DDEEB2
Complementary color
Monochromatic Colors of #DDEEB2
Black with #DDEEB2
Text Example
Text Example
White with #DDEEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEEB2; }
p { color: rgb(221,238,178); }
H1.HeaderClassName
{
color: #DDEEB2;
}
.AnyTagClassName
{
color: #DDEEB2;
}
</style>
background-color css
<style>
a { background-color: #DDEEB2; }
a { background-color: rgb(221,238,178); }
div.DivClassName
{
background-color: #DDEEB2;
}
.BgClassName
{
background-color: #DDEEB2;
}
</style>
border-color css
<style>
span { border-color: #DDEEB2; }
span { border-color: rgb(221,238,178); }
td.TdClassName
{
border-color: #DDEEB2;
}
.TagClassName
{
border-color: #DDEEB2;
}
</style>