#DDEAB0

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

Shades of Tusk #DDEAB0

Tints of Tusk #DDEAB0

Color information

#DDEAB0 (or 0xDDEAB0) is unknown color: approx Tusk. HEX triplet: DD, EA and B0. RGB value is (221,234,176). Sum of RGB (Red+Green+Blue) = 221+234+176=631 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.02% from 631); Green value is 234 (91.80% from 255 or 37.08% from 631); Blue value is 176 (69.14% from 255 or 27.89% from 631); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEAB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEAB0 is #22154F. Grayscale: #DFDFDF. Windows color (decimal): -2233680 or 11594461. OLE color: 11594461.

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

Color convert

RGB221234176-
CMYK0.0600.250.08
HSL73.45º58%80.39%-
HSV(B)73.45º24.79%91.76%-
XYZ67.0877.3552.47-
YUV223.5101.19126.22-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.02%
GREEN value IS 234 (91.80% from 255) = 37.08%
BLUE value IS 176 (69.14% from 255) = 27.89%
R=35.02%
G=37.08%
B=27.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2212341760.0600.250.0873.455880.39
HexDDEAB060198493a50
Octal33535226060311011172120
Binary110111011110101010110000110011001100010010011110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEAB0; }

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

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

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

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

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

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

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

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