#D9ECC0

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

Shades of Gin #D9ECC0

Tints of Gin #D9ECC0

Color information

#D9ECC0 (or 0xD9ECC0) is unknown color: approx Gin. HEX triplet: D9, EC and C0. RGB value is (217,236,192). Sum of RGB (Red+Green+Blue) = 217+236+192=645 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.64% from 645); Green value is 236 (92.58% from 255 or 36.59% from 645); Blue value is 192 (75.39% from 255 or 29.77% from 645); Max value from RGB is 236 - color contains mainly: green. Hex color #D9ECC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9ECC0 is #26133F. Grayscale: #E1E1E1. Windows color (decimal): -2495296 or 12643545. OLE color: 12643545.

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

Color convert

RGB217236192-
CMYK0.0800.190.07
HSL85.91º53.66%83.92%-
HSV(B)85.91º18.64%92.55%-
XYZ68.1378.5561.44-
YUV225.3109.21122.08-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.64%
GREEN value IS 236 (92.58% from 255) = 36.59%
BLUE value IS 192 (75.39% from 255) = 29.77%
R=33.64%
G=36.59%
B=29.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2172361920.0800.190.0785.9153.6683.92
HexD9ECC080137563654
Octal33135430010023712666124
Binary110110011110110011000000100001001111110101101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9ECC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9ECC0; }

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

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

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

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

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

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

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

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