#D3DFBE

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

Shades of Gin #D3DFBE

Tints of Gin #D3DFBE

Color information

#D3DFBE (or 0xD3DFBE) is unknown color: approx Gin. HEX triplet: D3, DF and BE. RGB value is (211,223,190). Sum of RGB (Red+Green+Blue) = 211+223+190=624 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.81% from 624); Green value is 223 (87.5% from 255 or 35.74% from 624); Blue value is 190 (74.61% from 255 or 30.45% from 624); Max value from RGB is 223 - color contains mainly: green. Hex color #D3DFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DFBE is #2C2041. Grayscale: #D7D7D7. Windows color (decimal): -2891842 or 12509139. OLE color: 12509139.

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

Color convert

RGB211223190-
CMYK0.0500.150.13
HSL81.82º34.02%80.98%-
HSV(B)81.82º14.8%87.45%-
XYZ62.5570.3459-
YUV215.65113.52124.68-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.81%
GREEN value IS 223 (87.5% from 255) = 35.74%
BLUE value IS 190 (74.61% from 255) = 30.45%
R=33.81%
G=35.74%
B=30.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2112231900.0500.150.1381.8234.0280.98
HexD3DFBE50FD522251
Octal32333727650171512242121
Binary11010011110111111011111010101111110110100101000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DFBE; }

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

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

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

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

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

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

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

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