#DDE8AD

Color #DDE8AD Tusk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tusk #DDE8AD

Tints of Tusk #DDE8AD

Color information

#DDE8AD (or 0xDDE8AD) is unknown color: approx Tusk. HEX triplet: DD, E8 and AD. RGB value is (221,232,173). Sum of RGB (Red+Green+Blue) = 221+232+173=626 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.30% from 626); Green value is 232 (91.02% from 255 or 37.06% from 626); Blue value is 173 (67.97% from 255 or 27.64% from 626); Max value from RGB is 232 - color contains mainly: green. Hex color #DDE8AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDE8AD is #221752. Grayscale: #DEDEDE. Windows color (decimal): -2234195 or 11397341. OLE color: 11397341.

HSL color Cylindrical-coordinate representation of color #DDE8AD: hue angle of 71.19º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDE8AD is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB221232173-
CMYK0.0500.250.09
HSL71.19º56.19%79.41%-
HSV(B)71.19º25.43%90.98%-
XYZ66.2276.150.73-
YUV221.98100.36127.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 35.30%
GREEN value IS 232 (91.02% from 255) = 37.06%
BLUE value IS 173 (67.97% from 255) = 27.64%
R=35.30%
G=37.06%
B=27.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2212321730.0500.250.0971.1956.1979.41
HexDDE8AD5019947384f
Octal33535025550311110770117
Binary110111011110100010101101101011001100110001111110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE8AD; }

 p { color: rgb(221,232,173); }

 H1.HeaderClassName
 {
   color: #DDE8AD;
 }
 .AnyTagClassName
 {
   color: #DDE8AD;
 }
</style>
background-color css

<style>
 a { background-color: #DDE8AD; }

 a { background-color: rgb(221,232,173); }

 div.DivClassName
 {
   background-color: #DDE8AD;
 }
 .BgClassName
 {
   background-color: #DDE8AD;
 }
</style>
border-color css

<style>
 span { border-color: #DDE8AD; }

 span { border-color: rgb(221,232,173); }

 td.TdClassName
 {
   border-color: #DDE8AD;
 }
 .TagClassName
 {
   border-color: #DDE8AD;
 }
</style>