Shades of Tusk #DDEEB4
Tints of Tusk #DDEEB4
RGB
CMYK
RGB Variations
Color information
#DDEEB4 (or 0xDDEEB4) is known color: Tusk. HEX triplet: DD, EE and B4. RGB value is (221,238,180). Sum of RGB (Red+Green+Blue) = 221+238+180=639 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.59% from 639); Green value is 238 (93.36% from 255 or 37.25% from 639); Blue value is 180 (70.70% from 255 or 28.17% from 639); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEEB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEEB4 is #22114B. Grayscale: #E2E2E2. Windows color (decimal): -2232652 or 11857629. OLE color: 11857629.
HSL color Cylindrical-coordinate representation of color #DDEEB4: hue angle of 77.59º 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 #DDEEB4 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 238 | 180 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.07 |
| HSL | 77.59º | 0.63% | 0.82% | - |
| HSV(B) | 77.59º | 0.24% | 0.93% | - |
| XYZ | 68.63 | 79.82 | 54.97 | - |
| YUV | 226.31 | 101.87 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 238 | 180 | 0.07 | 0 | 0.24 | 0.07 | 77.59 | 0.63 | 0.82 |
| Hex | DD | EE | B4 | 7 | 0 | 18 | 7 | 4E | 3F | 52 |
| Octal | 335 | 356 | 264 | 7 | 0 | 30 | 7 | 116 | 77 | 122 |
| Binary | 11011101 | 11101110 | 10110100 | 111 | 0 | 11000 | 111 | 1001110 | 111111 | 1010010 |
Color Harmonies of #DDEEB4
Complementary color
Monochromatic Colors of #DDEEB4
Black with #DDEEB4
Text Example
Text Example
White with #DDEEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEEB4; }
p { color: rgb(221,238,180); }
H1.HeaderClassName
{
color: #DDEEB4;
}
.AnyTagClassName
{
color: #DDEEB4;
}
</style>
background-color css
<style>
a { background-color: #DDEEB4; }
a { background-color: rgb(221,238,180); }
div.DivClassName
{
background-color: #DDEEB4;
}
.BgClassName
{
background-color: #DDEEB4;
}
</style>
border-color css
<style>
span { border-color: #DDEEB4; }
span { border-color: rgb(221,238,180); }
td.TdClassName
{
border-color: #DDEEB4;
}
.TagClassName
{
border-color: #DDEEB4;
}
</style>