#D7E6BD

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

Shades of Gin #D7E6BD

Tints of Gin #D7E6BD

Color information

#D7E6BD (or 0xD7E6BD) is unknown color: approx Gin. HEX triplet: D7, E6 and BD. RGB value is (215,230,189). Sum of RGB (Red+Green+Blue) = 215+230+189=634 (83% of max value = 765). Red value is 215 (84.38% from 255 or 33.91% from 634); Green value is 230 (90.23% from 255 or 36.28% from 634); Blue value is 189 (74.22% from 255 or 29.81% from 634); Max value from RGB is 230 - color contains mainly: green. Hex color #D7E6BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7E6BD is #281942. Grayscale: #DCDCDC. Windows color (decimal): -2627907 or 12445399. OLE color: 12445399.

HSL color Cylindrical-coordinate representation of color #D7E6BD: hue angle of 81.95º degrees, saturation: 0.45, 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 #D7E6BD is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB215230189-
CMYK0.0700.180.10
HSL81.95º45.05%82.16%-
HSV(B)81.95º17.83%90.2%-
XYZ65.5174.7159.11-
YUV220.84110.03123.83-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.91%
GREEN value IS 230 (90.23% from 255) = 36.28%
BLUE value IS 189 (74.22% from 255) = 29.81%
R=33.91%
G=36.28%
B=29.81%

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
Decimal2152301890.0700.180.1081.9545.0582.16
HexD7E6BD7012A522d52
Octal32734627570221212255122
Binary110101111110011010111101111010010101010100101011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7E6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7E6BD; }

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

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

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

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

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

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

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

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