#D5DACB

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

Shades of Gin #D5DACB

Tints of Gin #D5DACB

Color information

#D5DACB (or 0xD5DACB) is unknown color: approx Gin. HEX triplet: D5, DA and CB. RGB value is (213,218,203). Sum of RGB (Red+Green+Blue) = 213+218+203=634 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.60% from 634); Green value is 218 (85.55% from 255 or 34.38% from 634); Blue value is 203 (79.69% from 255 or 32.02% from 634); Max value from RGB is 218 - color contains mainly: green. Hex color #D5DACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DACB is #2A2534. Grayscale: #D6D6D6. Windows color (decimal): -2762037 or 13359829. OLE color: 13359829.

HSL color Cylindrical-coordinate representation of color #D5DACB: hue angle of 80º degrees, saturation: 0.17, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D5DACB is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB213218203-
CMYK0.0200.070.15
HSL80º16.85%82.55%-
HSV(B)80º6.88%85.49%-
XYZ63.2968.666.41-
YUV214.8121.34126.72-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.60%
GREEN value IS 218 (85.55% from 255) = 34.38%
BLUE value IS 203 (79.69% from 255) = 32.02%
R=33.60%
G=34.38%
B=32.02%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2132182030.0200.070.158016.8582.55
HexD5DACB207F501153
Octal3253323132071712021123
Binary11010101110110101100101110011111111010000100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DACB; }

 p { color: rgb(213,218,203); }

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

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

 a { background-color: rgb(213,218,203); }

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

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

 span { border-color: rgb(213,218,203); }

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