#D6E8BA

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

Shades of Gin #D6E8BA

Tints of Gin #D6E8BA

Color information

#D6E8BA (or 0xD6E8BA) is unknown color: approx Gin. HEX triplet: D6, E8 and BA. RGB value is (214,232,186). Sum of RGB (Red+Green+Blue) = 214+232+186=632 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.86% from 632); Green value is 232 (91.02% from 255 or 36.71% from 632); Blue value is 186 (73.05% from 255 or 29.43% from 632); Max value from RGB is 232 - color contains mainly: green. Hex color #D6E8BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6E8BA is #291745. Grayscale: #DDDDDD. Windows color (decimal): -2692934 or 12249302. OLE color: 12249302.

HSL color Cylindrical-coordinate representation of color #D6E8BA: hue angle of 83.48º degrees, saturation: 0.5, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D6E8BA is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB214232186-
CMYK0.0800.200.09
HSL83.48º50%81.96%-
HSV(B)83.48º19.83%90.98%-
XYZ65.4575.5557.59-
YUV221.37108.04122.74-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.86%
GREEN value IS 232 (91.02% from 255) = 36.71%
BLUE value IS 186 (73.05% from 255) = 29.43%
R=33.86%
G=36.71%
B=29.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2142321860.0800.200.0983.485081.96
HexD6E8BA80149533252
Octal326350272100241112362122
Binary1101011011101000101110101000010100100110100111100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E8BA; }

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

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

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

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

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

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

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

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