#D8DEB1

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

Shades of Tusk #D8DEB1

Tints of Tusk #D8DEB1

Color information

#D8DEB1 (or 0xD8DEB1) is unknown color: approx Tusk. HEX triplet: D8, DE and B1. RGB value is (216,222,177). Sum of RGB (Red+Green+Blue) = 216+222+177=615 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.12% from 615); Green value is 222 (87.11% from 255 or 36.10% from 615); Blue value is 177 (69.53% from 255 or 28.78% from 615); Max value from RGB is 222 - color contains mainly: green. Hex color #D8DEB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DEB1 is #27214E. Grayscale: #D7D7D7. Windows color (decimal): -2564431 or 11656920. OLE color: 11656920.

HSL color Cylindrical-coordinate representation of color #D8DEB1: hue angle of 68º degrees, saturation: 0.41, 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 #D8DEB1 is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB216222177-
CMYK0.0300.200.13
HSL68º40.54%78.24%-
HSV(B)68º20.27%87.06%-
XYZ62.3870.0251.82-
YUV215.08106.51128.66-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.12%
GREEN value IS 222 (87.11% from 255) = 36.10%
BLUE value IS 177 (69.53% from 255) = 28.78%
R=35.12%
G=36.10%
B=28.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2162221770.0300.200.136840.5478.24
HexD8DEB13014D44294e
Octal33033626130241510451116
Binary11011000110111101011000111010100110110001001010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DEB1; }

 p { color: rgb(216,222,177); }

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

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

 a { background-color: rgb(216,222,177); }

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

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

 span { border-color: rgb(216,222,177); }

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