#D4E2BA

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

Shades of Gin #D4E2BA

Tints of Gin #D4E2BA

Color information

#D4E2BA (or 0xD4E2BA) is unknown color: approx Gin. HEX triplet: D4, E2 and BA. RGB value is (212,226,186). Sum of RGB (Red+Green+Blue) = 212+226+186=624 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.97% from 624); Green value is 226 (88.67% from 255 or 36.22% from 624); Blue value is 186 (73.05% from 255 or 29.81% from 624); Max value from RGB is 226 - color contains mainly: green. Hex color #D4E2BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4E2BA is #2B1D45. Grayscale: #D9D9D9. Windows color (decimal): -2825542 or 12247764. OLE color: 12247764.

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

Color convert

RGB212226186-
CMYK0.0600.180.11
HSL81º40.82%80.78%-
HSV(B)81º17.7%88.63%-
XYZ63.2171.9357.01-
YUV217.25110.36124.25-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.97%
GREEN value IS 226 (88.67% from 255) = 36.22%
BLUE value IS 186 (73.05% from 255) = 29.81%
R=33.97%
G=36.22%
B=29.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2122261860.0600.180.118140.8280.78
HexD4E2BA6012B512951
Octal32434227260221312151121
Binary110101001110001010111010110010010101110100011010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4E2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4E2BA; }

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

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

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

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

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

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

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

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