Html Css Color HEX #E5DAC2 Double Pearl Lusta

📋 copy color: '#E5DAC2'

red 229 ◦ green 218 ◦ blue 194

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

Shades of Double Pearl Lusta #E5DAC2

Tints of Double Pearl Lusta #E5DAC2

RGB

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

 GREEN value IS 218 (85.55% from 255) = 34.01%

 BLUE value IS 194 (76.17% from 255) = 30.27%

R = 35.73%
G = 34.01%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.15

 K value IS 0.10

RGB Variations

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

Color information

#E5DAC2 (or 0xE5DAC2) is known color: Double Pearl Lusta. HEX triplet: E5, DA and C2. RGB value is (229,218,194). Sum of RGB (Red+Green+Blue) = 229+218+194=641 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.73% from 641); Green value is 218 (85.55% from 255 or 34.01% from 641); Blue value is 194 (76.17% from 255 or 30.27% from 641); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DAC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DAC2 is #1A253D. Grayscale: #DADADA. Windows color (decimal): -1713470 or 12770021. OLE color: 12770021.

HSL color Cylindrical-coordinate representation of color #E5DAC2: hue angle of 41.14º degrees, saturation: 0.4, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E5DAC2 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 218 194 -
CMYK 0 0.05 0.15 0.10
HSL 41.14º 0.4% 0.83% -
HSV(B) 41.14º 0.15% 0.9% -
XYZ 67.12 70.7 61.15 -
YUV 218.55 114.14 135.45 -
System Red Green Blue C M Y K H S L
Decimal 229 218 194 0 0.05 0.15 0.10 41.14 0.4 0.83
Hex E5 DA C2 0 5 F A 29 28 53
Octal 345 332 302 0 5 17 12 51 50 123
Binary 11100101 11011010 11000010 0 101 1111 1010 101001 101000 1010011

Color Harmonies of #E5DAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DAC2

Black with #E5DAC2

Text Example


Text Example

White with #E5DAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DAC2; }

 p { color: rgb(229,218,194); }

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

background-color css

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

 a { background-color: rgb(229,218,194); }

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

border-color css

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

 span { border-color: rgb(229,218,194); }

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