#D9DEB2

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

Shades of Tusk #D9DEB2

Tints of Tusk #D9DEB2

Color information

#D9DEB2 (or 0xD9DEB2) is unknown color: approx Tusk. HEX triplet: D9, DE and B2. RGB value is (217,222,178). Sum of RGB (Red+Green+Blue) = 217+222+178=617 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.17% from 617); Green value is 222 (87.11% from 255 or 35.98% from 617); Blue value is 178 (69.92% from 255 or 28.85% from 617); Max value from RGB is 222 - color contains mainly: green. Hex color #D9DEB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DEB2 is #26214D. Grayscale: #D7D7D7. Windows color (decimal): -2498894 or 11722457. OLE color: 11722457.

HSL color Cylindrical-coordinate representation of color #D9DEB2: hue angle of 66.82º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D9DEB2 is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB217222178-
CMYK0.0200.200.13
HSL66.82º40%78.43%-
HSV(B)66.82º19.82%87.06%-
XYZ62.7770.2152.36-
YUV215.49106.84129.08-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.17%
GREEN value IS 222 (87.11% from 255) = 35.98%
BLUE value IS 178 (69.92% from 255) = 28.85%
R=35.17%
G=35.98%
B=28.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2172221780.0200.200.1366.824078.43
HexD9DEB22014D43284e
Octal33133626220241510350116
Binary11011001110111101011001010010100110110000111010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DEB2; }

 p { color: rgb(217,222,178); }

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

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

 a { background-color: rgb(217,222,178); }

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

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

 span { border-color: rgb(217,222,178); }

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