#D5DFBA

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

Shades of Gin #D5DFBA

Tints of Gin #D5DFBA

Color information

#D5DFBA (or 0xD5DFBA) is unknown color: approx Gin. HEX triplet: D5, DF and BA. RGB value is (213,223,186). Sum of RGB (Red+Green+Blue) = 213+223+186=622 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.24% from 622); Green value is 223 (87.5% from 255 or 35.85% from 622); Blue value is 186 (73.05% from 255 or 29.90% from 622); Max value from RGB is 223 - color contains mainly: green. Hex color #D5DFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DFBA is #2A2045. Grayscale: #D7D7D7. Windows color (decimal): -2760774 or 12246997. OLE color: 12246997.

HSL color Cylindrical-coordinate representation of color #D5DFBA: hue angle of 76.22º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D5DFBA is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB213223186-
CMYK0.0400.170.13
HSL76.22º36.63%80.2%-
HSV(B)76.22º16.59%87.45%-
XYZ62.6970.4756.75-
YUV215.79111.19126.01-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.24%
GREEN value IS 223 (87.5% from 255) = 35.85%
BLUE value IS 186 (73.05% from 255) = 29.90%
R=34.24%
G=35.85%
B=29.90%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2132231860.0400.170.1376.2236.6380.2
HexD5DFBA4011D4c2550
Octal32533727240211511445120
Binary110101011101111110111010100010001110110011001001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DFBA; }

 p { color: rgb(213,223,186); }

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

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

 a { background-color: rgb(213,223,186); }

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

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

 span { border-color: rgb(213,223,186); }

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