#D5DCC9

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

Shades of Gin #D5DCC9

Tints of Gin #D5DCC9

Color information

#D5DCC9 (or 0xD5DCC9) is unknown color: approx Gin. HEX triplet: D5, DC and C9. RGB value is (213,220,201). Sum of RGB (Red+Green+Blue) = 213+220+201=634 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.60% from 634); Green value is 220 (86.33% from 255 or 34.70% from 634); Blue value is 201 (78.91% from 255 or 31.70% from 634); Max value from RGB is 220 - color contains mainly: green. Hex color #D5DCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DCC9 is #2A2336. Grayscale: #D7D7D7. Windows color (decimal): -2761527 or 13229269. OLE color: 13229269.

HSL color Cylindrical-coordinate representation of color #D5DCC9: hue angle of 82.11º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D5DCC9 is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB213220201-
CMYK0.0300.090.14
HSL82.11º21.35%82.55%-
HSV(B)82.11º8.64%86.27%-
XYZ63.5869.5565.33-
YUV215.74119.68126.04-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.60%
GREEN value IS 220 (86.33% from 255) = 34.70%
BLUE value IS 201 (78.91% from 255) = 31.70%
R=33.60%
G=34.70%
B=31.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2132202010.0300.090.1482.1121.3582.55
HexD5DCC9309E521553
Octal32533431130111612225123
Binary110101011101110011001001110100111101010010101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DCC9; }

 p { color: rgb(213,220,201); }

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

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

 a { background-color: rgb(213,220,201); }

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

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

 span { border-color: rgb(213,220,201); }

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