#E6D7C4

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

Shades of Solitaire #E6D7C4

Tints of Solitaire #E6D7C4

Color information

#E6D7C4 (or 0xE6D7C4) is unknown color: approx Solitaire. HEX triplet: E6, D7 and C4. RGB value is (230,215,196). Sum of RGB (Red+Green+Blue) = 230+215+196=641 (84% of max value = 765). Red value is 230 (90.23% from 255 or 35.88% from 641); Green value is 215 (84.38% from 255 or 33.54% from 641); Blue value is 196 (76.95% from 255 or 30.58% from 641); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D7C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D7C4 is #19283B. Grayscale: #D9D9D9. Windows color (decimal): -1648700 or 12900326. OLE color: 12900326.

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

Color convert

RGB230215196-
CMYK00.070.150.10
HSL33.53º40.48%83.53%-
HSV(B)33.53º14.78%90.2%-
XYZ66.969.4162.1-
YUV217.32115.97137.04-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.88%
GREEN value IS 215 (84.38% from 255) = 33.54%
BLUE value IS 196 (76.95% from 255) = 30.58%
R=35.88%
G=33.54%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23021519600.070.150.1033.5340.4883.53
HexE6D7C407FA222854
Octal3463273040717124250124
Binary1110011011010111110001000111111110101000101010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D7C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D7C4; }

 p { color: rgb(230,215,196); }

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

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

 a { background-color: rgb(230,215,196); }

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

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

 span { border-color: rgb(230,215,196); }

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