Html Css Color HEX #E7D4BF Solitaire

📋 copy color: '#E7D4BF'

red 231 ◦ green 212 ◦ blue 191

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

Shades of Solitaire #E7D4BF

Tints of Solitaire #E7D4BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 30.13%

R = 36.44%
G = 33.44%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.17

 K value IS 0.09

RGB Variations

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

Color information

#E7D4BF (or 0xE7D4BF) is known color: Solitaire. HEX triplet: E7, D4 and BF. RGB value is (231,212,191). Sum of RGB (Red+Green+Blue) = 231+212+191=634 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.44% from 634); Green value is 212 (83.20% from 255 or 33.44% from 634); Blue value is 191 (75% from 255 or 30.13% from 634); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D4BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D4BF is #182B40. Grayscale: #D7D7D7. Windows color (decimal): -1583937 or 12571879. OLE color: 12571879.

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

Color convert

RGB 231 212 191 -
CMYK 0 0.08 0.17 0.09
HSL 31.5º 0.45% 0.83% -
HSV(B) 31.5º 0.17% 0.91% -
XYZ 65.9 67.84 58.91 -
YUV 215.29 114.29 139.21 -
System Red Green Blue C M Y K H S L
Decimal 231 212 191 0 0.08 0.17 0.09 31.5 0.45 0.83
Hex E7 D4 BF 0 8 11 9 1F 2D 53
Octal 347 324 277 0 10 21 11 37 55 123
Binary 11100111 11010100 10111111 0 1000 10001 1001 11111 101101 1010011

Color Harmonies of #E7D4BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D4BF

Black with #E7D4BF

Text Example


Text Example

White with #E7D4BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D4BF; }

 p { color: rgb(231,212,191); }

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

background-color css

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

 a { background-color: rgb(231,212,191); }

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

border-color css

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

 span { border-color: rgb(231,212,191); }

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