#D4DDC5

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

Shades of Gin #D4DDC5

Tints of Gin #D4DDC5

Color information

#D4DDC5 (or 0xD4DDC5) is unknown color: approx Gin. HEX triplet: D4, DD and C5. RGB value is (212,221,197). Sum of RGB (Red+Green+Blue) = 212+221+197=630 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.65% from 630); Green value is 221 (86.72% from 255 or 35.08% from 630); Blue value is 197 (77.34% from 255 or 31.27% from 630); Max value from RGB is 221 - color contains mainly: green. Hex color #D4DDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DDC5 is #2B223A. Grayscale: #D7D7D7. Windows color (decimal): -2826811 or 12967380. OLE color: 12967380.

HSL color Cylindrical-coordinate representation of color #D4DDC5: hue angle of 82.5º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D4DDC5 is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB212221197-
CMYK0.0400.110.13
HSL82.5º26.09%81.96%-
HSV(B)82.5º10.86%86.67%-
XYZ63.0969.7462.96-
YUV215.57117.52125.45-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.65%
GREEN value IS 221 (86.72% from 255) = 35.08%
BLUE value IS 197 (77.34% from 255) = 31.27%
R=33.65%
G=35.08%
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.13
SystemRedGreenBlueCMYKHSL
Decimal2122211970.0400.110.1382.526.0981.96
HexD4DDC540BD521a52
Octal32433530540131512232122
Binary1101010011011101110001011000101111011010010110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DDC5; }

 p { color: rgb(212,221,197); }

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

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

 a { background-color: rgb(212,221,197); }

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

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

 span { border-color: rgb(212,221,197); }

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