#DDEAA8

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

Shades of Tusk #DDEAA8

Tints of Tusk #DDEAA8

Color information

#DDEAA8 (or 0xDDEAA8) is unknown color: approx Tusk. HEX triplet: DD, EA and A8. RGB value is (221,234,168). Sum of RGB (Red+Green+Blue) = 221+234+168=623 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.47% from 623); Green value is 234 (91.80% from 255 or 37.56% from 623); Blue value is 168 (66.02% from 255 or 26.97% from 623); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEAA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEAA8 is #221557. Grayscale: #DEDEDE. Windows color (decimal): -2233688 or 11070173. OLE color: 11070173.

HSL color Cylindrical-coordinate representation of color #DDEAA8: hue angle of 71.82º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDEAA8 is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB221234168-
CMYK0.0600.280.08
HSL71.82º61.11%78.82%-
HSV(B)71.82º28.21%91.76%-
XYZ66.3177.0448.42-
YUV222.5997.19126.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.47%
GREEN value IS 234 (91.80% from 255) = 37.56%
BLUE value IS 168 (66.02% from 255) = 26.97%
R=35.47%
G=37.56%
B=26.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2212341680.0600.280.0871.8261.1178.82
HexDDEAA8601C8483d4f
Octal33535225060341011075117
Binary110111011110101010101000110011100100010010001111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEAA8; }

 p { color: rgb(221,234,168); }

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

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

 a { background-color: rgb(221,234,168); }

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

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

 span { border-color: rgb(221,234,168); }

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