Html Css Color HEX #E7D6C3 Solitaire

📋 copy color: '#E7D6C3'

red 231 ◦ green 214 ◦ blue 195

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

Shades of Solitaire #E7D6C3

Tints of Solitaire #E7D6C3

RGB

 RED value IS 231 (90.63% from 255) = 36.09%

 GREEN value IS 214 (83.98% from 255) = 33.44%

 BLUE value IS 195 (76.56% from 255) = 30.47%

R = 36.09%
G = 33.44%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.16

 K value IS 0.09

RGB Variations

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

Color information

#E7D6C3 (or 0xE7D6C3) is known color: Solitaire. HEX triplet: E7, D6 and C3. RGB value is (231,214,195). Sum of RGB (Red+Green+Blue) = 231+214+195=640 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.09% from 640); Green value is 214 (83.98% from 255 or 33.44% from 640); Blue value is 195 (76.56% from 255 or 30.47% from 640); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D6C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D6C3 is #18293C. Grayscale: #D9D9D9. Windows color (decimal): -1583421 or 12834535. OLE color: 12834535.

HSL color Cylindrical-coordinate representation of color #E7D6C3: hue angle of 31.67º degrees, saturation: 0.43, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E7D6C3 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 214 195 -
CMYK 0 0.07 0.16 0.09
HSL 31.67º 0.43% 0.84% -
HSV(B) 31.67º 0.16% 0.91% -
XYZ 66.85 69.02 61.43 -
YUV 216.92 115.63 138.04 -
System Red Green Blue C M Y K H S L
Decimal 231 214 195 0 0.07 0.16 0.09 31.67 0.43 0.84
Hex E7 D6 C3 0 7 10 9 20 2B 54
Octal 347 326 303 0 7 20 11 40 53 124
Binary 11100111 11010110 11000011 0 111 10000 1001 100000 101011 1010100

Color Harmonies of #E7D6C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D6C3

Black with #E7D6C3

Text Example


Text Example

White with #E7D6C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D6C3; }

 p { color: rgb(231,214,195); }

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

background-color css

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

 a { background-color: rgb(231,214,195); }

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

border-color css

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

 span { border-color: rgb(231,214,195); }

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