#DDE4AA

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

Shades of Tusk #DDE4AA

Tints of Tusk #DDE4AA

Color information

#DDE4AA (or 0xDDE4AA) is unknown color: approx Tusk. HEX triplet: DD, E4 and AA. RGB value is (221,228,170). Sum of RGB (Red+Green+Blue) = 221+228+170=619 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.70% from 619); Green value is 228 (89.45% from 255 or 36.83% from 619); Blue value is 170 (66.80% from 255 or 27.46% from 619); Max value from RGB is 228 - color contains mainly: green. Hex color #DDE4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE4AA is #221B55. Grayscale: #DBDBDB. Windows color (decimal): -2235222 or 11199709. OLE color: 11199709.

HSL color Cylindrical-coordinate representation of color #DDE4AA: hue angle of 67.24º degrees, saturation: 0.52, 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 #DDE4AA is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB221228170-
CMYK0.0300.250.11
HSL67.24º51.79%78.04%-
HSV(B)67.24º25.44%89.41%-
XYZ64.8273.7648.85-
YUV219.29100.18129.22-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.70%
GREEN value IS 228 (89.45% from 255) = 36.83%
BLUE value IS 170 (66.80% from 255) = 27.46%
R=35.70%
G=36.83%
B=27.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212281700.0300.250.1167.2451.7978.04
HexDDE4AA3019B43344e
Octal33534425230311310364116
Binary11011101111001001010101011011001101110000111101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE4AA; }

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

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

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

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

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

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

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

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