#D5DDBF

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

Shades of Gin #D5DDBF

Tints of Gin #D5DDBF

Color information

#D5DDBF (or 0xD5DDBF) is unknown color: approx Gin. HEX triplet: D5, DD and BF. RGB value is (213,221,191). Sum of RGB (Red+Green+Blue) = 213+221+191=625 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.08% from 625); Green value is 221 (86.72% from 255 or 35.36% from 625); Blue value is 191 (75% from 255 or 30.56% from 625); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DDBF is #2A2240. Grayscale: #D7D7D7. Windows color (decimal): -2761281 or 12574165. OLE color: 12574165.

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

Color convert

RGB213221191-
CMYK0.0400.140.13
HSL76º30.61%80.78%-
HSV(B)76º13.57%86.67%-
XYZ62.769.6259.42-
YUV215.19114.35126.44-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.08%
GREEN value IS 221 (86.72% from 255) = 35.36%
BLUE value IS 191 (75% from 255) = 30.56%
R=34.08%
G=35.36%
B=30.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2132211910.0400.140.137630.6180.78
HexD5DDBF40ED4c1f51
Octal32533527740161511437121
Binary1101010111011101101111111000111011011001100111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DDBF; }

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

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

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

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

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

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

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

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