#D8EBBF

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

Shades of Gin #D8EBBF

Tints of Gin #D8EBBF

Color information

#D8EBBF (or 0xD8EBBF) is unknown color: approx Gin. HEX triplet: D8, EB and BF. RGB value is (216,235,191). Sum of RGB (Red+Green+Blue) = 216+235+191=642 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.64% from 642); Green value is 235 (92.19% from 255 or 36.60% from 642); Blue value is 191 (75% from 255 or 29.75% from 642); Max value from RGB is 235 - color contains mainly: green. Hex color #D8EBBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8EBBF is #271440. Grayscale: #E0E0E0. Windows color (decimal): -2561089 or 12577752. OLE color: 12577752.

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

Color convert

RGB216235191-
CMYK0.0800.190.08
HSL85.91º52.38%83.53%-
HSV(B)85.91º18.72%92.16%-
XYZ67.4377.7860.75-
YUV224.3109.21122.08-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.64%
GREEN value IS 235 (92.19% from 255) = 36.60%
BLUE value IS 191 (75% from 255) = 29.75%
R=33.64%
G=36.60%
B=29.75%

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
Decimal2162351910.0800.190.0885.9152.3883.53
HexD8EBBF80138563454
Octal330353277100231012664124
Binary1101100011101011101111111000010011100010101101101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8EBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8EBBF; }

 p { color: rgb(216,235,191); }

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

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

 a { background-color: rgb(216,235,191); }

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

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

 span { border-color: rgb(216,235,191); }

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