#D6E1BE

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

Shades of Gin #D6E1BE

Tints of Gin #D6E1BE

Color information

#D6E1BE (or 0xD6E1BE) is unknown color: approx Gin. HEX triplet: D6, E1 and BE. RGB value is (214,225,190). Sum of RGB (Red+Green+Blue) = 214+225+190=629 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.02% from 629); Green value is 225 (88.28% from 255 or 35.77% from 629); Blue value is 190 (74.61% from 255 or 30.21% from 629); Max value from RGB is 225 - color contains mainly: green. Hex color #D6E1BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6E1BE is #291E41. Grayscale: #D9D9D9. Windows color (decimal): -2694722 or 12509654. OLE color: 12509654.

HSL color Cylindrical-coordinate representation of color #D6E1BE: hue angle of 78.86º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D6E1BE is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB214225190-
CMYK0.0500.160.12
HSL78.86º36.84%81.37%-
HSV(B)78.86º15.56%88.24%-
XYZ63.9571.8659.22-
YUV217.72112.36125.35-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.02%
GREEN value IS 225 (88.28% from 255) = 35.77%
BLUE value IS 190 (74.61% from 255) = 30.21%
R=34.02%
G=35.77%
B=30.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2142251900.0500.160.1278.8636.8481.37
HexD6E1BE5010C4f2551
Octal32634127650201411745121
Binary110101101110000110111110101010000110010011111001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E1BE; }

 p { color: rgb(214,225,190); }

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

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

 a { background-color: rgb(214,225,190); }

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

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

 span { border-color: rgb(214,225,190); }

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