#D8DCCB

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

Shades of Gin #D8DCCB

Tints of Gin #D8DCCB

Color information

#D8DCCB (or 0xD8DCCB) is unknown color: approx Gin. HEX triplet: D8, DC and CB. RGB value is (216,220,203). Sum of RGB (Red+Green+Blue) = 216+220+203=639 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.80% from 639); Green value is 220 (86.33% from 255 or 34.43% from 639); Blue value is 203 (79.69% from 255 or 31.77% from 639); Max value from RGB is 220 - color contains mainly: green. Hex color #D8DCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DCCB is #272334. Grayscale: #D8D8D8. Windows color (decimal): -2564917 or 13360344. OLE color: 13360344.

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

Color convert

RGB216220203-
CMYK0.0200.080.14
HSL74.12º19.54%82.94%-
HSV(B)74.12º7.73%86.27%-
XYZ64.6970.166.62-
YUV216.87120.17127.38-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.80%
GREEN value IS 220 (86.33% from 255) = 34.43%
BLUE value IS 203 (79.69% from 255) = 31.77%
R=33.80%
G=34.43%
B=31.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2162202030.0200.080.1474.1219.5482.94
HexD8DCCB208E4a1453
Octal33033431320101611224123
Binary110110001101110011001011100100011101001010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DCCB; }

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

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

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

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

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

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

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

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