#D4DDC0

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

Shades of Gin #D4DDC0

Tints of Gin #D4DDC0

Color information

#D4DDC0 (or 0xD4DDC0) is unknown color: approx Gin. HEX triplet: D4, DD and C0. RGB value is (212,221,192). Sum of RGB (Red+Green+Blue) = 212+221+192=625 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.92% from 625); Green value is 221 (86.72% from 255 or 35.36% from 625); Blue value is 192 (75.39% from 255 or 30.72% from 625); Max value from RGB is 221 - color contains mainly: green. Hex color #D4DDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DDC0 is #2B223F. Grayscale: #D7D7D7. Windows color (decimal): -2826816 or 12639700. OLE color: 12639700.

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

Color convert

RGB212221192-
CMYK0.0400.130.13
HSL78.62º29.9%80.98%-
HSV(B)78.62º13.12%86.67%-
XYZ62.5269.5259.99-
YUV215115.02125.86-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.92%
GREEN value IS 221 (86.72% from 255) = 35.36%
BLUE value IS 192 (75.39% from 255) = 30.72%
R=33.92%
G=35.36%
B=30.72%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2122211920.0400.130.1378.6229.980.98
HexD4DDC040DD4f1e51
Octal32433530040151511736121
Binary1101010011011101110000001000110111011001111111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DDC0; }

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

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

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

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

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

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

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

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