#D7DEC8

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

Shades of Gin #D7DEC8

Tints of Gin #D7DEC8

Color information

#D7DEC8 (or 0xD7DEC8) is unknown color: approx Gin. HEX triplet: D7, DE and C8. RGB value is (215,222,200). Sum of RGB (Red+Green+Blue) = 215+222+200=637 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.75% from 637); Green value is 222 (87.11% from 255 or 34.85% from 637); Blue value is 200 (78.52% from 255 or 31.40% from 637); Max value from RGB is 222 - color contains mainly: green. Hex color #D7DEC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DEC8 is #282137. Grayscale: #D9D9D9. Windows color (decimal): -2629944 or 13164247. OLE color: 13164247.

HSL color Cylindrical-coordinate representation of color #D7DEC8: hue angle of 79.09º 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 #D7DEC8 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB215222200-
CMYK0.0300.100.13
HSL79.09º25%82.75%-
HSV(B)79.09º9.91%87.06%-
XYZ64.5770.8664.92-
YUV217.4118.18126.29-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.75%
GREEN value IS 222 (87.11% from 255) = 34.85%
BLUE value IS 200 (78.52% from 255) = 31.40%
R=33.75%
G=34.85%
B=31.40%

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
Decimal2152222000.0300.100.1379.092582.75
HexD7DEC830AD4f1953
Octal32733631030121511731123
Binary110101111101111011001000110101011011001111110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DEC8; }

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

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

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

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

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

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

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

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