#D6E0C5

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

Shades of Gin #D6E0C5

Tints of Gin #D6E0C5

Color information

#D6E0C5 (or 0xD6E0C5) is unknown color: approx Gin. HEX triplet: D6, E0 and C5. RGB value is (214,224,197). Sum of RGB (Red+Green+Blue) = 214+224+197=635 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.70% from 635); Green value is 224 (87.89% from 255 or 35.28% from 635); Blue value is 197 (77.34% from 255 or 31.02% from 635); Max value from RGB is 224 - color contains mainly: green. Hex color #D6E0C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6E0C5 is #291F3A. Grayscale: #DADADA. Windows color (decimal): -2694971 or 12968150. OLE color: 12968150.

HSL color Cylindrical-coordinate representation of color #D6E0C5: hue angle of 82.22º degrees, saturation: 0.3, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D6E0C5 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB214224197-
CMYK0.0400.120.12
HSL82.22º30.34%82.55%-
HSV(B)82.22º12.05%87.84%-
XYZ64.4771.6463.25-
YUV217.93116.19125.2-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.70%
GREEN value IS 224 (87.89% from 255) = 35.28%
BLUE value IS 197 (77.34% from 255) = 31.02%
R=33.70%
G=35.28%
B=31.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2142241970.0400.120.1282.2230.3482.55
HexD6E0C540CC521e53
Octal32634030540141412236123
Binary1101011011100000110001011000110011001010010111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E0C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E0C5; }

 p { color: rgb(214,224,197); }

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

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

 a { background-color: rgb(214,224,197); }

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

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

 span { border-color: rgb(214,224,197); }

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