#D6DCCA

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

Shades of Gin #D6DCCA

Tints of Gin #D6DCCA

Color information

#D6DCCA (or 0xD6DCCA) is unknown color: approx Gin. HEX triplet: D6, DC and CA. RGB value is (214,220,202). Sum of RGB (Red+Green+Blue) = 214+220+202=636 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.65% from 636); Green value is 220 (86.33% from 255 or 34.59% from 636); Blue value is 202 (79.30% from 255 or 31.76% from 636); Max value from RGB is 220 - color contains mainly: green. Hex color #D6DCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DCCA is #292335. Grayscale: #D8D8D8. Windows color (decimal): -2695990 or 13294806. OLE color: 13294806.

HSL color Cylindrical-coordinate representation of color #D6DCCA: hue angle of 80º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D6DCCA is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB214220202-
CMYK0.0300.080.14
HSL80º20.45%82.75%-
HSV(B)80º8.18%86.27%-
XYZ63.9969.7565.97-
YUV216.15120.01126.46-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.65%
GREEN value IS 220 (86.33% from 255) = 34.59%
BLUE value IS 202 (79.30% from 255) = 31.76%
R=33.65%
G=34.59%
B=31.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2142202020.0300.080.148020.4582.75
HexD6DCCA308E501453
Octal32633431230101612024123
Binary110101101101110011001010110100011101010000101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DCCA; }

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

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

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

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

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

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

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

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