#D7DDCB

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

Shades of Gin #D7DDCB

Tints of Gin #D7DDCB

Color information

#D7DDCB (or 0xD7DDCB) is unknown color: approx Gin. HEX triplet: D7, DD and CB. RGB value is (215,221,203). Sum of RGB (Red+Green+Blue) = 215+221+203=639 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.65% from 639); Green value is 221 (86.72% from 255 or 34.59% from 639); Blue value is 203 (79.69% from 255 or 31.77% from 639); Max value from RGB is 221 - color contains mainly: green. Hex color #D7DDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DDCB is #282234. Grayscale: #D9D9D9. Windows color (decimal): -2630197 or 13360599. OLE color: 13360599.

HSL color Cylindrical-coordinate representation of color #D7DDCB: hue angle of 80º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D7DDCB is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB215221203-
CMYK0.0300.080.13
HSL80º20.93%83.14%-
HSV(B)80º8.14%86.67%-
XYZ64.6670.4766.69-
YUV217.15120.01126.46-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.65%
GREEN value IS 221 (86.72% from 255) = 34.59%
BLUE value IS 203 (79.69% from 255) = 31.77%
R=33.65%
G=34.59%
B=31.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2152212030.0300.080.138020.9383.14
HexD7DDCB308D501553
Octal32733531330101512025123
Binary110101111101110111001011110100011011010000101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DDCB; }

 p { color: rgb(215,221,203); }

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

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

 a { background-color: rgb(215,221,203); }

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

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

 span { border-color: rgb(215,221,203); }

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