#D8E1AD

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

Shades of Tusk #D8E1AD

Tints of Tusk #D8E1AD

Color information

#D8E1AD (or 0xD8E1AD) is unknown color: approx Tusk. HEX triplet: D8, E1 and AD. RGB value is (216,225,173). Sum of RGB (Red+Green+Blue) = 216+225+173=614 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.18% from 614); Green value is 225 (88.28% from 255 or 36.64% from 614); Blue value is 173 (67.97% from 255 or 28.18% from 614); Max value from RGB is 225 - color contains mainly: green. Hex color #D8E1AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8E1AD is #271E52. Grayscale: #D8D8D8. Windows color (decimal): -2563667 or 11395544. OLE color: 11395544.

HSL color Cylindrical-coordinate representation of color #D8E1AD: hue angle of 70.38º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D8E1AD is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB216225173-
CMYK0.0400.230.12
HSL70.38º46.43%78.04%-
HSV(B)70.38º23.11%88.24%-
XYZ62.7971.4750.02-
YUV216.38103.52127.73-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.18%
GREEN value IS 225 (88.28% from 255) = 36.64%
BLUE value IS 173 (67.97% from 255) = 28.18%
R=35.18%
G=36.64%
B=28.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2162251730.0400.230.1270.3846.4378.04
HexD8E1AD4017C462e4e
Octal33034125540271410656116
Binary110110001110000110101101100010111110010001101011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8E1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8E1AD; }

 p { color: rgb(216,225,173); }

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

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

 a { background-color: rgb(216,225,173); }

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

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

 span { border-color: rgb(216,225,173); }

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