#D7E7BF

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

Shades of Gin #D7E7BF

Tints of Gin #D7E7BF

Color information

#D7E7BF (or 0xD7E7BF) is unknown color: approx Gin. HEX triplet: D7, E7 and BF. RGB value is (215,231,191). Sum of RGB (Red+Green+Blue) = 215+231+191=637 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.75% from 637); Green value is 231 (90.62% from 255 or 36.26% from 637); Blue value is 191 (75% from 255 or 29.98% from 637); Max value from RGB is 231 - color contains mainly: green. Hex color #D7E7BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7E7BF is #281840. Grayscale: #DDDDDD. Windows color (decimal): -2627649 or 12576727. OLE color: 12576727.

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

Color convert

RGB215231191-
CMYK0.0700.170.09
HSL84º45.45%82.75%-
HSV(B)84º17.32%90.59%-
XYZ6675.3660.36-
YUV221.66110.7123.25-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.75%
GREEN value IS 231 (90.62% from 255) = 36.26%
BLUE value IS 191 (75% from 255) = 29.98%
R=33.75%
G=36.26%
B=29.98%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2152311910.0700.170.098445.4582.75
HexD7E7BF70119542d53
Octal32734727770211112455123
Binary110101111110011110111111111010001100110101001011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7E7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7E7BF; }

 p { color: rgb(215,231,191); }

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

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

 a { background-color: rgb(215,231,191); }

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

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

 span { border-color: rgb(215,231,191); }

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