Html Css Color HEX #E6D8C7 Solitaire

📋 copy color: '#E6D8C7'

red 230 ◦ green 216 ◦ blue 199

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

Shades of Solitaire #E6D8C7

Tints of Solitaire #E6D8C7

RGB

 RED value IS 230 (90.23% from 255) = 35.66%

 GREEN value IS 216 (84.77% from 255) = 33.49%

 BLUE value IS 199 (78.13% from 255) = 30.85%

R = 35.66%
G = 33.49%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.13

 K value IS 0.10

RGB Variations

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

Color information

#E6D8C7 (or 0xE6D8C7) is known color: Solitaire. HEX triplet: E6, D8 and C7. RGB value is (230,216,199). Sum of RGB (Red+Green+Blue) = 230+216+199=645 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.66% from 645); Green value is 216 (84.77% from 255 or 33.49% from 645); Blue value is 199 (78.12% from 255 or 30.85% from 645); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D8C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D8C7 is #192738. Grayscale: #DADADA. Windows color (decimal): -1648441 or 13097190. OLE color: 13097190.

HSL color Cylindrical-coordinate representation of color #E6D8C7: hue angle of 32.9º degrees, saturation: 0.38, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E6D8C7 is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 216 199 -
CMYK 0 0.06 0.13 0.10
HSL 32.9º 0.38% 0.84% -
HSV(B) 32.9º 0.13% 0.9% -
XYZ 67.5 70.06 64 -
YUV 218.25 117.14 136.38 -
System Red Green Blue C M Y K H S L
Decimal 230 216 199 0 0.06 0.13 0.10 32.9 0.38 0.84
Hex E6 D8 C7 0 6 D A 21 26 54
Octal 346 330 307 0 6 15 12 41 46 124
Binary 11100110 11011000 11000111 0 110 1101 1010 100001 100110 1010100

Color Harmonies of #E6D8C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6D8C7

Black with #E6D8C7

Text Example


Text Example

White with #E6D8C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6D8C7; }

 p { color: rgb(230,216,199); }

 H1.HeaderClassName
 {
   color: #E6D8C7;
 }
 .AnyTagClassName
 {
   color: #E6D8C7;
 }
</style>

background-color css

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

 a { background-color: rgb(230,216,199); }

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

border-color css

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

 span { border-color: rgb(230,216,199); }

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