Shades of Tusk #DDEEB3
Tints of Tusk #DDEEB3
RGB
CMYK
RGB Variations
Color information
#DDEEB3 (or 0xDDEEB3) is known color: Tusk. HEX triplet: DD, EE and B3. RGB value is (221,238,179). Sum of RGB (Red+Green+Blue) = 221+238+179=638 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.64% from 638); Green value is 238 (93.36% from 255 or 37.30% from 638); Blue value is 179 (70.31% from 255 or 28.06% from 638); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEEB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEEB3 is #22114C. Grayscale: #E2E2E2. Windows color (decimal): -2232653 or 11792093. OLE color: 11792093.
HSL color Cylindrical-coordinate representation of color #DDEEB3: hue angle of 77.29º degrees, saturation: 0.63, 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 #DDEEB3 is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 238 | 179 | - |
| CMYK | 0.07 | 0 | 0.25 | 0.07 |
| HSL | 77.29º | 0.63% | 0.82% | - |
| HSV(B) | 77.29º | 0.25% | 0.93% | - |
| XYZ | 68.53 | 79.78 | 54.43 | - |
| YUV | 226.19 | 101.37 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 238 | 179 | 0.07 | 0 | 0.25 | 0.07 | 77.29 | 0.63 | 0.82 |
| Hex | DD | EE | B3 | 7 | 0 | 19 | 7 | 4D | 3F | 52 |
| Octal | 335 | 356 | 263 | 7 | 0 | 31 | 7 | 115 | 77 | 122 |
| Binary | 11011101 | 11101110 | 10110011 | 111 | 0 | 11001 | 111 | 1001101 | 111111 | 1010010 |
Color Harmonies of #DDEEB3
Complementary color
Monochromatic Colors of #DDEEB3
Black with #DDEEB3
Text Example
Text Example
White with #DDEEB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEEB3; }
p { color: rgb(221,238,179); }
H1.HeaderClassName
{
color: #DDEEB3;
}
.AnyTagClassName
{
color: #DDEEB3;
}
</style>
background-color css
<style>
a { background-color: #DDEEB3; }
a { background-color: rgb(221,238,179); }
div.DivClassName
{
background-color: #DDEEB3;
}
.BgClassName
{
background-color: #DDEEB3;
}
</style>
border-color css
<style>
span { border-color: #DDEEB3; }
span { border-color: rgb(221,238,179); }
td.TdClassName
{
border-color: #DDEEB3;
}
.TagClassName
{
border-color: #DDEEB3;
}
</style>