Html Css Color HEX #E7D4BC Solitaire

📋 copy color: '#E7D4BC'

red 231 ◦ green 212 ◦ blue 188

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

Shades of Solitaire #E7D4BC

Tints of Solitaire #E7D4BC

RGB

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

 GREEN value IS 212 (83.2% from 255) = 33.6%

 BLUE value IS 188 (73.83% from 255) = 29.79%

R = 36.61%
G = 33.6%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E7D4BC (or 0xE7D4BC) is known color: Solitaire. HEX triplet: E7, D4 and BC. RGB value is (231,212,188). Sum of RGB (Red+Green+Blue) = 231+212+188=631 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.61% from 631); Green value is 212 (83.20% from 255 or 33.60% from 631); Blue value is 188 (73.83% from 255 or 29.79% from 631); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D4BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D4BC is #182B43. Grayscale: #D7D7D7. Windows color (decimal): -1583940 or 12375271. OLE color: 12375271.

HSL color Cylindrical-coordinate representation of color #E7D4BC: hue angle of 33.49º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E7D4BC is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 212 188 -
CMYK 0 0.08 0.19 0.09
HSL 33.49º 0.47% 0.82% -
HSV(B) 33.49º 0.19% 0.91% -
XYZ 65.58 67.71 57.19 -
YUV 214.95 112.79 139.45 -
System Red Green Blue C M Y K H S L
Decimal 231 212 188 0 0.08 0.19 0.09 33.49 0.47 0.82
Hex E7 D4 BC 0 8 13 9 21 2F 52
Octal 347 324 274 0 10 23 11 41 57 122
Binary 11100111 11010100 10111100 0 1000 10011 1001 100001 101111 1010010

Color Harmonies of #E7D4BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D4BC

Black with #E7D4BC

Text Example


Text Example

White with #E7D4BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D4BC; }

 p { color: rgb(231,212,188); }

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

background-color css

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

 a { background-color: rgb(231,212,188); }

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

border-color css

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

 span { border-color: rgb(231,212,188); }

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