#D8DFCD

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

Shades of Gin #D8DFCD

Tints of Gin #D8DFCD

Color information

#D8DFCD (or 0xD8DFCD) is unknown color: approx Gin. HEX triplet: D8, DF and CD. RGB value is (216,223,205). Sum of RGB (Red+Green+Blue) = 216+223+205=644 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.54% from 644); Green value is 223 (87.5% from 255 or 34.63% from 644); Blue value is 205 (80.47% from 255 or 31.83% from 644); Max value from RGB is 223 - color contains mainly: green. Hex color #D8DFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DFCD is #272032. Grayscale: #DADADA. Windows color (decimal): -2564147 or 13492184. OLE color: 13492184.

HSL color Cylindrical-coordinate representation of color #D8DFCD: hue angle of 83.33º degrees, saturation: 0.22, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D8DFCD is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB216223205-
CMYK0.0300.080.13
HSL83.33º21.95%83.92%-
HSV(B)83.33º8.07%87.45%-
XYZ65.7371.7868.15-
YUV218.86120.18125.96-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.54%
GREEN value IS 223 (87.5% from 255) = 34.63%
BLUE value IS 205 (80.47% from 255) = 31.83%
R=33.54%
G=34.63%
B=31.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2162232050.0300.080.1383.3321.9583.92
HexD8DFCD308D531654
Octal33033731530101512326124
Binary110110001101111111001101110100011011010011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DFCD; }

 p { color: rgb(216,223,205); }

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

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

 a { background-color: rgb(216,223,205); }

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

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

 span { border-color: rgb(216,223,205); }

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