#D8DCC9

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

Shades of Gin #D8DCC9

Tints of Gin #D8DCC9

Color information

#D8DCC9 (or 0xD8DCC9) is unknown color: approx Gin. HEX triplet: D8, DC and C9. RGB value is (216,220,201). Sum of RGB (Red+Green+Blue) = 216+220+201=637 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.91% from 637); Green value is 220 (86.33% from 255 or 34.54% from 637); Blue value is 201 (78.91% from 255 or 31.55% from 637); Max value from RGB is 220 - color contains mainly: green. Hex color #D8DCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DCC9 is #272336. Grayscale: #D8D8D8. Windows color (decimal): -2564919 or 13229272. OLE color: 13229272.

HSL color Cylindrical-coordinate representation of color #D8DCC9: hue angle of 72.63º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D8DCC9 is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB216220201-
CMYK0.0200.090.14
HSL72.63º21.35%82.55%-
HSV(B)72.63º8.64%86.27%-
XYZ64.457065.37-
YUV216.64119.17127.54-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.91%
GREEN value IS 220 (86.33% from 255) = 34.54%
BLUE value IS 201 (78.91% from 255) = 31.55%
R=33.91%
G=34.54%
B=31.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2162202010.0200.090.1472.6321.3582.55
HexD8DCC9209E491553
Octal33033431120111611125123
Binary110110001101110011001001100100111101001001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DCC9; }

 p { color: rgb(216,220,201); }

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

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

 a { background-color: rgb(216,220,201); }

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

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

 span { border-color: rgb(216,220,201); }

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