Html Css Color HEX #E9D6BD Solitaire

📋 copy color: '#E9D6BD'

red 233 ◦ green 214 ◦ blue 189

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

Shades of Solitaire #E9D6BD

Tints of Solitaire #E9D6BD

RGB

 RED value IS 233 (91.41% from 255) = 36.64%

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

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

R = 36.64%
G = 33.65%
B = 29.72%

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

#E9D6BD (or 0xE9D6BD) is known color: Solitaire. HEX triplet: E9, D6 and BD. RGB value is (233,214,189). Sum of RGB (Red+Green+Blue) = 233+214+189=636 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.64% from 636); Green value is 214 (83.98% from 255 or 33.65% from 636); Blue value is 189 (74.22% from 255 or 29.72% from 636); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D6BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D6BD is #162942. Grayscale: #D8D8D8. Windows color (decimal): -1452355 or 12441321. OLE color: 12441321.

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

Color convert

RGB 233 214 189 -
CMYK 0 0.08 0.19 0.09
HSL 34.09º 0.5% 0.83% -
HSV(B) 34.09º 0.19% 0.91% -
XYZ 66.84 69.09 57.96 -
YUV 216.83 112.29 139.53 -
System Red Green Blue C M Y K H S L
Decimal 233 214 189 0 0.08 0.19 0.09 34.09 0.5 0.83
Hex E9 D6 BD 0 8 13 9 22 32 53
Octal 351 326 275 0 10 23 11 42 62 123
Binary 11101001 11010110 10111101 0 1000 10011 1001 100010 110010 1010011

Color Harmonies of #E9D6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D6BD

Black with #E9D6BD

Text Example


Text Example

White with #E9D6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D6BD; }

 p { color: rgb(233,214,189); }

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

background-color css

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

 a { background-color: rgb(233,214,189); }

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

border-color css

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

 span { border-color: rgb(233,214,189); }

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