#DDE9AB

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

Shades of Tusk #DDE9AB

Tints of Tusk #DDE9AB

Color information

#DDE9AB (or 0xDDE9AB) is unknown color: approx Tusk. HEX triplet: DD, E9 and AB. RGB value is (221,233,171). Sum of RGB (Red+Green+Blue) = 221+233+171=625 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.36% from 625); Green value is 233 (91.41% from 255 or 37.28% from 625); Blue value is 171 (67.19% from 255 or 27.36% from 625); Max value from RGB is 233 - color contains mainly: green. Hex color #DDE9AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDE9AB is #221654. Grayscale: #DEDEDE. Windows color (decimal): -2233941 or 11266525. OLE color: 11266525.

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

Color convert

RGB221233171-
CMYK0.0500.270.09
HSL71.61º58.49%79.22%-
HSV(B)71.61º26.61%91.37%-
XYZ66.3176.5949.82-
YUV222.3499.02127.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.36%
GREEN value IS 233 (91.41% from 255) = 37.28%
BLUE value IS 171 (67.19% from 255) = 27.36%
R=35.36%
G=37.28%
B=27.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2212331710.0500.270.0971.6158.4979.22
HexDDE9AB501B9483a4f
Octal33535125350331111072117
Binary110111011110100110101011101011011100110010001110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE9AB; }

 p { color: rgb(221,233,171); }

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

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

 a { background-color: rgb(221,233,171); }

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

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

 span { border-color: rgb(221,233,171); }

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