Html Css Color HEX #E5D9BF Double Pearl Lusta

📋 copy color: '#E5D9BF'

red 229 ◦ green 217 ◦ blue 191

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

Shades of Double Pearl Lusta #E5D9BF

Tints of Double Pearl Lusta #E5D9BF

RGB

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

 GREEN value IS 217 (85.16% from 255) = 34.07%

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

R = 35.95%
G = 34.07%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E5D9BF (or 0xE5D9BF) is known color: Double Pearl Lusta. HEX triplet: E5, D9 and BF. RGB value is (229,217,191). Sum of RGB (Red+Green+Blue) = 229+217+191=637 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.95% from 637); Green value is 217 (85.16% from 255 or 34.07% from 637); Blue value is 191 (75% from 255 or 29.98% from 637); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5D9BF is #1A2640. Grayscale: #D9D9D9. Windows color (decimal): -1713729 or 12573157. OLE color: 12573157.

HSL color Cylindrical-coordinate representation of color #E5D9BF: hue angle of 41.05º 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 #E5D9BF is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 217 191 -
CMYK 0 0.05 0.17 0.10
HSL 41.05º 0.42% 0.82% -
HSV(B) 41.05º 0.17% 0.9% -
XYZ 66.53 70.05 59.3 -
YUV 217.62 112.98 136.11 -
System Red Green Blue C M Y K H S L
Decimal 229 217 191 0 0.05 0.17 0.10 41.05 0.42 0.82
Hex E5 D9 BF 0 5 11 A 29 2A 52
Octal 345 331 277 0 5 21 12 51 52 122
Binary 11100101 11011001 10111111 0 101 10001 1010 101001 101010 1010010

Color Harmonies of #E5D9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D9BF

Black with #E5D9BF

Text Example


Text Example

White with #E5D9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D9BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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