#D6E8BE

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

Shades of Gin #D6E8BE

Tints of Gin #D6E8BE

Color information

#D6E8BE (or 0xD6E8BE) is unknown color: approx Gin. HEX triplet: D6, E8 and BE. RGB value is (214,232,190). Sum of RGB (Red+Green+Blue) = 214+232+190=636 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.65% from 636); Green value is 232 (91.02% from 255 or 36.48% from 636); Blue value is 190 (74.61% from 255 or 29.87% from 636); Max value from RGB is 232 - color contains mainly: green. Hex color #D6E8BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6E8BE is #291741. Grayscale: #DDDDDD. Windows color (decimal): -2692930 or 12511446. OLE color: 12511446.

HSL color Cylindrical-coordinate representation of color #D6E8BE: hue angle of 85.71º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D6E8BE is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB214232190-
CMYK0.0800.180.09
HSL85.71º47.73%82.75%-
HSV(B)85.71º18.1%90.98%-
XYZ65.8875.7359.86-
YUV221.83110.04122.42-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.65%
GREEN value IS 232 (91.02% from 255) = 36.48%
BLUE value IS 190 (74.61% from 255) = 29.87%
R=33.65%
G=36.48%
B=29.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2142321900.0800.180.0985.7147.7382.75
HexD6E8BE80129563053
Octal326350276100221112660123
Binary1101011011101000101111101000010010100110101101100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E8BE; }

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

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

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

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

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

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

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

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