#DDE2AA

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

Shades of Tusk #DDE2AA

Tints of Tusk #DDE2AA

Color information

#DDE2AA (or 0xDDE2AA) is unknown color: approx Tusk. HEX triplet: DD, E2 and AA. RGB value is (221,226,170). Sum of RGB (Red+Green+Blue) = 221+226+170=617 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.82% from 617); Green value is 226 (88.67% from 255 or 36.63% from 617); Blue value is 170 (66.80% from 255 or 27.55% from 617); Max value from RGB is 226 - color contains mainly: green. Hex color #DDE2AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE2AA is #221D55. Grayscale: #DADADA. Windows color (decimal): -2235734 or 11199197. OLE color: 11199197.

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

Color convert

RGB221226170-
CMYK0.0200.250.11
HSL65.36º49.12%77.65%-
HSV(B)65.36º24.78%88.63%-
XYZ64.2772.6748.67-
YUV218.12100.84130.05-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.82%
GREEN value IS 226 (88.67% from 255) = 36.63%
BLUE value IS 170 (66.80% from 255) = 27.55%
R=35.82%
G=36.63%
B=27.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212261700.0200.250.1165.3649.1277.65
HexDDE2AA2019B41314e
Octal33534225220311310161116
Binary11011101111000101010101010011001101110000011100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE2AA; }

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

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

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

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

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

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

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

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