Html Css Color HEX #E5D8BB Double Pearl Lusta

📋 copy color: '#E5D8BB'

red 229 ◦ green 216 ◦ blue 187

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

Shades of Double Pearl Lusta #E5D8BB

Tints of Double Pearl Lusta #E5D8BB

RGB

 RED value IS 229 (89.84% from 255) = 36.23%

 GREEN value IS 216 (84.77% from 255) = 34.18%

 BLUE value IS 187 (73.44% from 255) = 29.59%

R = 36.23%
G = 34.18%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#E5D8BB (or 0xE5D8BB) is known color: Double Pearl Lusta. HEX triplet: E5, D8 and BB. RGB value is (229,216,187). Sum of RGB (Red+Green+Blue) = 229+216+187=632 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.23% from 632); Green value is 216 (84.77% from 255 or 34.18% from 632); Blue value is 187 (73.44% from 255 or 29.59% from 632); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D8BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5D8BB is #1A2744. Grayscale: #D8D8D8. Windows color (decimal): -1713989 or 12310757. OLE color: 12310757.

HSL color Cylindrical-coordinate representation of color #E5D8BB: hue angle of 41.43º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E5D8BB is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 216 187 -
CMYK 0 0.06 0.18 0.10
HSL 41.43º 0.45% 0.82% -
HSV(B) 41.43º 0.18% 0.9% -
XYZ 65.84 69.36 56.93 -
YUV 216.58 111.31 136.86 -
System Red Green Blue C M Y K H S L
Decimal 229 216 187 0 0.06 0.18 0.10 41.43 0.45 0.82
Hex E5 D8 BB 0 6 12 A 29 2D 52
Octal 345 330 273 0 6 22 12 51 55 122
Binary 11100101 11011000 10111011 0 110 10010 1010 101001 101101 1010010

Color Harmonies of #E5D8BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D8BB

Black with #E5D8BB

Text Example


Text Example

White with #E5D8BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D8BB; }

 p { color: rgb(229,216,187); }

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

background-color css

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

 a { background-color: rgb(229,216,187); }

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

border-color css

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

 span { border-color: rgb(229,216,187); }

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