#D7DCCD

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

Shades of Gin #D7DCCD

Tints of Gin #D7DCCD

Color information

#D7DCCD (or 0xD7DCCD) is unknown color: approx Gin. HEX triplet: D7, DC and CD. RGB value is (215,220,205). Sum of RGB (Red+Green+Blue) = 215+220+205=640 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.59% from 640); Green value is 220 (86.33% from 255 or 34.38% from 640); Blue value is 205 (80.47% from 255 or 32.03% from 640); Max value from RGB is 220 - color contains mainly: green. Hex color #D7DCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DCCD is #282332. Grayscale: #D8D8D8. Windows color (decimal): -2630451 or 13491415. OLE color: 13491415.

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

Color convert

RGB215220205-
CMYK0.0200.070.14
HSL80º17.65%83.33%-
HSV(B)80º6.82%86.27%-
XYZ64.6470.0467.87-
YUV216.8121.34126.72-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.59%
GREEN value IS 220 (86.33% from 255) = 34.38%
BLUE value IS 205 (80.47% from 255) = 32.03%
R=33.59%
G=34.38%
B=32.03%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2152202050.0200.070.148017.6583.33
HexD7DCCD207E501253
Octal3273343152071612022123
Binary11010111110111001100110110011111101010000100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DCCD; }

 p { color: rgb(215,220,205); }

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

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

 a { background-color: rgb(215,220,205); }

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

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

 span { border-color: rgb(215,220,205); }

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