#D7DEC5

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

Shades of Gin #D7DEC5

Tints of Gin #D7DEC5

Color information

#D7DEC5 (or 0xD7DEC5) is unknown color: approx Gin. HEX triplet: D7, DE and C5. RGB value is (215,222,197). Sum of RGB (Red+Green+Blue) = 215+222+197=634 (83% of max value = 765). Red value is 215 (84.38% from 255 or 33.91% from 634); Green value is 222 (87.11% from 255 or 35.02% from 634); Blue value is 197 (77.34% from 255 or 31.07% from 634); Max value from RGB is 222 - color contains mainly: green. Hex color #D7DEC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DEC5 is #28213A. Grayscale: #D9D9D9. Windows color (decimal): -2629947 or 12967639. OLE color: 12967639.

HSL color Cylindrical-coordinate representation of color #D7DEC5: hue angle of 76.8º degrees, saturation: 0.27, 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 #D7DEC5 is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB215222197-
CMYK0.0300.110.13
HSL76.8º27.47%82.16%-
HSV(B)76.8º11.26%87.06%-
XYZ64.2270.7263.09-
YUV217.06116.68126.53-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.91%
GREEN value IS 222 (87.11% from 255) = 35.02%
BLUE value IS 197 (77.34% from 255) = 31.07%
R=33.91%
G=35.02%
B=31.07%

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
Decimal2152221970.0300.110.1376.827.4782.16
HexD7DEC530BD4d1b52
Octal32733630530131511533122
Binary110101111101111011000101110101111011001101110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DEC5; }

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

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

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

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

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

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

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

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