#D5DCC0

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

Shades of Gin #D5DCC0

Tints of Gin #D5DCC0

Color information

#D5DCC0 (or 0xD5DCC0) is unknown color: approx Gin. HEX triplet: D5, DC and C0. RGB value is (213,220,192). Sum of RGB (Red+Green+Blue) = 213+220+192=625 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.08% from 625); Green value is 220 (86.33% from 255 or 35.2% from 625); Blue value is 192 (75.39% from 255 or 30.72% from 625); Max value from RGB is 220 - color contains mainly: green. Hex color #D5DCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DCC0 is #2A233F. Grayscale: #D6D6D6. Windows color (decimal): -2761536 or 12639445. OLE color: 12639445.

HSL color Cylindrical-coordinate representation of color #D5DCC0: hue angle of 75º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D5DCC0 is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB213220192-
CMYK0.0300.130.14
HSL75º28.57%80.78%-
HSV(B)75º12.73%86.27%-
XYZ62.5569.1459.92-
YUV214.72115.18126.78-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.08%
GREEN value IS 220 (86.33% from 255) = 35.2%
BLUE value IS 192 (75.39% from 255) = 30.72%
R=34.08%
G=35.2%
B=30.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2132201920.0300.130.147528.5780.78
HexD5DCC030DE4b1d51
Octal32533430030151611335121
Binary110101011101110011000000110110111101001011111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DCC0; }

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

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

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

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

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

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

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

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