#D6DDC1

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

Shades of Gin #D6DDC1

Tints of Gin #D6DDC1

Color information

#D6DDC1 (or 0xD6DDC1) is unknown color: approx Gin. HEX triplet: D6, DD and C1. RGB value is (214,221,193). Sum of RGB (Red+Green+Blue) = 214+221+193=628 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.08% from 628); Green value is 221 (86.72% from 255 or 35.19% from 628); Blue value is 193 (75.78% from 255 or 30.73% from 628); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DDC1 is #29223E. Grayscale: #D7D7D7. Windows color (decimal): -2695743 or 12705238. OLE color: 12705238.

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

Color convert

RGB214221193-
CMYK0.0300.130.13
HSL75º29.17%81.18%-
HSV(B)75º12.67%86.67%-
XYZ63.2169.8660.6-
YUV215.72115.18126.78-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.08%
GREEN value IS 221 (86.72% from 255) = 35.19%
BLUE value IS 193 (75.78% from 255) = 30.73%
R=34.08%
G=35.19%
B=30.73%

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
Decimal2142211930.0300.130.137529.1781.18
HexD6DDC130DD4b1d51
Octal32633530130151511335121
Binary110101101101110111000001110110111011001011111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DDC1; }

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

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

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

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

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

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

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

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