Html Css Color HEX #E5DEC9 Pearl Lusta

📋 copy color: '#E5DEC9'

red 229 ◦ green 222 ◦ blue 201

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

Shades of Pearl Lusta #E5DEC9

Tints of Pearl Lusta #E5DEC9

RGB

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

 GREEN value IS 222 (87.11% from 255) = 34.05%

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

R = 35.12%
G = 34.05%
B = 30.83%

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

#E5DEC9 (or 0xE5DEC9) is known color: Pearl Lusta. HEX triplet: E5, DE and C9. RGB value is (229,222,201). Sum of RGB (Red+Green+Blue) = 229+222+201=652 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.12% from 652); Green value is 222 (87.11% from 255 or 34.05% from 652); Blue value is 201 (78.91% from 255 or 30.83% from 652); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DEC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DEC9 is #1A2136. Grayscale: #DDDDDD. Windows color (decimal): -1712439 or 13229797. OLE color: 13229797.

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

Color convert

RGB 229 222 201 -
CMYK 0 0.03 0.12 0.10
HSL 45º 0.35% 0.84% -
HSV(B) 45º 0.12% 0.9% -
XYZ 68.98 73.12 65.74 -
YUV 221.7 116.32 133.21 -
System Red Green Blue C M Y K H S L
Decimal 229 222 201 0 0.03 0.12 0.10 45 0.35 0.84
Hex E5 DE C9 0 3 C A 2D 23 54
Octal 345 336 311 0 3 14 12 55 43 124
Binary 11100101 11011110 11001001 0 11 1100 1010 101101 100011 1010100

Color Harmonies of #E5DEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DEC9

Black with #E5DEC9

Text Example


Text Example

White with #E5DEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DEC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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