#D5DEC3

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

Shades of Gin #D5DEC3

Tints of Gin #D5DEC3

Color information

#D5DEC3 (or 0xD5DEC3) is unknown color: approx Gin. HEX triplet: D5, DE and C3. RGB value is (213,222,195). Sum of RGB (Red+Green+Blue) = 213+222+195=630 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.81% from 630); Green value is 222 (87.11% from 255 or 35.24% from 630); Blue value is 195 (76.56% from 255 or 30.95% from 630); Max value from RGB is 222 - color contains mainly: green. Hex color #D5DEC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DEC3 is #2A213C. Grayscale: #D8D8D8. Windows color (decimal): -2761021 or 12836565. OLE color: 12836565.

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

Color convert

RGB213222195-
CMYK0.0400.120.13
HSL80º29.03%81.76%-
HSV(B)80º12.16%87.06%-
XYZ63.4170.3361.86-
YUV216.23116.02125.7-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.81%
GREEN value IS 222 (87.11% from 255) = 35.24%
BLUE value IS 195 (76.56% from 255) = 30.95%
R=33.81%
G=35.24%
B=30.95%

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
Decimal2132221950.0400.120.138029.0381.76
HexD5DEC340CD501d52
Octal32533630340141512035122
Binary1101010111011110110000111000110011011010000111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DEC3; }

 p { color: rgb(213,222,195); }

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

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

 a { background-color: rgb(213,222,195); }

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

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

 span { border-color: rgb(213,222,195); }

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