#D4DEBC

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

Shades of Gin #D4DEBC

Tints of Gin #D4DEBC

Color information

#D4DEBC (or 0xD4DEBC) is unknown color: approx Gin. HEX triplet: D4, DE and BC. RGB value is (212,222,188). Sum of RGB (Red+Green+Blue) = 212+222+188=622 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.08% from 622); Green value is 222 (87.11% from 255 or 35.69% from 622); Blue value is 188 (73.83% from 255 or 30.23% from 622); Max value from RGB is 222 - color contains mainly: green. Hex color #D4DEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DEBC is #2B2143. Grayscale: #D7D7D7. Windows color (decimal): -2826564 or 12377812. OLE color: 12377812.

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

Color convert

RGB212222188-
CMYK0.0500.150.13
HSL77.65º34%80.39%-
HSV(B)77.65º15.32%87.06%-
XYZ62.3569.8757.78-
YUV215.13112.69125.76-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.08%
GREEN value IS 222 (87.11% from 255) = 35.69%
BLUE value IS 188 (73.83% from 255) = 30.23%
R=34.08%
G=35.69%
B=30.23%

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
Decimal2122221880.0500.150.1377.653480.39
HexD4DEBC50FD4e2250
Octal32433627450171511642120
Binary11010100110111101011110010101111110110011101000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DEBC; }

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

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

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

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

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

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

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

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