#DDEAB1

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

Shades of Tusk #DDEAB1

Tints of Tusk #DDEAB1

Color information

#DDEAB1 (or 0xDDEAB1) is unknown color: approx Tusk. HEX triplet: DD, EA and B1. RGB value is (221,234,177). Sum of RGB (Red+Green+Blue) = 221+234+177=632 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.97% from 632); Green value is 234 (91.80% from 255 or 37.03% from 632); Blue value is 177 (69.53% from 255 or 28.01% from 632); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEAB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEAB1 is #22154E. Grayscale: #DFDFDF. Windows color (decimal): -2233679 or 11659997. OLE color: 11659997.

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

Color convert

RGB221234177-
CMYK0.0600.240.08
HSL73.68º57.58%80.59%-
HSV(B)73.68º24.36%91.76%-
XYZ67.1877.3952.99-
YUV223.62101.69126.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.97%
GREEN value IS 234 (91.80% from 255) = 37.03%
BLUE value IS 177 (69.53% from 255) = 28.01%
R=34.97%
G=37.03%
B=28.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2212341770.0600.240.0873.6857.5880.59
HexDDEAB1601884a3a51
Octal33535226160301011272121
Binary110111011110101010110001110011000100010010101110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEAB1; }

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

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

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

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

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

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

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

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