Html Css Color HEX #E5D8BF Double Pearl Lusta

📋 copy color: '#E5D8BF'

red 229 ◦ green 216 ◦ blue 191

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

Shades of Double Pearl Lusta #E5D8BF

Tints of Double Pearl Lusta #E5D8BF

RGB

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

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

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

R = 36.01%
G = 33.96%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E5D8BF (or 0xE5D8BF) is known color: Double Pearl Lusta. HEX triplet: E5, D8 and BF. RGB value is (229,216,191). Sum of RGB (Red+Green+Blue) = 229+216+191=636 (84% of max value = 765). Red value is 229 (89.84% from 255 or 36.01% from 636); Green value is 216 (84.77% from 255 or 33.96% from 636); Blue value is 191 (75% from 255 or 30.03% from 636); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D8BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5D8BF is #1A2740. Grayscale: #D9D9D9. Windows color (decimal): -1713985 or 12572901. OLE color: 12572901.

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

Color convert

RGB 229 216 191 -
CMYK 0 0.06 0.17 0.10
HSL 39.47º 0.42% 0.82% -
HSV(B) 39.47º 0.17% 0.9% -
XYZ 66.27 69.53 59.22 -
YUV 217.04 113.31 136.53 -
System Red Green Blue C M Y K H S L
Decimal 229 216 191 0 0.06 0.17 0.10 39.47 0.42 0.82
Hex E5 D8 BF 0 6 11 A 27 2A 52
Octal 345 330 277 0 6 21 12 47 52 122
Binary 11100101 11011000 10111111 0 110 10001 1010 100111 101010 1010010

Color Harmonies of #E5D8BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D8BF

Black with #E5D8BF

Text Example


Text Example

White with #E5D8BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D8BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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