#D9E3C4

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

Shades of Gin #D9E3C4

Tints of Gin #D9E3C4

Color information

#D9E3C4 (or 0xD9E3C4) is unknown color: approx Gin. HEX triplet: D9, E3 and C4. RGB value is (217,227,196). Sum of RGB (Red+Green+Blue) = 217+227+196=640 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.91% from 640); Green value is 227 (89.06% from 255 or 35.47% from 640); Blue value is 196 (76.95% from 255 or 30.62% from 640); Max value from RGB is 227 - color contains mainly: green. Hex color #D9E3C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9E3C4 is #261C3B. Grayscale: #DCDCDC. Windows color (decimal): -2497596 or 12903385. OLE color: 12903385.

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

Color convert

RGB217227196-
CMYK0.0400.140.11
HSL79.35º35.63%82.94%-
HSV(B)79.35º13.66%89.02%-
XYZ66.0573.6862.96-
YUV220.48114.19125.52-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.91%
GREEN value IS 227 (89.06% from 255) = 35.47%
BLUE value IS 196 (76.95% from 255) = 30.62%
R=33.91%
G=35.47%
B=30.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2172271960.0400.140.1179.3535.6382.94
HexD9E3C440EB4f2453
Octal33134330440161311744123
Binary11011001111000111100010010001110101110011111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E3C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E3C4; }

 p { color: rgb(217,227,196); }

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

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

 a { background-color: rgb(217,227,196); }

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

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

 span { border-color: rgb(217,227,196); }

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