Shades of Tusk #DDEDB3
Tints of Tusk #DDEDB3
RGB
CMYK
RGB Variations
Color information
#DDEDB3 (or 0xDDEDB3) is known color: Tusk. HEX triplet: DD, ED and B3. RGB value is (221,237,179). Sum of RGB (Red+Green+Blue) = 221+237+179=637 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.69% from 637); Green value is 237 (92.97% from 255 or 37.21% from 637); Blue value is 179 (70.31% from 255 or 28.10% from 637); Max value from RGB is 237 - color contains mainly: green. Hex color #DDEDB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEDB3 is #22124C. Grayscale: #E1E1E1. Windows color (decimal): -2232909 or 11791837. OLE color: 11791837.
HSL color Cylindrical-coordinate representation of color #DDEDB3: hue angle of 76.55º degrees, saturation: 0.62, 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 #DDEDB3 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 237 | 179 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.07 |
| HSL | 76.55º | 0.62% | 0.82% | - |
| HSV(B) | 76.55º | 0.24% | 0.93% | - |
| XYZ | 68.24 | 79.2 | 54.34 | - |
| YUV | 225.6 | 101.7 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 237 | 179 | 0.07 | 0 | 0.24 | 0.07 | 76.55 | 0.62 | 0.82 |
| Hex | DD | ED | B3 | 7 | 0 | 18 | 7 | 4D | 3E | 52 |
| Octal | 335 | 355 | 263 | 7 | 0 | 30 | 7 | 115 | 76 | 122 |
| Binary | 11011101 | 11101101 | 10110011 | 111 | 0 | 11000 | 111 | 1001101 | 111110 | 1010010 |
Color Harmonies of #DDEDB3
Complementary color
Monochromatic Colors of #DDEDB3
Black with #DDEDB3
Text Example
Text Example
White with #DDEDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEDB3; }
p { color: rgb(221,237,179); }
H1.HeaderClassName
{
color: #DDEDB3;
}
.AnyTagClassName
{
color: #DDEDB3;
}
</style>
background-color css
<style>
a { background-color: #DDEDB3; }
a { background-color: rgb(221,237,179); }
div.DivClassName
{
background-color: #DDEDB3;
}
.BgClassName
{
background-color: #DDEDB3;
}
</style>
border-color css
<style>
span { border-color: #DDEDB3; }
span { border-color: rgb(221,237,179); }
td.TdClassName
{
border-color: #DDEDB3;
}
.TagClassName
{
border-color: #DDEDB3;
}
</style>