#D4E0BF

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

Shades of Gin #D4E0BF

Tints of Gin #D4E0BF

Color information

#D4E0BF (or 0xD4E0BF) is unknown color: approx Gin. HEX triplet: D4, E0 and BF. RGB value is (212,224,191). Sum of RGB (Red+Green+Blue) = 212+224+191=627 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.81% from 627); Green value is 224 (87.89% from 255 or 35.73% from 627); Blue value is 191 (75% from 255 or 30.46% from 627); Max value from RGB is 224 - color contains mainly: green. Hex color #D4E0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4E0BF is #2B1F40. Grayscale: #D8D8D8. Windows color (decimal): -2826049 or 12574932. OLE color: 12574932.

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

Color convert

RGB212224191-
CMYK0.0500.150.12
HSL81.82º34.74%81.37%-
HSV(B)81.82º14.73%87.84%-
XYZ63.2171.0759.68-
YUV216.65113.52124.68-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.81%
GREEN value IS 224 (87.89% from 255) = 35.73%
BLUE value IS 191 (75% from 255) = 30.46%
R=33.81%
G=35.73%
B=30.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2122241910.0500.150.1281.8234.7481.37
HexD4E0BF50FC522351
Octal32434027750171412243121
Binary11010100111000001011111110101111110010100101000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4E0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4E0BF; }

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

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

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

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

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

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

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

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