Html Css Color HEX #E5DDC8 Pearl Lusta

📋 copy color: '#E5DDC8'

red 229 ◦ green 221 ◦ blue 200

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

Shades of Pearl Lusta #E5DDC8

Tints of Pearl Lusta #E5DDC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 30.77%

R = 35.23%
G = 34%
B = 30.77%

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

#E5DDC8 (or 0xE5DDC8) is known color: Pearl Lusta. HEX triplet: E5, DD and C8. RGB value is (229,221,200). Sum of RGB (Red+Green+Blue) = 229+221+200=650 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.23% from 650); Green value is 221 (86.72% from 255 or 34% from 650); Blue value is 200 (78.52% from 255 or 30.77% from 650); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DDC8 is #1A2237. Grayscale: #DDDDDD. Windows color (decimal): -1712696 or 13164005. OLE color: 13164005.

HSL color Cylindrical-coordinate representation of color #E5DDC8: hue angle of 43.45º degrees, saturation: 0.36, 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 #E5DDC8 is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 221 200 -
CMYK 0 0.03 0.13 0.10
HSL 43.45º 0.36% 0.84% -
HSV(B) 43.45º 0.13% 0.9% -
XYZ 68.59 72.54 65.03 -
YUV 221 116.15 133.71 -
System Red Green Blue C M Y K H S L
Decimal 229 221 200 0 0.03 0.13 0.10 43.45 0.36 0.84
Hex E5 DD C8 0 3 D A 2B 24 54
Octal 345 335 310 0 3 15 12 53 44 124
Binary 11100101 11011101 11001000 0 11 1101 1010 101011 100100 1010100

Color Harmonies of #E5DDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DDC8

Black with #E5DDC8

Text Example


Text Example

White with #E5DDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DDC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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