#D3DDC3

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

Shades of Gin #D3DDC3

Tints of Gin #D3DDC3

Color information

#D3DDC3 (or 0xD3DDC3) is unknown color: approx Gin. HEX triplet: D3, DD and C3. RGB value is (211,221,195). Sum of RGB (Red+Green+Blue) = 211+221+195=627 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.65% from 627); Green value is 221 (86.72% from 255 or 35.25% from 627); Blue value is 195 (76.56% from 255 or 31.10% from 627); Max value from RGB is 221 - color contains mainly: green. Hex color #D3DDC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DDC3 is #2C223C. Grayscale: #D7D7D7. Windows color (decimal): -2892349 or 12836307. OLE color: 12836307.

HSL color Cylindrical-coordinate representation of color #D3DDC3: hue angle of 83.08º 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 #D3DDC3 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB211221195-
CMYK0.0500.120.13
HSL83.08º27.66%81.57%-
HSV(B)83.08º11.76%86.67%-
XYZ62.5769.561.75-
YUV215.05116.69125.11-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.65%
GREEN value IS 221 (86.72% from 255) = 35.25%
BLUE value IS 195 (76.56% from 255) = 31.10%
R=33.65%
G=35.25%
B=31.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2112211950.0500.120.1383.0827.6681.57
HexD3DDC350CD531c52
Octal32333530350141512334122
Binary1101001111011101110000111010110011011010011111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DDC3; }

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

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

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

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

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

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

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

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