#D6DCCC

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

Shades of Gin #D6DCCC

Tints of Gin #D6DCCC

Color information

#D6DCCC (or 0xD6DCCC) is unknown color: approx Gin. HEX triplet: D6, DC and CC. RGB value is (214,220,204). Sum of RGB (Red+Green+Blue) = 214+220+204=638 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.54% from 638); Green value is 220 (86.33% from 255 or 34.48% from 638); Blue value is 204 (80.08% from 255 or 31.97% from 638); Max value from RGB is 220 - color contains mainly: green. Hex color #D6DCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DCCC is #292333. Grayscale: #D8D8D8. Windows color (decimal): -2695988 or 13425878. OLE color: 13425878.

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

Color convert

RGB214220204-
CMYK0.0300.070.14
HSL82.5º18.6%83.14%-
HSV(B)82.5º7.27%86.27%-
XYZ64.2269.8467.22-
YUV216.38121.01126.3-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.54%
GREEN value IS 220 (86.33% from 255) = 34.48%
BLUE value IS 204 (80.08% from 255) = 31.97%
R=33.54%
G=34.48%
B=31.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2142202040.0300.070.1482.518.683.14
HexD6DCCC307E521353
Octal3263343143071612223123
Binary11010110110111001100110011011111101010010100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DCCC; }

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

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

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

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

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

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

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

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