#D5DDC0

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

Shades of Gin #D5DDC0

Tints of Gin #D5DDC0

Color information

#D5DDC0 (or 0xD5DDC0) is unknown color: approx Gin. HEX triplet: D5, DD and C0. RGB value is (213,221,192). Sum of RGB (Red+Green+Blue) = 213+221+192=626 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.03% from 626); Green value is 221 (86.72% from 255 or 35.30% from 626); Blue value is 192 (75.39% from 255 or 30.67% from 626); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DDC0 is #2A223F. Grayscale: #D7D7D7. Windows color (decimal): -2761280 or 12639701. OLE color: 12639701.

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

Color convert

RGB213221192-
CMYK0.0400.130.13
HSL76.55º29.9%80.98%-
HSV(B)76.55º13.12%86.67%-
XYZ62.8169.6660.01-
YUV215.3114.85126.36-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.03%
GREEN value IS 221 (86.72% from 255) = 35.30%
BLUE value IS 192 (75.39% from 255) = 30.67%
R=34.03%
G=35.30%
B=30.67%

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
Decimal2132211920.0400.130.1376.5529.980.98
HexD5DDC040DD4d1e51
Octal32533530040151511536121
Binary1101010111011101110000001000110111011001101111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DDC0; }

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

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

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

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

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

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

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

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