Html Css Color HEX #E1D0BE Pearl Bush

📋 copy color: '#E1D0BE'

red 225 ◦ green 208 ◦ blue 190

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

Shades of Pearl Bush #E1D0BE

Tints of Pearl Bush #E1D0BE

RGB

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

 GREEN value IS 208 (81.64% from 255) = 33.39%

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

R = 36.12%
G = 33.39%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E1D0BE (or 0xE1D0BE) is known color: Pearl Bush. HEX triplet: E1, D0 and BE. RGB value is (225,208,190). Sum of RGB (Red+Green+Blue) = 225+208+190=623 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.12% from 623); Green value is 208 (81.64% from 255 or 33.39% from 623); Blue value is 190 (74.61% from 255 or 30.50% from 623); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D0BE is #1E2F41. Grayscale: #D3D3D3. Windows color (decimal): -1978178 or 12505313. OLE color: 12505313.

HSL color Cylindrical-coordinate representation of color #E1D0BE: hue angle of 30.86º 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 #E1D0BE is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 208 190 -
CMYK 0 0.08 0.16 0.12
HSL 30.86º 0.37% 0.81% -
HSV(B) 30.86º 0.16% 0.88% -
XYZ 62.9 64.84 57.91 -
YUV 211.03 116.13 137.96 -
System Red Green Blue C M Y K H S L
Decimal 225 208 190 0 0.08 0.16 0.12 30.86 0.37 0.81
Hex E1 D0 BE 0 8 10 C 1F 25 51
Octal 341 320 276 0 10 20 14 37 45 121
Binary 11100001 11010000 10111110 0 1000 10000 1100 11111 100101 1010001

Color Harmonies of #E1D0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D0BE

Black with #E1D0BE

Text Example


Text Example

White with #E1D0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D0BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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