#D3DEBB

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

Shades of Gin #D3DEBB

Tints of Gin #D3DEBB

Color information

#D3DEBB (or 0xD3DEBB) is unknown color: approx Gin. HEX triplet: D3, DE and BB. RGB value is (211,222,187). Sum of RGB (Red+Green+Blue) = 211+222+187=620 (82% of max value = 765). Red value is 211 (82.81% from 255 or 34.03% from 620); Green value is 222 (87.11% from 255 or 35.81% from 620); Blue value is 187 (73.44% from 255 or 30.16% from 620); Max value from RGB is 222 - color contains mainly: green. Hex color #D3DEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DEBB is #2C2144. Grayscale: #D6D6D6. Windows color (decimal): -2892101 or 12312275. OLE color: 12312275.

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

Color convert

RGB211222187-
CMYK0.0500.160.13
HSL78.86º34.65%80.2%-
HSV(B)78.86º15.77%87.06%-
XYZ61.9569.6857.2-
YUV214.72112.36125.35-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.03%
GREEN value IS 222 (87.11% from 255) = 35.81%
BLUE value IS 187 (73.44% from 255) = 30.16%
R=34.03%
G=35.81%
B=30.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2112221870.0500.160.1378.8634.6580.2
HexD3DEBB5010D4f2350
Octal32333627350201511743120
Binary110100111101111010111011101010000110110011111000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DEBB; }

 p { color: rgb(211,222,187); }

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

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

 a { background-color: rgb(211,222,187); }

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

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

 span { border-color: rgb(211,222,187); }

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