#D9EAC0

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

Shades of Gin #D9EAC0

Tints of Gin #D9EAC0

Color information

#D9EAC0 (or 0xD9EAC0) is unknown color: approx Gin. HEX triplet: D9, EA and C0. RGB value is (217,234,192). Sum of RGB (Red+Green+Blue) = 217+234+192=643 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.75% from 643); Green value is 234 (91.80% from 255 or 36.39% from 643); Blue value is 192 (75.39% from 255 or 29.86% from 643); Max value from RGB is 234 - color contains mainly: green. Hex color #D9EAC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9EAC0 is #26153F. Grayscale: #E0E0E0. Windows color (decimal): -2495808 or 12643033. OLE color: 12643033.

HSL color Cylindrical-coordinate representation of color #D9EAC0: hue angle of 84.29º degrees, saturation: 0.5, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D9EAC0 is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB217234192-
CMYK0.0700.180.08
HSL84.29º50%83.53%-
HSV(B)84.29º17.95%91.76%-
XYZ67.5577.461.25-
YUV224.13109.87122.92-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.75%
GREEN value IS 234 (91.80% from 255) = 36.39%
BLUE value IS 192 (75.39% from 255) = 29.86%
R=33.75%
G=36.39%
B=29.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2172341920.0700.180.0884.295083.53
HexD9EAC070128543254
Octal33135230070221012462124
Binary110110011110101011000000111010010100010101001100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9EAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9EAC0; }

 p { color: rgb(217,234,192); }

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

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

 a { background-color: rgb(217,234,192); }

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

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

 span { border-color: rgb(217,234,192); }

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