#DDEAA3

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

Shades of Tusk #DDEAA3

Tints of Tusk #DDEAA3

Color information

#DDEAA3 (or 0xDDEAA3) is unknown color: approx Tusk. HEX triplet: DD, EA and A3. RGB value is (221,234,163). Sum of RGB (Red+Green+Blue) = 221+234+163=618 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.76% from 618); Green value is 234 (91.80% from 255 or 37.86% from 618); Blue value is 163 (64.06% from 255 or 26.38% from 618); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEAA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEAA3 is #22155C. Grayscale: #DEDEDE. Windows color (decimal): -2233693 or 10742493. OLE color: 10742493.

HSL color Cylindrical-coordinate representation of color #DDEAA3: hue angle of 70.99º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDEAA3 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB221234163-
CMYK0.0600.300.08
HSL70.99º62.83%77.84%-
HSV(B)70.99º30.34%91.76%-
XYZ65.8576.8646.02-
YUV222.0294.69127.27-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.76%
GREEN value IS 234 (91.80% from 255) = 37.86%
BLUE value IS 163 (64.06% from 255) = 26.38%
R=35.76%
G=37.86%
B=26.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2212341630.0600.300.0870.9962.8377.84
HexDDEAA3601E8473f4e
Octal33535224360361010777116
Binary110111011110101010100011110011110100010001111111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEAA3; }

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

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

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

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

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

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

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

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