#D5DDC1

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

Shades of Gin #D5DDC1

Tints of Gin #D5DDC1

Color information

#D5DDC1 (or 0xD5DDC1) is unknown color: approx Gin. HEX triplet: D5, DD and C1. RGB value is (213,221,193). Sum of RGB (Red+Green+Blue) = 213+221+193=627 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.97% from 627); Green value is 221 (86.72% from 255 or 35.25% from 627); Blue value is 193 (75.78% from 255 or 30.78% from 627); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DDC1 is #2A223E. Grayscale: #D7D7D7. Windows color (decimal): -2761279 or 12705237. OLE color: 12705237.

HSL color Cylindrical-coordinate representation of color #D5DDC1: hue angle of 77.14º degrees, saturation: 0.29, 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 #D5DDC1 is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB213221193-
CMYK0.0400.130.13
HSL77.14º29.17%81.18%-
HSV(B)77.14º12.67%86.67%-
XYZ62.9269.7160.59-
YUV215.42115.35126.28-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.97%
GREEN value IS 221 (86.72% from 255) = 35.25%
BLUE value IS 193 (75.78% from 255) = 30.78%
R=33.97%
G=35.25%
B=30.78%

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
Decimal2132211930.0400.130.1377.1429.1781.18
HexD5DDC140DD4d1d51
Octal32533530140151511535121
Binary1101010111011101110000011000110111011001101111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DDC1; }

 p { color: rgb(213,221,193); }

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

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

 a { background-color: rgb(213,221,193); }

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

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

 span { border-color: rgb(213,221,193); }

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