#D8DDCE

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

Shades of Gin #D8DDCE

Tints of Gin #D8DDCE

Color information

#D8DDCE (or 0xD8DDCE) is unknown color: approx Gin. HEX triplet: D8, DD and CE. RGB value is (216,221,206). Sum of RGB (Red+Green+Blue) = 216+221+206=643 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.59% from 643); Green value is 221 (86.72% from 255 or 34.37% from 643); Blue value is 206 (80.86% from 255 or 32.04% from 643); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DDCE is #272231. Grayscale: #D9D9D9. Windows color (decimal): -2564658 or 13557208. OLE color: 13557208.

HSL color Cylindrical-coordinate representation of color #D8DDCE: hue angle of 80º degrees, saturation: 0.18, 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 #D8DDCE is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB216221206-
CMYK0.0200.070.13
HSL80º18.07%83.73%-
HSV(B)80º6.79%86.67%-
XYZ65.3270.7768.61-
YUV217.8121.34126.72-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.59%
GREEN value IS 221 (86.72% from 255) = 34.37%
BLUE value IS 206 (80.86% from 255) = 32.04%
R=33.59%
G=34.37%
B=32.04%

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
Decimal2162212060.0200.070.138018.0783.73
HexD8DDCE207D501254
Octal3303353162071512022124
Binary11011000110111011100111010011111011010000100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DDCE; }

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

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

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

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

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

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

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

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