#DDEAAA

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

Shades of Tusk #DDEAAA

Tints of Tusk #DDEAAA

Color information

#DDEAAA (or 0xDDEAAA) is unknown color: approx Tusk. HEX triplet: DD, EA and AA. RGB value is (221,234,170). Sum of RGB (Red+Green+Blue) = 221+234+170=625 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.36% from 625); Green value is 234 (91.80% from 255 or 37.44% from 625); Blue value is 170 (66.80% from 255 or 27.2% from 625); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEAAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEAAA is #221555. Grayscale: #DFDFDF. Windows color (decimal): -2233686 or 11201245. OLE color: 11201245.

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

Color convert

RGB221234170-
CMYK0.0600.270.08
HSL72.19º60.38%79.22%-
HSV(B)72.19º27.35%91.76%-
XYZ66.577.1249.41-
YUV222.8298.19126.7-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.36%
GREEN value IS 234 (91.80% from 255) = 37.44%
BLUE value IS 170 (66.80% from 255) = 27.2%
R=35.36%
G=37.44%
B=27.2%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2212341700.0600.270.0872.1960.3879.22
HexDDEAAA601B8483c4f
Octal33535225260331011074117
Binary110111011110101010101010110011011100010010001111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEAAA; }

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

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

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

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

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

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

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

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