#D9E3CA

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

Shades of Gin #D9E3CA

Tints of Gin #D9E3CA

Color information

#D9E3CA (or 0xD9E3CA) is unknown color: approx Gin. HEX triplet: D9, E3 and CA. RGB value is (217,227,202). Sum of RGB (Red+Green+Blue) = 217+227+202=646 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.59% from 646); Green value is 227 (89.06% from 255 or 35.14% from 646); Blue value is 202 (79.30% from 255 or 31.27% from 646); Max value from RGB is 227 - color contains mainly: green. Hex color #D9E3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9E3CA is #261C35. Grayscale: #DDDDDD. Windows color (decimal): -2497590 or 13296601. OLE color: 13296601.

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

Color convert

RGB217227202-
CMYK0.0400.110.11
HSL84º30.86%84.12%-
HSV(B)84º11.01%89.02%-
XYZ66.7573.9566.63-
YUV221.16117.19125.03-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.59%
GREEN value IS 227 (89.06% from 255) = 35.14%
BLUE value IS 202 (79.30% from 255) = 31.27%
R=33.59%
G=35.14%
B=31.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2172272020.0400.110.118430.8684.12
HexD9E3CA40BB541f54
Octal33134331240131312437124
Binary1101100111100011110010101000101110111010100111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E3CA; }

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

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

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

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

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

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

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

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