Html Css Color HEX #E5DDC9 Pearl Lusta

📋 copy color: '#E5DDC9'

red 229 ◦ green 221 ◦ blue 201

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

Shades of Pearl Lusta #E5DDC9

Tints of Pearl Lusta #E5DDC9

RGB

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

 GREEN value IS 221 (86.72% from 255) = 33.95%

 BLUE value IS 201 (78.91% from 255) = 30.88%

R = 35.18%
G = 33.95%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#E5DDC9 (or 0xE5DDC9) is known color: Pearl Lusta. HEX triplet: E5, DD and C9. RGB value is (229,221,201). Sum of RGB (Red+Green+Blue) = 229+221+201=651 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.18% from 651); Green value is 221 (86.72% from 255 or 33.95% from 651); Blue value is 201 (78.91% from 255 or 30.88% from 651); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DDC9 is #1A2236. Grayscale: #DDDDDD. Windows color (decimal): -1712695 or 13229541. OLE color: 13229541.

HSL color Cylindrical-coordinate representation of color #E5DDC9: hue angle of 42.86º degrees, saturation: 0.35, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E5DDC9 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 221 201 -
CMYK 0 0.03 0.12 0.10
HSL 42.86º 0.35% 0.84% -
HSV(B) 42.86º 0.12% 0.9% -
XYZ 68.71 72.59 65.65 -
YUV 221.11 116.65 133.63 -
System Red Green Blue C M Y K H S L
Decimal 229 221 201 0 0.03 0.12 0.10 42.86 0.35 0.84
Hex E5 DD C9 0 3 C A 2B 23 54
Octal 345 335 311 0 3 14 12 53 43 124
Binary 11100101 11011101 11001001 0 11 1100 1010 101011 100011 1010100

Color Harmonies of #E5DDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DDC9

Black with #E5DDC9

Text Example


Text Example

White with #E5DDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DDC9; }

 p { color: rgb(229,221,201); }

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

background-color css

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

 a { background-color: rgb(229,221,201); }

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

border-color css

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

 span { border-color: rgb(229,221,201); }

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