Html Css Color HEX #E8DAC8 Solitaire

📋 copy color: '#E8DAC8'

red 232 ◦ green 218 ◦ blue 200

#E8DAC8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Solitaire #E8DAC8

Tints of Solitaire #E8DAC8

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 value IS 0

 M value IS 0.06

 Y value IS 0.14

 K value IS 0.09

RGB Variations

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

Color information

#E8DAC8 (or 0xE8DAC8) is known color: 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

RGB 232 218 200 -
CMYK 0 0.06 0.14 0.09
HSL 33.75º 0.41% 0.85% -
HSV(B) 33.75º 0.14% 0.91% -
XYZ 68.78 71.47 64.81 -
YUV 220.13 116.64 136.46 -
System Red Green Blue C M Y K H S L
Decimal 232 218 200 0 0.06 0.14 0.09 33.75 0.41 0.85
Hex E8 DA C8 0 6 E 9 22 29 55
Octal 350 332 310 0 6 16 11 42 51 125
Binary 11101000 11011010 11001000 0 110 1110 1001 100010 101001 1010101

Color Harmonies of #E8DAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8DAC8

Black with #E8DAC8

Text Example


Text Example

White with #E8DAC8

Text Example


Text Example

HTML Codes & Css Web 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>