#D9E2AA

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

Shades of Tusk #D9E2AA

Tints of Tusk #D9E2AA

Color information

#D9E2AA (or 0xD9E2AA) is unknown color: approx Tusk. HEX triplet: D9, E2 and AA. RGB value is (217,226,170). Sum of RGB (Red+Green+Blue) = 217+226+170=613 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.40% from 613); Green value is 226 (88.67% from 255 or 36.87% from 613); Blue value is 170 (66.80% from 255 or 27.73% from 613); Max value from RGB is 226 - color contains mainly: green. Hex color #D9E2AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9E2AA is #261D55. Grayscale: #D9D9D9. Windows color (decimal): -2497878 or 11199193. OLE color: 11199193.

HSL color Cylindrical-coordinate representation of color #D9E2AA: hue angle of 69.64º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D9E2AA is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB217226170-
CMYK0.0400.250.11
HSL69.64º49.12%77.65%-
HSV(B)69.64º24.78%88.63%-
XYZ63.0772.0548.61-
YUV216.92101.52128.05-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.40%
GREEN value IS 226 (88.67% from 255) = 36.87%
BLUE value IS 170 (66.80% from 255) = 27.73%
R=35.40%
G=36.87%
B=27.73%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2172261700.0400.250.1169.6449.1277.65
HexD9E2AA4019B46314e
Octal33134225240311310661116
Binary110110011110001010101010100011001101110001101100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E2AA; }

 p { color: rgb(217,226,170); }

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

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

 a { background-color: rgb(217,226,170); }

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

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

 span { border-color: rgb(217,226,170); }

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