#D4E5BA

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

Shades of Gin #D4E5BA

Tints of Gin #D4E5BA

Color information

#D4E5BA (or 0xD4E5BA) is unknown color: approx Gin. HEX triplet: D4, E5 and BA. RGB value is (212,229,186). Sum of RGB (Red+Green+Blue) = 212+229+186=627 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.81% from 627); Green value is 229 (89.84% from 255 or 36.52% from 627); Blue value is 186 (73.05% from 255 or 29.67% from 627); Max value from RGB is 229 - color contains mainly: green. Hex color #D4E5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4E5BA is #2B1A45. Grayscale: #DBDBDB. Windows color (decimal): -2824774 or 12248532. OLE color: 12248532.

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

Color convert

RGB212229186-
CMYK0.0700.190.10
HSL83.72º45.26%81.37%-
HSV(B)83.72º18.78%89.8%-
XYZ64.0373.5857.28-
YUV219.02109.37123-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.81%
GREEN value IS 229 (89.84% from 255) = 36.52%
BLUE value IS 186 (73.05% from 255) = 29.67%
R=33.81%
G=36.52%
B=29.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2122291860.0700.190.1083.7245.2681.37
HexD4E5BA7013A542d51
Octal32434527270231212455121
Binary110101001110010110111010111010011101010101001011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4E5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4E5BA; }

 p { color: rgb(212,229,186); }

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

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

 a { background-color: rgb(212,229,186); }

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

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

 span { border-color: rgb(212,229,186); }

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