#D7DDC5

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

Shades of Gin #D7DDC5

Tints of Gin #D7DDC5

Color information

#D7DDC5 (or 0xD7DDC5) is unknown color: approx Gin. HEX triplet: D7, DD and C5. RGB value is (215,221,197). Sum of RGB (Red+Green+Blue) = 215+221+197=633 (83% of max value = 765). Red value is 215 (84.38% from 255 or 33.97% from 633); Green value is 221 (86.72% from 255 or 34.91% from 633); Blue value is 197 (77.34% from 255 or 31.12% from 633); Max value from RGB is 221 - color contains mainly: green. Hex color #D7DDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DDC5 is #28223A. Grayscale: #D8D8D8. Windows color (decimal): -2630203 or 12967383. OLE color: 12967383.

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

Color convert

RGB215221197-
CMYK0.0300.110.13
HSL75º26.09%81.96%-
HSV(B)75º10.86%86.67%-
XYZ63.9670.1963-
YUV216.47117.01126.95-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.97%
GREEN value IS 221 (86.72% from 255) = 34.91%
BLUE value IS 197 (77.34% from 255) = 31.12%
R=33.97%
G=34.91%
B=31.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2152211970.0300.110.137526.0981.96
HexD7DDC530BD4b1a52
Octal32733530530131511332122
Binary110101111101110111000101110101111011001011110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DDC5; }

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

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

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

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

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

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

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

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