#D8DEC8

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

Shades of Gin #D8DEC8

Tints of Gin #D8DEC8

Color information

#D8DEC8 (or 0xD8DEC8) is unknown color: approx Gin. HEX triplet: D8, DE and C8. RGB value is (216,222,200). Sum of RGB (Red+Green+Blue) = 216+222+200=638 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.86% from 638); Green value is 222 (87.11% from 255 or 34.80% from 638); Blue value is 200 (78.52% from 255 or 31.35% from 638); Max value from RGB is 222 - color contains mainly: green. Hex color #D8DEC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DEC8 is #272137. Grayscale: #D9D9D9. Windows color (decimal): -2564408 or 13164248. OLE color: 13164248.

HSL color Cylindrical-coordinate representation of color #D8DEC8: hue angle of 76.36º degrees, saturation: 0.25, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D8DEC8 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB216222200-
CMYK0.0300.100.13
HSL76.36º25%82.75%-
HSV(B)76.36º9.91%87.06%-
XYZ64.8771.0164.93-
YUV217.7118.01126.79-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.86%
GREEN value IS 222 (87.11% from 255) = 34.80%
BLUE value IS 200 (78.52% from 255) = 31.35%
R=33.86%
G=34.80%
B=31.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2162222000.0300.100.1376.362582.75
HexD8DEC830AD4c1953
Octal33033631030121511431123
Binary110110001101111011001000110101011011001100110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DEC8; }

 p { color: rgb(216,222,200); }

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

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

 a { background-color: rgb(216,222,200); }

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

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

 span { border-color: rgb(216,222,200); }

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