#D9E1CA

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

Shades of Gin #D9E1CA

Tints of Gin #D9E1CA

Color information

#D9E1CA (or 0xD9E1CA) is unknown color: approx Gin. HEX triplet: D9, E1 and CA. RGB value is (217,225,202). Sum of RGB (Red+Green+Blue) = 217+225+202=644 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.70% from 644); Green value is 225 (88.28% from 255 or 34.94% from 644); Blue value is 202 (79.30% from 255 or 31.37% from 644); Max value from RGB is 225 - color contains mainly: green. Hex color #D9E1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9E1CA is #261E35. Grayscale: #DCDCDC. Windows color (decimal): -2498102 or 13296089. OLE color: 13296089.

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

Color convert

RGB217225202-
CMYK0.0400.100.12
HSL80.87º27.71%83.73%-
HSV(B)80.87º10.22%88.24%-
XYZ66.272.8766.45-
YUV219.99117.85125.87-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.70%
GREEN value IS 225 (88.28% from 255) = 34.94%
BLUE value IS 202 (79.30% from 255) = 31.37%
R=33.70%
G=34.94%
B=31.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2172252020.0400.100.1280.8727.7183.73
HexD9E1CA40AC511c54
Octal33134131240121412134124
Binary1101100111100001110010101000101011001010001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E1CA; }

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

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

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

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

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

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

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

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