#D5DEBC

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

Shades of Gin #D5DEBC

Tints of Gin #D5DEBC

Color information

#D5DEBC (or 0xD5DEBC) is unknown color: approx Gin. HEX triplet: D5, DE and BC. RGB value is (213,222,188). Sum of RGB (Red+Green+Blue) = 213+222+188=623 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.19% from 623); Green value is 222 (87.11% from 255 or 35.63% from 623); Blue value is 188 (73.83% from 255 or 30.18% from 623); Max value from RGB is 222 - color contains mainly: green. Hex color #D5DEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DEBC is #2A2143. Grayscale: #D7D7D7. Windows color (decimal): -2761028 or 12377813. OLE color: 12377813.

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

Color convert

RGB213222188-
CMYK0.0400.150.13
HSL75.88º34%80.39%-
HSV(B)75.88º15.32%87.06%-
XYZ62.6470.0257.79-
YUV215.43112.52126.26-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.19%
GREEN value IS 222 (87.11% from 255) = 35.63%
BLUE value IS 188 (73.83% from 255) = 30.18%
R=34.19%
G=35.63%
B=30.18%

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
Decimal2132221880.0400.150.1375.883480.39
HexD5DEBC40FD4c2250
Octal32533627440171511442120
Binary11010101110111101011110010001111110110011001000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DEBC; }

 p { color: rgb(213,222,188); }

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

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

 a { background-color: rgb(213,222,188); }

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

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

 span { border-color: rgb(213,222,188); }

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