#D8E0CD

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

Shades of Gin #D8E0CD

Tints of Gin #D8E0CD

Color information

#D8E0CD (or 0xD8E0CD) is unknown color: approx Gin. HEX triplet: D8, E0 and CD. RGB value is (216,224,205). Sum of RGB (Red+Green+Blue) = 216+224+205=645 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.49% from 645); Green value is 224 (87.89% from 255 or 34.73% from 645); Blue value is 205 (80.47% from 255 or 31.78% from 645); Max value from RGB is 224 - color contains mainly: green. Hex color #D8E0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8E0CD is #271F32. Grayscale: #DBDBDB. Windows color (decimal): -2563891 or 13492440. OLE color: 13492440.

HSL color Cylindrical-coordinate representation of color #D8E0CD: hue angle of 85.26º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D8E0CD is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB216224205-
CMYK0.0400.080.12
HSL85.26º23.46%84.12%-
HSV(B)85.26º8.48%87.84%-
XYZ65.9972.3268.24-
YUV219.44119.85125.54-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.49%
GREEN value IS 224 (87.89% from 255) = 34.73%
BLUE value IS 205 (80.47% from 255) = 31.78%
R=33.49%
G=34.73%
B=31.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2162242050.0400.080.1285.2623.4684.12
HexD8E0CD408C551754
Octal33034031540101412527124
Binary1101100011100000110011011000100011001010101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8E0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8E0CD; }

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

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

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

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

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

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

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

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