#D6DDC6

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

Shades of Gin #D6DDC6

Tints of Gin #D6DDC6

Color information

#D6DDC6 (or 0xD6DDC6) is unknown color: approx Gin. HEX triplet: D6, DD and C6. RGB value is (214,221,198). Sum of RGB (Red+Green+Blue) = 214+221+198=633 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.81% from 633); Green value is 221 (86.72% from 255 or 34.91% from 633); Blue value is 198 (77.73% from 255 or 31.28% from 633); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DDC6 is #292239. Grayscale: #D8D8D8. Windows color (decimal): -2695738 or 13032918. OLE color: 13032918.

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

Color convert

RGB214221198-
CMYK0.0300.100.13
HSL78.26º25.27%82.16%-
HSV(B)78.26º10.41%86.67%-
XYZ63.7870.0963.59-
YUV216.28117.68126.37-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.81%
GREEN value IS 221 (86.72% from 255) = 34.91%
BLUE value IS 198 (77.73% from 255) = 31.28%
R=33.81%
G=34.91%
B=31.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2142211980.0300.100.1378.2625.2782.16
HexD6DDC630AD4e1952
Octal32633530630121511631122
Binary110101101101110111000110110101011011001110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DDC6; }

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

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

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

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

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

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

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

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