Shades of Tusk #DDEEB5
Tints of Tusk #DDEEB5
RGB
CMYK
RGB Variations
Color information
#DDEEB5 (or 0xDDEEB5) is known color: Tusk. HEX triplet: DD, EE and B5. RGB value is (221,238,181). Sum of RGB (Red+Green+Blue) = 221+238+181=640 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.53% from 640); Green value is 238 (93.36% from 255 or 37.19% from 640); Blue value is 181 (71.09% from 255 or 28.28% from 640); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEEB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEEB5 is #22114A. Grayscale: #E2E2E2. Windows color (decimal): -2232651 or 11923165. OLE color: 11923165.
HSL color Cylindrical-coordinate representation of color #DDEEB5: hue angle of 77.89º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDEEB5 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 238 | 181 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.07 |
| HSL | 77.89º | 0.63% | 0.82% | - |
| HSV(B) | 77.89º | 0.24% | 0.93% | - |
| XYZ | 68.73 | 79.86 | 55.51 | - |
| YUV | 226.42 | 102.37 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 238 | 181 | 0.07 | 0 | 0.24 | 0.07 | 77.89 | 0.63 | 0.82 |
| Hex | DD | EE | B5 | 7 | 0 | 18 | 7 | 4E | 3F | 52 |
| Octal | 335 | 356 | 265 | 7 | 0 | 30 | 7 | 116 | 77 | 122 |
| Binary | 11011101 | 11101110 | 10110101 | 111 | 0 | 11000 | 111 | 1001110 | 111111 | 1010010 |
Color Harmonies of #DDEEB5
Complementary color
Monochromatic Colors of #DDEEB5
Black with #DDEEB5
Text Example
Text Example
White with #DDEEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEEB5; }
p { color: rgb(221,238,181); }
H1.HeaderClassName
{
color: #DDEEB5;
}
.AnyTagClassName
{
color: #DDEEB5;
}
</style>
background-color css
<style>
a { background-color: #DDEEB5; }
a { background-color: rgb(221,238,181); }
div.DivClassName
{
background-color: #DDEEB5;
}
.BgClassName
{
background-color: #DDEEB5;
}
</style>
border-color css
<style>
span { border-color: #DDEEB5; }
span { border-color: rgb(221,238,181); }
td.TdClassName
{
border-color: #DDEEB5;
}
.TagClassName
{
border-color: #DDEEB5;
}
</style>