#D8DCC7

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

Shades of Gin #D8DCC7

Tints of Gin #D8DCC7

Color information

#D8DCC7 (or 0xD8DCC7) is unknown color: approx Gin. HEX triplet: D8, DC and C7. RGB value is (216,220,199). Sum of RGB (Red+Green+Blue) = 216+220+199=635 (84% of max value = 765). Red value is 216 (84.77% from 255 or 34.02% from 635); Green value is 220 (86.33% from 255 or 34.65% from 635); Blue value is 199 (78.12% from 255 or 31.34% from 635); Max value from RGB is 220 - color contains mainly: green. Hex color #D8DCC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DCC7 is #272338. Grayscale: #D8D8D8. Windows color (decimal): -2564921 or 13098200. OLE color: 13098200.

HSL color Cylindrical-coordinate representation of color #D8DCC7: hue angle of 71.43º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D8DCC7 is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB216220199-
CMYK0.0200.100.14
HSL71.43º23.08%82.16%-
HSV(B)71.43º9.55%86.27%-
XYZ64.2269.9164.14-
YUV216.41118.17127.71-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.02%
GREEN value IS 220 (86.33% from 255) = 34.65%
BLUE value IS 199 (78.12% from 255) = 31.34%
R=34.02%
G=34.65%
B=31.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2162201990.0200.100.1471.4323.0882.16
HexD8DCC720AE471752
Octal33033430720121610727122
Binary110110001101110011000111100101011101000111101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DCC7; }

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

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

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

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

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

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

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

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