#D7DCCC

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

Shades of Gin #D7DCCC

Tints of Gin #D7DCCC

Color information

#D7DCCC (or 0xD7DCCC) is unknown color: approx Gin. HEX triplet: D7, DC and CC. RGB value is (215,220,204). Sum of RGB (Red+Green+Blue) = 215+220+204=639 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.65% from 639); Green value is 220 (86.33% from 255 or 34.43% from 639); Blue value is 204 (80.08% from 255 or 31.92% from 639); Max value from RGB is 220 - color contains mainly: green. Hex color #D7DCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DCCC is #282333. Grayscale: #D8D8D8. Windows color (decimal): -2630452 or 13425879. OLE color: 13425879.

HSL color Cylindrical-coordinate representation of color #D7DCCC: hue angle of 78.75º degrees, saturation: 0.19, 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 #D7DCCC is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB215220204-
CMYK0.0200.070.14
HSL78.75º18.6%83.14%-
HSV(B)78.75º7.27%86.27%-
XYZ64.5269.9967.24-
YUV216.68120.84126.8-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.65%
GREEN value IS 220 (86.33% from 255) = 34.43%
BLUE value IS 204 (80.08% from 255) = 31.92%
R=33.65%
G=34.43%
B=31.92%

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
Decimal2152202040.0200.070.1478.7518.683.14
HexD7DCCC207E4f1353
Octal3273343142071611723123
Binary11010111110111001100110010011111101001111100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DCCC; }

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

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

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

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

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

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

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

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