#D6DDC0

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

Shades of Gin #D6DDC0

Tints of Gin #D6DDC0

Color information

#D6DDC0 (or 0xD6DDC0) is unknown color: approx Gin. HEX triplet: D6, DD and C0. RGB value is (214,221,192). Sum of RGB (Red+Green+Blue) = 214+221+192=627 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.13% from 627); Green value is 221 (86.72% from 255 or 35.25% from 627); Blue value is 192 (75.39% from 255 or 30.62% from 627); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DDC0 is #29223F. Grayscale: #D7D7D7. Windows color (decimal): -2695744 or 12639702. OLE color: 12639702.

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

Color convert

RGB214221192-
CMYK0.0300.130.13
HSL74.48º29.9%80.98%-
HSV(B)74.48º13.12%86.67%-
XYZ63.169.8160.02-
YUV215.6114.68126.86-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.13%
GREEN value IS 221 (86.72% from 255) = 35.25%
BLUE value IS 192 (75.39% from 255) = 30.62%
R=34.13%
G=35.25%
B=30.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2142211920.0300.130.1374.4829.980.98
HexD6DDC030DD4a1e51
Octal32633530030151511236121
Binary110101101101110111000000110110111011001010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DDC0; }

 p { color: rgb(214,221,192); }

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

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

 a { background-color: rgb(214,221,192); }

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

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

 span { border-color: rgb(214,221,192); }

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