#D8E0C9

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

Shades of Gin #D8E0C9

Tints of Gin #D8E0C9

Color information

#D8E0C9 (or 0xD8E0C9) is unknown color: approx Gin. HEX triplet: D8, E0 and C9. RGB value is (216,224,201). Sum of RGB (Red+Green+Blue) = 216+224+201=641 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.70% from 641); Green value is 224 (87.89% from 255 or 34.95% from 641); Blue value is 201 (78.91% from 255 or 31.36% from 641); Max value from RGB is 224 - color contains mainly: green. Hex color #D8E0C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8E0C9 is #271F36. Grayscale: #DBDBDB. Windows color (decimal): -2563895 or 13230296. OLE color: 13230296.

HSL color Cylindrical-coordinate representation of color #D8E0C9: hue angle of 80.87º degrees, saturation: 0.27, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D8E0C9 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB216224201-
CMYK0.0400.100.12
HSL80.87º27.06%83.33%-
HSV(B)80.87º10.27%87.84%-
XYZ65.5272.1365.73-
YUV218.99117.85125.87-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.70%
GREEN value IS 224 (87.89% from 255) = 34.95%
BLUE value IS 201 (78.91% from 255) = 31.36%
R=33.70%
G=34.95%
B=31.36%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2162242010.0400.100.1280.8727.0683.33
HexD8E0C940AC511b53
Octal33034031140121412133123
Binary1101100011100000110010011000101011001010001110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8E0C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8E0C9; }

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

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

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

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

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

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

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

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