#D6E1BC

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

Shades of Gin #D6E1BC

Tints of Gin #D6E1BC

Color information

#D6E1BC (or 0xD6E1BC) is unknown color: approx Gin. HEX triplet: D6, E1 and BC. RGB value is (214,225,188). Sum of RGB (Red+Green+Blue) = 214+225+188=627 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.13% from 627); Green value is 225 (88.28% from 255 or 35.89% from 627); Blue value is 188 (73.83% from 255 or 29.98% from 627); Max value from RGB is 225 - color contains mainly: green. Hex color #D6E1BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6E1BC is #291E43. Grayscale: #D9D9D9. Windows color (decimal): -2694724 or 12378582. OLE color: 12378582.

HSL color Cylindrical-coordinate representation of color #D6E1BC: hue angle of 77.84º degrees, saturation: 0.38, 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 #D6E1BC is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB214225188-
CMYK0.0500.160.12
HSL77.84º38.14%80.98%-
HSV(B)77.84º16.44%88.24%-
XYZ63.7371.7858.07-
YUV217.49111.36125.51-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.13%
GREEN value IS 225 (88.28% from 255) = 35.89%
BLUE value IS 188 (73.83% from 255) = 29.98%
R=34.13%
G=35.89%
B=29.98%

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
Decimal2142251880.0500.160.1277.8438.1480.98
HexD6E1BC5010C4e2651
Octal32634127450201411646121
Binary110101101110000110111100101010000110010011101001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E1BC; }

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

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

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

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

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

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

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

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