#D7DFBE

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

Shades of Gin #D7DFBE

Tints of Gin #D7DFBE

Color information

#D7DFBE (or 0xD7DFBE) is unknown color: approx Gin. HEX triplet: D7, DF and BE. RGB value is (215,223,190). Sum of RGB (Red+Green+Blue) = 215+223+190=628 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.24% from 628); Green value is 223 (87.5% from 255 or 35.51% from 628); Blue value is 190 (74.61% from 255 or 30.25% from 628); Max value from RGB is 223 - color contains mainly: green. Hex color #D7DFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DFBE is #282041. Grayscale: #D8D8D8. Windows color (decimal): -2629698 or 12509143. OLE color: 12509143.

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

Color convert

RGB215223190-
CMYK0.0400.150.13
HSL74.55º34.02%80.98%-
HSV(B)74.55º14.8%87.45%-
XYZ63.7170.9459.05-
YUV216.85112.85126.68-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.24%
GREEN value IS 223 (87.5% from 255) = 35.51%
BLUE value IS 190 (74.61% from 255) = 30.25%
R=34.24%
G=35.51%
B=30.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2152231900.0400.150.1374.5534.0280.98
HexD7DFBE40FD4b2251
Octal32733727640171511342121
Binary11010111110111111011111010001111110110010111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DFBE; }

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

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

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

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

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

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

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

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