Html Css Color HEX #E7D3BC Solitaire

📋 copy color: '#E7D3BC'

red 231 ◦ green 211 ◦ blue 188

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

Shades of Solitaire #E7D3BC

Tints of Solitaire #E7D3BC

RGB

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

 GREEN value IS 211 (82.81% from 255) = 33.49%

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

R = 36.67%
G = 33.49%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E7D3BC (or 0xE7D3BC) is known color: Solitaire. HEX triplet: E7, D3 and BC. RGB value is (231,211,188). Sum of RGB (Red+Green+Blue) = 231+211+188=630 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.67% from 630); Green value is 211 (82.81% from 255 or 33.49% from 630); Blue value is 188 (73.83% from 255 or 29.84% from 630); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D3BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D3BC is #182C43. Grayscale: #D6D6D6. Windows color (decimal): -1584196 or 12375015. OLE color: 12375015.

HSL color Cylindrical-coordinate representation of color #E7D3BC: hue angle of 32.09º 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 #E7D3BC is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 211 188 -
CMYK 0 0.09 0.19 0.09
HSL 32.09º 0.47% 0.82% -
HSV(B) 32.09º 0.19% 0.91% -
XYZ 65.33 67.21 57.11 -
YUV 214.36 113.13 139.87 -
System Red Green Blue C M Y K H S L
Decimal 231 211 188 0 0.09 0.19 0.09 32.09 0.47 0.82
Hex E7 D3 BC 0 9 13 9 20 2F 52
Octal 347 323 274 0 11 23 11 40 57 122
Binary 11100111 11010011 10111100 0 1001 10011 1001 100000 101111 1010010

Color Harmonies of #E7D3BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D3BC

Black with #E7D3BC

Text Example


Text Example

White with #E7D3BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D3BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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