#D7E8BD

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

Shades of Gin #D7E8BD

Tints of Gin #D7E8BD

Color information

#D7E8BD (or 0xD7E8BD) is unknown color: approx Gin. HEX triplet: D7, E8 and BD. RGB value is (215,232,189). Sum of RGB (Red+Green+Blue) = 215+232+189=636 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.81% from 636); Green value is 232 (91.02% from 255 or 36.48% from 636); Blue value is 189 (74.22% from 255 or 29.72% from 636); Max value from RGB is 232 - color contains mainly: green. Hex color #D7E8BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7E8BD is #281742. Grayscale: #DEDEDE. Windows color (decimal): -2627395 or 12445911. OLE color: 12445911.

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

Color convert

RGB215232189-
CMYK0.0700.190.09
HSL83.72º48.31%82.55%-
HSV(B)83.72º18.53%90.98%-
XYZ66.0775.8359.3-
YUV222.02109.37123-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.81%
GREEN value IS 232 (91.02% from 255) = 36.48%
BLUE value IS 189 (74.22% from 255) = 29.72%
R=33.81%
G=36.48%
B=29.72%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2152321890.0700.190.0983.7248.3182.55
HexD7E8BD70139543053
Octal32735027570231112460123
Binary110101111110100010111101111010011100110101001100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7E8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7E8BD; }

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

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

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

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

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

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

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

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