#D2DDBE

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

Shades of Gin #D2DDBE

Tints of Gin #D2DDBE

Color information

#D2DDBE (or 0xD2DDBE) is unknown color: approx Gin. HEX triplet: D2, DD and BE. RGB value is (210,221,190). Sum of RGB (Red+Green+Blue) = 210+221+190=621 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.82% from 621); Green value is 221 (86.72% from 255 or 35.59% from 621); Blue value is 190 (74.61% from 255 or 30.60% from 621); Max value from RGB is 221 - color contains mainly: green. Hex color #D2DDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DDBE is #2D2241. Grayscale: #D6D6D6. Windows color (decimal): -2957890 or 12508626. OLE color: 12508626.

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

Color convert

RGB210221190-
CMYK0.0500.140.13
HSL81.29º31.31%80.59%-
HSV(B)81.29º14.03%86.67%-
XYZ61.7369.1358.81-
YUV214.18114.36125.02-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.82%
GREEN value IS 221 (86.72% from 255) = 35.59%
BLUE value IS 190 (74.61% from 255) = 30.60%
R=33.82%
G=35.59%
B=30.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2102211900.0500.140.1381.2931.3180.59
HexD2DDBE50ED511f51
Octal32233527650161512137121
Binary1101001011011101101111101010111011011010001111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DDBE; }

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

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

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

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

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

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

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

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