#D4E1BA

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

Shades of Gin #D4E1BA

Tints of Gin #D4E1BA

Color information

#D4E1BA (or 0xD4E1BA) is unknown color: approx Gin. HEX triplet: D4, E1 and BA. RGB value is (212,225,186). Sum of RGB (Red+Green+Blue) = 212+225+186=623 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.03% from 623); Green value is 225 (88.28% from 255 or 36.12% from 623); Blue value is 186 (73.05% from 255 or 29.86% from 623); Max value from RGB is 225 - color contains mainly: green. Hex color #D4E1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4E1BA is #2B1E45. Grayscale: #D8D8D8. Windows color (decimal): -2825798 or 12247508. OLE color: 12247508.

HSL color Cylindrical-coordinate representation of color #D4E1BA: hue angle of 80º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D4E1BA is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB212225186-
CMYK0.0600.170.12
HSL80º39.39%80.59%-
HSV(B)80º17.33%88.24%-
XYZ62.9471.3956.92-
YUV216.67110.69124.67-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.03%
GREEN value IS 225 (88.28% from 255) = 36.12%
BLUE value IS 186 (73.05% from 255) = 29.86%
R=34.03%
G=36.12%
B=29.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2122251860.0600.170.128039.3980.59
HexD4E1BA6011C502751
Octal32434127260211412047121
Binary110101001110000110111010110010001110010100001001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4E1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4E1BA; }

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

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

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

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

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

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

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

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