Html Css Color HEX #E5D3BB Solitaire

📋 copy color: '#E5D3BB'

red 229 ◦ green 211 ◦ blue 187

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

Shades of Solitaire #E5D3BB

Tints of Solitaire #E5D3BB

RGB

 RED value IS 229 (89.84% from 255) = 36.52%

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

 BLUE value IS 187 (73.44% from 255) = 29.82%

R = 36.52%
G = 33.65%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#E5D3BB (or 0xE5D3BB) is known color: Solitaire. HEX triplet: E5, D3 and BB. RGB value is (229,211,187). Sum of RGB (Red+Green+Blue) = 229+211+187=627 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.52% from 627); Green value is 211 (82.81% from 255 or 33.65% from 627); Blue value is 187 (73.44% from 255 or 29.82% from 627); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D3BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5D3BB is #1A2C44. Grayscale: #D5D5D5. Windows color (decimal): -1715269 or 12309477. OLE color: 12309477.

HSL color Cylindrical-coordinate representation of color #E5D3BB: hue angle of 34.29º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E5D3BB is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 211 187 -
CMYK 0 0.08 0.18 0.10
HSL 34.29º 0.45% 0.82% -
HSV(B) 34.29º 0.18% 0.9% -
XYZ 64.58 66.83 56.51 -
YUV 213.65 112.96 138.95 -
System Red Green Blue C M Y K H S L
Decimal 229 211 187 0 0.08 0.18 0.10 34.29 0.45 0.82
Hex E5 D3 BB 0 8 12 A 22 2D 52
Octal 345 323 273 0 10 22 12 42 55 122
Binary 11100101 11010011 10111011 0 1000 10010 1010 100010 101101 1010010

Color Harmonies of #E5D3BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D3BB

Black with #E5D3BB

Text Example


Text Example

White with #E5D3BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D3BB; }

 p { color: rgb(229,211,187); }

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

background-color css

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

 a { background-color: rgb(229,211,187); }

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

border-color css

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

 span { border-color: rgb(229,211,187); }

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