Html Css Color HEX #E9D9BA Double Pearl Lusta

📋 copy color: '#E9D9BA'

red 233 ◦ green 217 ◦ blue 186

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

Shades of Double Pearl Lusta #E9D9BA

Tints of Double Pearl Lusta #E9D9BA

RGB

 RED value IS 233 (91.41% from 255) = 36.64%

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

 BLUE value IS 186 (73.05% from 255) = 29.25%

R = 36.64%
G = 34.12%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#E9D9BA (or 0xE9D9BA) is known color: Double Pearl Lusta. HEX triplet: E9, D9 and BA. RGB value is (233,217,186). Sum of RGB (Red+Green+Blue) = 233+217+186=636 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.64% from 636); Green value is 217 (85.16% from 255 or 34.12% from 636); Blue value is 186 (73.05% from 255 or 29.25% from 636); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D9BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D9BA is #162645. Grayscale: #DADADA. Windows color (decimal): -1451590 or 12245481. OLE color: 12245481.

HSL color Cylindrical-coordinate representation of color #E9D9BA: hue angle of 39.57º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E9D9BA is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 217 186 -
CMYK 0 0.07 0.20 0.09
HSL 39.57º 0.52% 0.82% -
HSV(B) 39.57º 0.2% 0.91% -
XYZ 67.28 70.49 56.52 -
YUV 218.25 109.8 138.52 -
System Red Green Blue C M Y K H S L
Decimal 233 217 186 0 0.07 0.20 0.09 39.57 0.52 0.82
Hex E9 D9 BA 0 7 14 9 28 34 52
Octal 351 331 272 0 7 24 11 50 64 122
Binary 11101001 11011001 10111010 0 111 10100 1001 101000 110100 1010010

Color Harmonies of #E9D9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D9BA

Black with #E9D9BA

Text Example


Text Example

White with #E9D9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D9BA; }

 p { color: rgb(233,217,186); }

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

background-color css

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

 a { background-color: rgb(233,217,186); }

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

border-color css

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

 span { border-color: rgb(233,217,186); }

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