#DDE4AB

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

Shades of Tusk #DDE4AB

Tints of Tusk #DDE4AB

Color information

#DDE4AB (or 0xDDE4AB) is unknown color: approx Tusk. HEX triplet: DD, E4 and AB. RGB value is (221,228,171). Sum of RGB (Red+Green+Blue) = 221+228+171=620 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.65% from 620); Green value is 228 (89.45% from 255 or 36.77% from 620); Blue value is 171 (67.19% from 255 or 27.58% from 620); Max value from RGB is 228 - color contains mainly: green. Hex color #DDE4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE4AB is #221B54. Grayscale: #DBDBDB. Windows color (decimal): -2235221 or 11265245. OLE color: 11265245.

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

Color convert

RGB221228171-
CMYK0.0300.250.11
HSL67.37º51.35%78.24%-
HSV(B)67.37º25%89.41%-
XYZ64.9173.849.35-
YUV219.41100.68129.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.65%
GREEN value IS 228 (89.45% from 255) = 36.77%
BLUE value IS 171 (67.19% from 255) = 27.58%
R=35.65%
G=36.77%
B=27.58%

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
Decimal2212281710.0300.250.1167.3751.3578.24
HexDDE4AB3019B43334e
Octal33534425330311310363116
Binary11011101111001001010101111011001101110000111100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE4AB; }

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

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

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

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

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

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

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

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