#D7E3C2

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

Shades of Gin #D7E3C2

Tints of Gin #D7E3C2

Color information

#D7E3C2 (or 0xD7E3C2) is unknown color: approx Gin. HEX triplet: D7, E3 and C2. RGB value is (215,227,194). Sum of RGB (Red+Green+Blue) = 215+227+194=636 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.81% from 636); Green value is 227 (89.06% from 255 or 35.69% from 636); Blue value is 194 (76.17% from 255 or 30.50% from 636); Max value from RGB is 227 - color contains mainly: green. Hex color #D7E3C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7E3C2 is #281C3D. Grayscale: #DBDBDB. Windows color (decimal): -2628670 or 12772311. OLE color: 12772311.

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

Color convert

RGB215227194-
CMYK0.0500.150.11
HSL81.82º37.08%82.55%-
HSV(B)81.82º14.54%89.02%-
XYZ65.2373.2861.75-
YUV219.65113.52124.68-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.81%
GREEN value IS 227 (89.06% from 255) = 35.69%
BLUE value IS 194 (76.17% from 255) = 30.50%
R=33.81%
G=35.69%
B=30.50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2152271940.0500.150.1181.8237.0882.55
HexD7E3C250FB522553
Octal32734330250171312245123
Binary11010111111000111100001010101111101110100101001011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7E3C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7E3C2; }

 p { color: rgb(215,227,194); }

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

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

 a { background-color: rgb(215,227,194); }

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

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

 span { border-color: rgb(215,227,194); }

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