Shades of Tusk #DDEDB5
Tints of Tusk #DDEDB5
RGB
CMYK
RGB Variations
Color information
#DDEDB5 (or 0xDDEDB5) is known color: Tusk. HEX triplet: DD, ED and B5. RGB value is (221,237,181). Sum of RGB (Red+Green+Blue) = 221+237+181=639 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.59% from 639); Green value is 237 (92.97% from 255 or 37.09% from 639); Blue value is 181 (71.09% from 255 or 28.33% from 639); Max value from RGB is 237 - color contains mainly: green. Hex color #DDEDB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEDB5 is #22124A. Grayscale: #E2E2E2. Windows color (decimal): -2232907 or 11922909. OLE color: 11922909.
HSL color Cylindrical-coordinate representation of color #DDEDB5: hue angle of 77.14º degrees, saturation: 0.61, 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 #DDEDB5 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 237 | 181 | - |
CMYK | 0.07 | 0 | 0.24 | 0.07 |
HSL | 77.14º | 0.61% | 0.82% | - |
HSV(B) | 77.14º | 0.24% | 0.93% | - |
XYZ | 68.44 | 79.28 | 55.41 | - |
YUV | 225.83 | 102.7 | 124.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 237 | 181 | 0.07 | 0 | 0.24 | 0.07 | 77.14 | 0.61 | 0.82 |
Hex | DD | ED | B5 | 7 | 0 | 18 | 7 | 4D | 3D | 52 |
Octal | 335 | 355 | 265 | 7 | 0 | 30 | 7 | 115 | 75 | 122 |
Binary | 11011101 | 11101101 | 10110101 | 111 | 0 | 11000 | 111 | 1001101 | 111101 | 1010010 |
Color Harmonies of #DDEDB5
Complementary color
Monochromatic Colors of #DDEDB5
Black with #DDEDB5
Text Example
Text Example
White with #DDEDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEDB5; }
p { color: rgb(221,237,181); }
H1.HeaderClassName
{
color: #DDEDB5;
}
.AnyTagClassName
{
color: #DDEDB5;
}
</style>
background-color css
<style>
a { background-color: #DDEDB5; }
a { background-color: rgb(221,237,181); }
div.DivClassName
{
background-color: #DDEDB5;
}
.BgClassName
{
background-color: #DDEDB5;
}
</style>
border-color css
<style>
span { border-color: #DDEDB5; }
span { border-color: rgb(221,237,181); }
td.TdClassName
{
border-color: #DDEDB5;
}
.TagClassName
{
border-color: #DDEDB5;
}
</style>