#D4DDC3

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

Shades of Gin #D4DDC3

Tints of Gin #D4DDC3

Color information

#D4DDC3 (or 0xD4DDC3) is unknown color: approx Gin. HEX triplet: D4, DD and C3. RGB value is (212,221,195). Sum of RGB (Red+Green+Blue) = 212+221+195=628 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.76% from 628); Green value is 221 (86.72% from 255 or 35.19% from 628); Blue value is 195 (76.56% from 255 or 31.05% from 628); Max value from RGB is 221 - color contains mainly: green. Hex color #D4DDC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DDC3 is #2B223C. Grayscale: #D7D7D7. Windows color (decimal): -2826813 or 12836308. OLE color: 12836308.

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

Color convert

RGB212221195-
CMYK0.0400.120.13
HSL80.77º27.66%81.57%-
HSV(B)80.77º11.76%86.67%-
XYZ62.8669.6561.76-
YUV215.34116.52125.61-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.76%
GREEN value IS 221 (86.72% from 255) = 35.19%
BLUE value IS 195 (76.56% from 255) = 31.05%
R=33.76%
G=35.19%
B=31.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2122211950.0400.120.1380.7727.6681.57
HexD4DDC340CD511c52
Octal32433530340141512134122
Binary1101010011011101110000111000110011011010001111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DDC3; }

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

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

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

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

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

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

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

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