#D6E2C1

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

Shades of Gin #D6E2C1

Tints of Gin #D6E2C1

Color information

#D6E2C1 (or 0xD6E2C1) is unknown color: approx Gin. HEX triplet: D6, E2 and C1. RGB value is (214,226,193). Sum of RGB (Red+Green+Blue) = 214+226+193=633 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.81% from 633); Green value is 226 (88.67% from 255 or 35.70% from 633); Blue value is 193 (75.78% from 255 or 30.49% from 633); Max value from RGB is 226 - color contains mainly: green. Hex color #D6E2C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6E2C1 is #291D3E. Grayscale: #DADADA. Windows color (decimal): -2694463 or 12706518. OLE color: 12706518.

HSL color Cylindrical-coordinate representation of color #D6E2C1: hue angle of 81.82º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6E2C1 is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB214226193-
CMYK0.0500.150.11
HSL81.82º36.26%82.16%-
HSV(B)81.82º14.6%88.63%-
XYZ64.5572.5461.05-
YUV218.65113.52124.68-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.81%
GREEN value IS 226 (88.67% from 255) = 35.70%
BLUE value IS 193 (75.78% from 255) = 30.49%
R=33.81%
G=35.70%
B=30.49%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2142261930.0500.150.1181.8236.2682.16
HexD6E2C150FB522452
Octal32634230150171312244122
Binary11010110111000101100000110101111101110100101001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E2C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E2C1; }

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

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

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

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

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

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

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

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