#D5E4BA

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

Shades of Gin #D5E4BA

Tints of Gin #D5E4BA

Color information

#D5E4BA (or 0xD5E4BA) is unknown color: approx Gin. HEX triplet: D5, E4 and BA. RGB value is (213,228,186). Sum of RGB (Red+Green+Blue) = 213+228+186=627 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.97% from 627); Green value is 228 (89.45% from 255 or 36.36% from 627); Blue value is 186 (73.05% from 255 or 29.67% from 627); Max value from RGB is 228 - color contains mainly: green. Hex color #D5E4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5E4BA is #2A1B45. Grayscale: #DADADA. Windows color (decimal): -2759494 or 12248277. OLE color: 12248277.

HSL color Cylindrical-coordinate representation of color #D5E4BA: hue angle of 81.43º degrees, saturation: 0.44, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D5E4BA is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB213228186-
CMYK0.0700.180.11
HSL81.43º43.75%81.18%-
HSV(B)81.43º18.42%89.41%-
XYZ64.0573.1857.2-
YUV218.73109.53123.92-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.97%
GREEN value IS 228 (89.45% from 255) = 36.36%
BLUE value IS 186 (73.05% from 255) = 29.67%
R=33.97%
G=36.36%
B=29.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2132281860.0700.180.1181.4343.7581.18
HexD5E4BA7012B512c51
Octal32534427270221312154121
Binary110101011110010010111010111010010101110100011011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5E4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5E4BA; }

 p { color: rgb(213,228,186); }

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

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

 a { background-color: rgb(213,228,186); }

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

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

 span { border-color: rgb(213,228,186); }

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