#D2DCC0

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

Shades of Gin #D2DCC0

Tints of Gin #D2DCC0

Color information

#D2DCC0 (or 0xD2DCC0) is unknown color: approx Gin. HEX triplet: D2, DC and C0. RGB value is (210,220,192). Sum of RGB (Red+Green+Blue) = 210+220+192=622 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.76% from 622); Green value is 220 (86.33% from 255 or 35.37% from 622); Blue value is 192 (75.39% from 255 or 30.87% from 622); Max value from RGB is 220 - color contains mainly: green. Hex color #D2DCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DCC0 is #2D233F. Grayscale: #D5D5D5. Windows color (decimal): -2958144 or 12639442. OLE color: 12639442.

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

Color convert

RGB210220192-
CMYK0.0500.130.14
HSL81.43º28.57%80.78%-
HSV(B)81.43º12.73%86.27%-
XYZ61.6968.6959.88-
YUV213.82115.69125.28-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.76%
GREEN value IS 220 (86.33% from 255) = 35.37%
BLUE value IS 192 (75.39% from 255) = 30.87%
R=33.76%
G=35.37%
B=30.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2102201920.0500.130.1481.4328.5780.78
HexD2DCC050DE511d51
Octal32233430050151612135121
Binary1101001011011100110000001010110111101010001111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DCC0; }

 p { color: rgb(210,220,192); }

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

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

 a { background-color: rgb(210,220,192); }

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

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

 span { border-color: rgb(210,220,192); }

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