#D8DCCD

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

Shades of Gin #D8DCCD

Tints of Gin #D8DCCD

Color information

#D8DCCD (or 0xD8DCCD) is unknown color: approx Gin. HEX triplet: D8, DC and CD. RGB value is (216,220,205). Sum of RGB (Red+Green+Blue) = 216+220+205=641 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.70% from 641); Green value is 220 (86.33% from 255 or 34.32% from 641); Blue value is 205 (80.47% from 255 or 31.98% from 641); Max value from RGB is 220 - color contains mainly: green. Hex color #D8DCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DCCD is #272332. Grayscale: #D9D9D9. Windows color (decimal): -2564915 or 13491416. OLE color: 13491416.

HSL color Cylindrical-coordinate representation of color #D8DCCD: hue angle of 76º degrees, saturation: 0.18, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D8DCCD is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB216220205-
CMYK0.0200.070.14
HSL76º17.65%83.33%-
HSV(B)76º6.82%86.27%-
XYZ64.9370.1967.88-
YUV217.09121.17127.22-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.70%
GREEN value IS 220 (86.33% from 255) = 34.32%
BLUE value IS 205 (80.47% from 255) = 31.98%
R=33.70%
G=34.32%
B=31.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2162202050.0200.070.147617.6583.33
HexD8DCCD207E4c1253
Octal3303343152071611422123
Binary11011000110111001100110110011111101001100100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DCCD; }

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

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

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

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

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

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

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

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