#E8DAC8

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

Shades of Solitaire #E8DAC8

Tints of Solitaire #E8DAC8

Color information

#E8DAC8 (or 0xE8DAC8) is unknown color: approx Solitaire. HEX triplet: E8, DA and C8. RGB value is (232,218,200). Sum of RGB (Red+Green+Blue) = 232+218+200=650 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.69% from 650); Green value is 218 (85.55% from 255 or 33.54% from 650); Blue value is 200 (78.52% from 255 or 30.77% from 650); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DAC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DAC8 is #172537. Grayscale: #DCDCDC. Windows color (decimal): -1516856 or 13163240. OLE color: 13163240.

HSL color Cylindrical-coordinate representation of color #E8DAC8: hue angle of 33.75º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E8DAC8 is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.09.

Color convert

RGB232218200-
CMYK00.060.140.09
HSL33.75º41.03%84.71%-
HSV(B)33.75º13.79%90.98%-
XYZ68.7871.4764.81-
YUV220.13116.64136.46-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.69%
GREEN value IS 218 (85.55% from 255) = 33.54%
BLUE value IS 200 (78.52% from 255) = 30.77%
R=35.69%
G=33.54%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23221820000.060.140.0933.7541.0384.71
HexE8DAC806E9222955
Octal3503323100616114251125
Binary1110100011011010110010000110111010011000101010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DAC8; }

 p { color: rgb(232,218,200); }

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

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

 a { background-color: rgb(232,218,200); }

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

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

 span { border-color: rgb(232,218,200); }

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