#DDE2AD

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

Shades of Tusk #DDE2AD

Tints of Tusk #DDE2AD

Color information

#DDE2AD (or 0xDDE2AD) is unknown color: approx Tusk. HEX triplet: DD, E2 and AD. RGB value is (221,226,173). Sum of RGB (Red+Green+Blue) = 221+226+173=620 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.65% from 620); Green value is 226 (88.67% from 255 or 36.45% from 620); Blue value is 173 (67.97% from 255 or 27.90% from 620); Max value from RGB is 226 - color contains mainly: green. Hex color #DDE2AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE2AD is #221D52. Grayscale: #DADADA. Windows color (decimal): -2235731 or 11395805. OLE color: 11395805.

HSL color Cylindrical-coordinate representation of color #DDE2AD: hue angle of 65.66º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDE2AD is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB221226173-
CMYK0.0200.230.11
HSL65.66º47.75%78.24%-
HSV(B)65.66º23.45%88.63%-
XYZ64.5672.7850.18-
YUV218.46102.34129.81-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.65%
GREEN value IS 226 (88.67% from 255) = 36.45%
BLUE value IS 173 (67.97% from 255) = 27.90%
R=35.65%
G=36.45%
B=27.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212261730.0200.230.1165.6647.7578.24
HexDDE2AD2017B42304e
Octal33534225520271310260116
Binary11011101111000101010110110010111101110000101100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE2AD; }

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

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

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

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

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

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

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

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