#D7E6BC

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

Shades of Gin #D7E6BC

Tints of Gin #D7E6BC

Color information

#D7E6BC (or 0xD7E6BC) is unknown color: approx Gin. HEX triplet: D7, E6 and BC. RGB value is (215,230,188). Sum of RGB (Red+Green+Blue) = 215+230+188=633 (83% of max value = 765). Red value is 215 (84.38% from 255 or 33.97% from 633); Green value is 230 (90.23% from 255 or 36.33% from 633); Blue value is 188 (73.83% from 255 or 29.70% from 633); Max value from RGB is 230 - color contains mainly: green. Hex color #D7E6BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7E6BC is #281943. Grayscale: #DCDCDC. Windows color (decimal): -2627908 or 12379863. OLE color: 12379863.

HSL color Cylindrical-coordinate representation of color #D7E6BC: hue angle of 81.43º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D7E6BC is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB215230188-
CMYK0.0700.180.10
HSL81.43º45.65%81.96%-
HSV(B)81.43º18.26%90.2%-
XYZ65.474.6758.54-
YUV220.73109.53123.92-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.97%
GREEN value IS 230 (90.23% from 255) = 36.33%
BLUE value IS 188 (73.83% from 255) = 29.70%
R=33.97%
G=36.33%
B=29.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2152301880.0700.180.1081.4345.6581.96
HexD7E6BC7012A512e52
Octal32734627470221212156122
Binary110101111110011010111100111010010101010100011011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7E6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7E6BC; }

 p { color: rgb(215,230,188); }

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

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

 a { background-color: rgb(215,230,188); }

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

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

 span { border-color: rgb(215,230,188); }

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