#DDE2AC

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

Shades of Tusk #DDE2AC

Tints of Tusk #DDE2AC

Color information

#DDE2AC (or 0xDDE2AC) is unknown color: approx Tusk. HEX triplet: DD, E2 and AC. RGB value is (221,226,172). Sum of RGB (Red+Green+Blue) = 221+226+172=619 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.70% from 619); Green value is 226 (88.67% from 255 or 36.51% from 619); Blue value is 172 (67.58% from 255 or 27.79% from 619); Max value from RGB is 226 - color contains mainly: green. Hex color #DDE2AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE2AC is #221D53. Grayscale: #DADADA. Windows color (decimal): -2235732 or 11330269. OLE color: 11330269.

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

Color convert

RGB221226172-
CMYK0.0200.240.11
HSL65.56º48.21%78.04%-
HSV(B)65.56º23.89%88.63%-
XYZ64.4672.7449.67-
YUV218.35101.84129.89-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.70%
GREEN value IS 226 (88.67% from 255) = 36.51%
BLUE value IS 172 (67.58% from 255) = 27.79%
R=35.70%
G=36.51%
B=27.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212261720.0200.240.1165.5648.2178.04
HexDDE2AC2018B42304e
Octal33534225420301310260116
Binary11011101111000101010110010011000101110000101100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE2AC; }

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

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

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

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

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

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

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

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