#D8E1CC

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

Shades of Gin #D8E1CC

Tints of Gin #D8E1CC

Color information

#D8E1CC (or 0xD8E1CC) is unknown color: approx Gin. HEX triplet: D8, E1 and CC. RGB value is (216,225,204). Sum of RGB (Red+Green+Blue) = 216+225+204=645 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.49% from 645); Green value is 225 (88.28% from 255 or 34.88% from 645); Blue value is 204 (80.08% from 255 or 31.63% from 645); Max value from RGB is 225 - color contains mainly: green. Hex color #D8E1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8E1CC is #271E33. Grayscale: #DBDBDB. Windows color (decimal): -2563636 or 13427160. OLE color: 13427160.

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

Color convert

RGB216225204-
CMYK0.0400.090.12
HSL85.71º25.93%84.12%-
HSV(B)85.71º9.33%88.24%-
XYZ66.1472.8167.69-
YUV219.92119.02125.21-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.49%
GREEN value IS 225 (88.28% from 255) = 34.88%
BLUE value IS 204 (80.08% from 255) = 31.63%
R=33.49%
G=34.88%
B=31.63%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2162252040.0400.090.1285.7125.9384.12
HexD8E1CC409C561a54
Octal33034131440111412632124
Binary1101100011100001110011001000100111001010110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8E1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8E1CC; }

 p { color: rgb(216,225,204); }

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

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

 a { background-color: rgb(216,225,204); }

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

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

 span { border-color: rgb(216,225,204); }

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