#D4E1BF

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

Shades of Gin #D4E1BF

Tints of Gin #D4E1BF

Color information

#D4E1BF (or 0xD4E1BF) is unknown color: approx Gin. HEX triplet: D4, E1 and BF. RGB value is (212,225,191). Sum of RGB (Red+Green+Blue) = 212+225+191=628 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.76% from 628); Green value is 225 (88.28% from 255 or 35.83% from 628); Blue value is 191 (75% from 255 or 30.41% from 628); Max value from RGB is 225 - color contains mainly: green. Hex color #D4E1BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4E1BF is #2B1E40. Grayscale: #D9D9D9. Windows color (decimal): -2825793 or 12575188. OLE color: 12575188.

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

Color convert

RGB212225191-
CMYK0.0600.150.12
HSL82.94º36.17%81.57%-
HSV(B)82.94º15.11%88.24%-
XYZ63.4871.6159.77-
YUV217.24113.19124.26-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.76%
GREEN value IS 225 (88.28% from 255) = 35.83%
BLUE value IS 191 (75% from 255) = 30.41%
R=33.76%
G=35.83%
B=30.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2122251910.0600.150.1282.9436.1781.57
HexD4E1BF60FC532452
Octal32434127760171412344122
Binary11010100111000011011111111001111110010100111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4E1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4E1BF; }

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

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

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

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

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

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

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

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