#D9EBBE

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

Shades of Gin #D9EBBE

Tints of Gin #D9EBBE

Color information

#D9EBBE (or 0xD9EBBE) is unknown color: approx Gin. HEX triplet: D9, EB and BE. RGB value is (217,235,190). Sum of RGB (Red+Green+Blue) = 217+235+190=642 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.80% from 642); Green value is 235 (92.19% from 255 or 36.60% from 642); Blue value is 190 (74.61% from 255 or 29.60% from 642); Max value from RGB is 235 - color contains mainly: green. Hex color #D9EBBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9EBBE is #261441. Grayscale: #E0E0E0. Windows color (decimal): -2495554 or 12512217. OLE color: 12512217.

HSL color Cylindrical-coordinate representation of color #D9EBBE: hue angle of 84º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D9EBBE is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB217235190-
CMYK0.0800.190.08
HSL84º52.94%83.33%-
HSV(B)84º19.15%92.16%-
XYZ67.6277.8960.18-
YUV224.49108.54122.66-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.80%
GREEN value IS 235 (92.19% from 255) = 36.60%
BLUE value IS 190 (74.61% from 255) = 29.60%
R=33.80%
G=36.60%
B=29.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2172351900.0800.190.088452.9483.33
HexD9EBBE80138543553
Octal331353276100231012465123
Binary1101100111101011101111101000010011100010101001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9EBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9EBBE; }

 p { color: rgb(217,235,190); }

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

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

 a { background-color: rgb(217,235,190); }

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

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

 span { border-color: rgb(217,235,190); }

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