#D4DDBE

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

Shades of Gin #D4DDBE

Tints of Gin #D4DDBE

Color information

#D4DDBE (or 0xD4DDBE) is unknown color: approx Gin. HEX triplet: D4, DD and BE. RGB value is (212,221,190). Sum of RGB (Red+Green+Blue) = 212+221+190=623 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.03% from 623); Green value is 221 (86.72% from 255 or 35.47% from 623); Blue value is 190 (74.61% from 255 or 30.50% from 623); Max value from RGB is 221 - color contains mainly: green. Hex color #D4DDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DDBE is #2B2241. Grayscale: #D6D6D6. Windows color (decimal): -2826818 or 12508628. OLE color: 12508628.

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

Color convert

RGB212221190-
CMYK0.0400.140.13
HSL77.42º31.31%80.59%-
HSV(B)77.42º14.03%86.67%-
XYZ62.369.4358.83-
YUV214.78114.02126.02-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.03%
GREEN value IS 221 (86.72% from 255) = 35.47%
BLUE value IS 190 (74.61% from 255) = 30.50%
R=34.03%
G=35.47%
B=30.50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2122211900.0400.140.1377.4231.3180.59
HexD4DDBE40ED4d1f51
Octal32433527640161511537121
Binary1101010011011101101111101000111011011001101111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DDBE; }

 p { color: rgb(212,221,190); }

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

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

 a { background-color: rgb(212,221,190); }

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

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

 span { border-color: rgb(212,221,190); }

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