#D9E1CD

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

Shades of Gin #D9E1CD

Tints of Gin #D9E1CD

Color information

#D9E1CD (or 0xD9E1CD) is unknown color: approx Gin. HEX triplet: D9, E1 and CD. RGB value is (217,225,205). Sum of RGB (Red+Green+Blue) = 217+225+205=647 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.54% from 647); Green value is 225 (88.28% from 255 or 34.78% from 647); Blue value is 205 (80.47% from 255 or 31.68% from 647); Max value from RGB is 225 - color contains mainly: green. Hex color #D9E1CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9E1CD is #261E32. Grayscale: #DCDCDC. Windows color (decimal): -2498099 or 13492697. OLE color: 13492697.

HSL color Cylindrical-coordinate representation of color #D9E1CD: hue angle of 84º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D9E1CD is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB217225205-
CMYK0.0400.090.12
HSL84º25%84.31%-
HSV(B)84º8.89%88.24%-
XYZ66.5673.0168.34-
YUV220.33119.35125.63-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.54%
GREEN value IS 225 (88.28% from 255) = 34.78%
BLUE value IS 205 (80.47% from 255) = 31.68%
R=33.54%
G=34.78%
B=31.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2172252050.0400.090.12842584.31
HexD9E1CD409C541954
Octal33134131540111412431124
Binary1101100111100001110011011000100111001010100110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E1CD; }

 p { color: rgb(217,225,205); }

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

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

 a { background-color: rgb(217,225,205); }

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

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

 span { border-color: rgb(217,225,205); }

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