#D7DDCD

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

Shades of Gin #D7DDCD

Tints of Gin #D7DDCD

Color information

#D7DDCD (or 0xD7DDCD) is unknown color: approx Gin. HEX triplet: D7, DD and CD. RGB value is (215,221,205). Sum of RGB (Red+Green+Blue) = 215+221+205=641 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.54% from 641); Green value is 221 (86.72% from 255 or 34.48% from 641); Blue value is 205 (80.47% from 255 or 31.98% from 641); Max value from RGB is 221 - color contains mainly: green. Hex color #D7DDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DDCD is #282232. Grayscale: #D9D9D9. Windows color (decimal): -2630195 or 13491671. OLE color: 13491671.

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

Color convert

RGB215221205-
CMYK0.0300.070.13
HSL82.5º19.05%83.53%-
HSV(B)82.5º7.24%86.67%-
XYZ64.970.5767.96-
YUV217.38121.01126.3-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.54%
GREEN value IS 221 (86.72% from 255) = 34.48%
BLUE value IS 205 (80.47% from 255) = 31.98%
R=33.54%
G=34.48%
B=31.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2152212050.0300.070.1382.519.0583.53
HexD7DDCD307D521354
Octal3273353153071512223124
Binary11010111110111011100110111011111011010010100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DDCD; }

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

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

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

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

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

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

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

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