#D5DDBE

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

Shades of Gin #D5DDBE

Tints of Gin #D5DDBE

Color information

#D5DDBE (or 0xD5DDBE) is unknown color: approx Gin. HEX triplet: D5, DD and BE. RGB value is (213,221,190). Sum of RGB (Red+Green+Blue) = 213+221+190=624 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.13% from 624); Green value is 221 (86.72% from 255 or 35.42% from 624); Blue value is 190 (74.61% from 255 or 30.45% from 624); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DDBE is #2A2241. Grayscale: #D7D7D7. Windows color (decimal): -2761282 or 12508629. OLE color: 12508629.

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

Color convert

RGB213221190-
CMYK0.0400.140.13
HSL75.48º31.31%80.59%-
HSV(B)75.48º14.03%86.67%-
XYZ62.5969.5858.85-
YUV215.07113.85126.52-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.13%
GREEN value IS 221 (86.72% from 255) = 35.42%
BLUE value IS 190 (74.61% from 255) = 30.45%
R=34.13%
G=35.42%
B=30.45%

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
Decimal2132211900.0400.140.1375.4831.3180.59
HexD5DDBE40ED4b1f51
Octal32533527640161511337121
Binary1101010111011101101111101000111011011001011111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DDBE; }

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

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

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

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

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

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

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

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