#D3DDBE

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

Shades of Gin #D3DDBE

Tints of Gin #D3DDBE

Color information

#D3DDBE (or 0xD3DDBE) is unknown color: approx Gin. HEX triplet: D3, DD and BE. RGB value is (211,221,190). Sum of RGB (Red+Green+Blue) = 211+221+190=622 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.92% from 622); Green value is 221 (86.72% from 255 or 35.53% from 622); Blue value is 190 (74.61% from 255 or 30.55% from 622); Max value from RGB is 221 - color contains mainly: green. Hex color #D3DDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DDBE is #2C2241. Grayscale: #D6D6D6. Windows color (decimal): -2892354 or 12508627. OLE color: 12508627.

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

Color convert

RGB211221190-
CMYK0.0500.140.13
HSL79.35º31.31%80.59%-
HSV(B)79.35º14.03%86.67%-
XYZ62.0169.2858.82-
YUV214.48114.19125.52-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.92%
GREEN value IS 221 (86.72% from 255) = 35.53%
BLUE value IS 190 (74.61% from 255) = 30.55%
R=33.92%
G=35.53%
B=30.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2112211900.0500.140.1379.3531.3180.59
HexD3DDBE50ED4f1f51
Octal32333527650161511737121
Binary1101001111011101101111101010111011011001111111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DDBE; }

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

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

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

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

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

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

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

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