#D8DDCD

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

Shades of Gin #D8DDCD

Tints of Gin #D8DDCD

Color information

#D8DDCD (or 0xD8DDCD) is unknown color: approx Gin. HEX triplet: D8, DD and CD. RGB value is (216,221,205). Sum of RGB (Red+Green+Blue) = 216+221+205=642 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.64% from 642); Green value is 221 (86.72% from 255 or 34.42% from 642); Blue value is 205 (80.47% from 255 or 31.93% from 642); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DDCD is #272232. Grayscale: #D9D9D9. Windows color (decimal): -2564659 or 13491672. OLE color: 13491672.

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

Color convert

RGB216221205-
CMYK0.0200.070.13
HSL78.75º19.05%83.53%-
HSV(B)78.75º7.24%86.67%-
XYZ65.1970.7267.97-
YUV217.68120.84126.8-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.64%
GREEN value IS 221 (86.72% from 255) = 34.42%
BLUE value IS 205 (80.47% from 255) = 31.93%
R=33.64%
G=34.42%
B=31.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2162212050.0200.070.1378.7519.0583.53
HexD8DDCD207D4f1354
Octal3303353152071511723124
Binary11011000110111011100110110011111011001111100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DDCD; }

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

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

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

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

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

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

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

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