Html Css Color HEX #E5DDC7 Pearl Lusta

📋 copy color: '#E5DDC7'

red 229 ◦ green 221 ◦ blue 199

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

Shades of Pearl Lusta #E5DDC7

Tints of Pearl Lusta #E5DDC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 30.66%

R = 35.29%
G = 34.05%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.13

 K value IS 0.10

RGB Variations

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

Color information

#E5DDC7 (or 0xE5DDC7) is known color: Pearl Lusta. HEX triplet: E5, DD and C7. RGB value is (229,221,199). Sum of RGB (Red+Green+Blue) = 229+221+199=649 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.29% from 649); Green value is 221 (86.72% from 255 or 34.05% from 649); Blue value is 199 (78.12% from 255 or 30.66% from 649); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DDC7 is #1A2238. Grayscale: #DCDCDC. Windows color (decimal): -1712697 or 13098469. OLE color: 13098469.

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

Color convert

RGB 229 221 199 -
CMYK 0 0.03 0.13 0.10
HSL 44º 0.37% 0.84% -
HSV(B) 44º 0.13% 0.9% -
XYZ 68.48 72.49 64.42 -
YUV 220.88 115.65 133.79 -
System Red Green Blue C M Y K H S L
Decimal 229 221 199 0 0.03 0.13 0.10 44 0.37 0.84
Hex E5 DD C7 0 3 D A 2C 25 54
Octal 345 335 307 0 3 15 12 54 45 124
Binary 11100101 11011101 11000111 0 11 1101 1010 101100 100101 1010100

Color Harmonies of #E5DDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DDC7

Black with #E5DDC7

Text Example


Text Example

White with #E5DDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DDC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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