#D4E4BA

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

Shades of Gin #D4E4BA

Tints of Gin #D4E4BA

Color information

#D4E4BA (or 0xD4E4BA) is unknown color: approx Gin. HEX triplet: D4, E4 and BA. RGB value is (212,228,186). Sum of RGB (Red+Green+Blue) = 212+228+186=626 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.87% from 626); Green value is 228 (89.45% from 255 or 36.42% from 626); Blue value is 186 (73.05% from 255 or 29.71% from 626); Max value from RGB is 228 - color contains mainly: green. Hex color #D4E4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4E4BA is #2B1B45. Grayscale: #DADADA. Windows color (decimal): -2825030 or 12248276. OLE color: 12248276.

HSL color Cylindrical-coordinate representation of color #D4E4BA: hue angle of 82.86º 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 #D4E4BA is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB212228186-
CMYK0.0700.180.11
HSL82.86º43.75%81.18%-
HSV(B)82.86º18.42%89.41%-
XYZ63.7673.0357.19-
YUV218.43109.7123.42-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.87%
GREEN value IS 228 (89.45% from 255) = 36.42%
BLUE value IS 186 (73.05% from 255) = 29.71%
R=33.87%
G=36.42%
B=29.71%

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
Decimal2122281860.0700.180.1182.8643.7581.18
HexD4E4BA7012B532c51
Octal32434427270221312354121
Binary110101001110010010111010111010010101110100111011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4E4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4E4BA; }

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

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

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

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

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

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

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

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