Html Css Color HEX #E9D4BC Solitaire

📋 copy color: '#E9D4BC'

red 233 ◦ green 212 ◦ blue 188

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

Shades of Solitaire #E9D4BC

Tints of Solitaire #E9D4BC

RGB

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

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

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

R = 36.81%
G = 33.49%
B = 29.7%

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

#E9D4BC (or 0xE9D4BC) is known color: Solitaire. HEX triplet: E9, D4 and BC. RGB value is (233,212,188). Sum of RGB (Red+Green+Blue) = 233+212+188=633 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.81% from 633); Green value is 212 (83.20% from 255 or 33.49% from 633); Blue value is 188 (73.83% from 255 or 29.70% from 633); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D4BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D4BC is #162B43. Grayscale: #D7D7D7. Windows color (decimal): -1452868 or 12375273. OLE color: 12375273.

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

Color convert

RGB 233 212 188 -
CMYK 0 0.09 0.19 0.09
HSL 32º 0.51% 0.83% -
HSV(B) 32º 0.19% 0.91% -
XYZ 66.22 68.04 57.22 -
YUV 215.54 112.46 140.45 -
System Red Green Blue C M Y K H S L
Decimal 233 212 188 0 0.09 0.19 0.09 32 0.51 0.83
Hex E9 D4 BC 0 9 13 9 20 33 53
Octal 351 324 274 0 11 23 11 40 63 123
Binary 11101001 11010100 10111100 0 1001 10011 1001 100000 110011 1010011

Color Harmonies of #E9D4BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D4BC

Black with #E9D4BC

Text Example


Text Example

White with #E9D4BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D4BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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