#D4E0BC

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

Shades of Gin #D4E0BC

Tints of Gin #D4E0BC

Color information

#D4E0BC (or 0xD4E0BC) is unknown color: approx Gin. HEX triplet: D4, E0 and BC. RGB value is (212,224,188). Sum of RGB (Red+Green+Blue) = 212+224+188=624 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.97% from 624); Green value is 224 (87.89% from 255 or 35.90% from 624); Blue value is 188 (73.83% from 255 or 30.13% from 624); Max value from RGB is 224 - color contains mainly: green. Hex color #D4E0BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4E0BC is #2B1F43. Grayscale: #D8D8D8. Windows color (decimal): -2826052 or 12378324. OLE color: 12378324.

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

Color convert

RGB212224188-
CMYK0.0500.160.12
HSL80º36.73%80.78%-
HSV(B)80º16.07%87.84%-
XYZ62.8870.9457.96-
YUV216.31112.02124.93-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.97%
GREEN value IS 224 (87.89% from 255) = 35.90%
BLUE value IS 188 (73.83% from 255) = 30.13%
R=33.97%
G=35.90%
B=30.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2122241880.0500.160.128036.7380.78
HexD4E0BC5010C502551
Octal32434027450201412045121
Binary110101001110000010111100101010000110010100001001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4E0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4E0BC; }

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

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

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

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

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

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

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

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