Html Css Color HEX #E3D2BD Solitaire

📋 copy color: '#E3D2BD'

red 227 ◦ green 210 ◦ blue 189

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

Shades of Solitaire #E3D2BD

Tints of Solitaire #E3D2BD

RGB

 RED value IS 227 (89.06% from 255) = 36.26%

 GREEN value IS 210 (82.42% from 255) = 33.55%

 BLUE value IS 189 (74.22% from 255) = 30.19%

R = 36.26%
G = 33.55%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#E3D2BD (or 0xE3D2BD) is known color: Solitaire. HEX triplet: E3, D2 and BD. RGB value is (227,210,189). Sum of RGB (Red+Green+Blue) = 227+210+189=626 (82% of max value = 765). Red value is 227 (89.06% from 255 or 36.26% from 626); Green value is 210 (82.42% from 255 or 33.55% from 626); Blue value is 189 (74.22% from 255 or 30.19% from 626); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3D2BD is #1C2D42. Grayscale: #D4D4D4. Windows color (decimal): -1846595 or 12440291. OLE color: 12440291.

HSL color Cylindrical-coordinate representation of color #E3D2BD: hue angle of 33.16º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E3D2BD is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 210 189 -
CMYK 0 0.07 0.17 0.11
HSL 33.16º 0.4% 0.82% -
HSV(B) 33.16º 0.17% 0.89% -
XYZ 63.91 66.1 57.53 -
YUV 212.69 114.63 138.21 -
System Red Green Blue C M Y K H S L
Decimal 227 210 189 0 0.07 0.17 0.11 33.16 0.4 0.82
Hex E3 D2 BD 0 7 11 B 21 28 52
Octal 343 322 275 0 7 21 13 41 50 122
Binary 11100011 11010010 10111101 0 111 10001 1011 100001 101000 1010010

Color Harmonies of #E3D2BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3D2BD

Black with #E3D2BD

Text Example


Text Example

White with #E3D2BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3D2BD; }

 p { color: rgb(227,210,189); }

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

background-color css

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

 a { background-color: rgb(227,210,189); }

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

border-color css

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

 span { border-color: rgb(227,210,189); }

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