Html Css Color HEX #E1D3BE Blanc

📋 copy color: '#E1D3BE'

red 225 ◦ green 211 ◦ blue 190

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

Shades of Blanc #E1D3BE

Tints of Blanc #E1D3BE

RGB

 RED value IS 225 (88.28% from 255) = 35.94%

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

 BLUE value IS 190 (74.61% from 255) = 30.35%

R = 35.94%
G = 33.71%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E1D3BE (or 0xE1D3BE) is known color: Blanc. HEX triplet: E1, D3 and BE. RGB value is (225,211,190). Sum of RGB (Red+Green+Blue) = 225+211+190=626 (82% of max value = 765). Red value is 225 (88.28% from 255 or 35.94% from 626); Green value is 211 (82.81% from 255 or 33.71% from 626); Blue value is 190 (74.61% from 255 or 30.35% from 626); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D3BE is #1E2C41. Grayscale: #D4D4D4. Windows color (decimal): -1977410 or 12506081. OLE color: 12506081.

HSL color Cylindrical-coordinate representation of color #E1D3BE: hue angle of 36º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E1D3BE is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 211 190 -
CMYK 0 0.06 0.16 0.12
HSL 36º 0.37% 0.81% -
HSV(B) 36º 0.16% 0.88% -
XYZ 63.64 66.31 58.16 -
YUV 212.79 115.14 136.71 -
System Red Green Blue C M Y K H S L
Decimal 225 211 190 0 0.06 0.16 0.12 36 0.37 0.81
Hex E1 D3 BE 0 6 10 C 24 25 51
Octal 341 323 276 0 6 20 14 44 45 121
Binary 11100001 11010011 10111110 0 110 10000 1100 100100 100101 1010001

Color Harmonies of #E1D3BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D3BE

Black with #E1D3BE

Text Example


Text Example

White with #E1D3BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D3BE; }

 p { color: rgb(225,211,190); }

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

background-color css

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

 a { background-color: rgb(225,211,190); }

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

border-color css

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

 span { border-color: rgb(225,211,190); }

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