#DDE8AC

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

Shades of Tusk #DDE8AC

Tints of Tusk #DDE8AC

Color information

#DDE8AC (or 0xDDE8AC) is unknown color: approx Tusk. HEX triplet: DD, E8 and AC. RGB value is (221,232,172). Sum of RGB (Red+Green+Blue) = 221+232+172=625 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.36% from 625); Green value is 232 (91.02% from 255 or 37.12% from 625); Blue value is 172 (67.58% from 255 or 27.52% from 625); Max value from RGB is 232 - color contains mainly: green. Hex color #DDE8AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDE8AC is #221753. Grayscale: #DEDEDE. Windows color (decimal): -2234196 or 11331805. OLE color: 11331805.

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

Color convert

RGB221232172-
CMYK0.0500.260.09
HSL71º56.6%79.22%-
HSV(B)71º25.86%90.98%-
XYZ66.1276.0650.23-
YUV221.8799.86127.38-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.36%
GREEN value IS 232 (91.02% from 255) = 37.12%
BLUE value IS 172 (67.58% from 255) = 27.52%
R=35.36%
G=37.12%
B=27.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2212321720.0500.260.097156.679.22
HexDDE8AC501A947394f
Octal33535025450321110771117
Binary110111011110100010101100101011010100110001111110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE8AC; }

 p { color: rgb(221,232,172); }

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

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

 a { background-color: rgb(221,232,172); }

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

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

 span { border-color: rgb(221,232,172); }

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