#D9DDCA

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

Shades of Gin #D9DDCA

Tints of Gin #D9DDCA

Color information

#D9DDCA (or 0xD9DDCA) is unknown color: approx Gin. HEX triplet: D9, DD and CA. RGB value is (217,221,202). Sum of RGB (Red+Green+Blue) = 217+221+202=640 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.91% from 640); Green value is 221 (86.72% from 255 or 34.53% from 640); Blue value is 202 (79.30% from 255 or 31.56% from 640); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DDCA is #262235. Grayscale: #D9D9D9. Windows color (decimal): -2499126 or 13295065. OLE color: 13295065.

HSL color Cylindrical-coordinate representation of color #D9DDCA: hue angle of 72.63º degrees, saturation: 0.22, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D9DDCA is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB217221202-
CMYK0.0200.090.13
HSL72.63º21.84%82.94%-
HSV(B)72.63º8.6%86.67%-
XYZ65.1370.7366.1-
YUV217.64119.17127.54-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.91%
GREEN value IS 221 (86.72% from 255) = 34.53%
BLUE value IS 202 (79.30% from 255) = 31.56%
R=33.91%
G=34.53%
B=31.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2172212020.0200.090.1372.6321.8482.94
HexD9DDCA209D491653
Octal33133531220111511126123
Binary110110011101110111001010100100111011001001101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DDCA; }

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

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

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

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

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

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

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

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