Shades of Tusk #DDEEB1
Tints of Tusk #DDEEB1
RGB
CMYK
RGB Variations
Color information
#DDEEB1 (or 0xDDEEB1) is known color: Tusk. HEX triplet: DD, EE and B1. RGB value is (221,238,177). Sum of RGB (Red+Green+Blue) = 221+238+177=636 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.75% from 636); Green value is 238 (93.36% from 255 or 37.42% from 636); Blue value is 177 (69.53% from 255 or 27.83% from 636); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEEB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEEB1 is #22114E. Grayscale: #E2E2E2. Windows color (decimal): -2232655 or 11661021. OLE color: 11661021.
HSL color Cylindrical-coordinate representation of color #DDEEB1: hue angle of 76.72º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DDEEB1 is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 238 | 177 | - |
| CMYK | 0.07 | 0 | 0.26 | 0.07 |
| HSL | 76.72º | 0.64% | 0.81% | - |
| HSV(B) | 76.72º | 0.26% | 0.93% | - |
| XYZ | 68.33 | 79.7 | 53.38 | - |
| YUV | 225.96 | 100.37 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 238 | 177 | 0.07 | 0 | 0.26 | 0.07 | 76.72 | 0.64 | 0.81 |
| Hex | DD | EE | B1 | 7 | 0 | 1A | 7 | 4D | 40 | 51 |
| Octal | 335 | 356 | 261 | 7 | 0 | 32 | 7 | 115 | 100 | 121 |
| Binary | 11011101 | 11101110 | 10110001 | 111 | 0 | 11010 | 111 | 1001101 | 1000000 | 1010001 |
Color Harmonies of #DDEEB1
Complementary color
Monochromatic Colors of #DDEEB1
Black with #DDEEB1
Text Example
Text Example
White with #DDEEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEEB1; }
p { color: rgb(221,238,177); }
H1.HeaderClassName
{
color: #DDEEB1;
}
.AnyTagClassName
{
color: #DDEEB1;
}
</style>
background-color css
<style>
a { background-color: #DDEEB1; }
a { background-color: rgb(221,238,177); }
div.DivClassName
{
background-color: #DDEEB1;
}
.BgClassName
{
background-color: #DDEEB1;
}
</style>
border-color css
<style>
span { border-color: #DDEEB1; }
span { border-color: rgb(221,238,177); }
td.TdClassName
{
border-color: #DDEEB1;
}
.TagClassName
{
border-color: #DDEEB1;
}
</style>