Html Css Color HEX #EADDB5 Double Pearl Lusta

📋 copy color: '#EADDB5'

red 234 ◦ green 221 ◦ blue 181

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

Shades of Double Pearl Lusta #EADDB5

Tints of Double Pearl Lusta #EADDB5

RGB

 RED value IS 234 (91.8% from 255) = 36.79%

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

 BLUE value IS 181 (71.09% from 255) = 28.46%

R = 36.79%
G = 34.75%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#EADDB5 (or 0xEADDB5) is known color: Double Pearl Lusta. HEX triplet: EA, DD and B5. RGB value is (234,221,181). Sum of RGB (Red+Green+Blue) = 234+221+181=636 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.79% from 636); Green value is 221 (86.72% from 255 or 34.75% from 636); Blue value is 181 (71.09% from 255 or 28.46% from 636); Max value from RGB is 234 - color contains mainly: red. Hex color #EADDB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADDB5 is #15224A. Grayscale: #DCDCDC. Windows color (decimal): -1385035 or 11918826. OLE color: 11918826.

HSL color Cylindrical-coordinate representation of color #EADDB5: hue angle of 45.28º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EADDB5 is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 221 181 -
CMYK 0 0.06 0.23 0.08
HSL 45.28º 0.56% 0.81% -
HSV(B) 45.28º 0.23% 0.92% -
XYZ 68.13 72.54 54.13 -
YUV 220.33 105.81 137.75 -
System Red Green Blue C M Y K H S L
Decimal 234 221 181 0 0.06 0.23 0.08 45.28 0.56 0.81
Hex EA DD B5 0 6 17 8 2D 38 51
Octal 352 335 265 0 6 27 10 55 70 121
Binary 11101010 11011101 10110101 0 110 10111 1000 101101 111000 1010001

Color Harmonies of #EADDB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADDB5

Black with #EADDB5

Text Example


Text Example

White with #EADDB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADDB5; }

 p { color: rgb(234,221,181); }

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

background-color css

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

 a { background-color: rgb(234,221,181); }

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

border-color css

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

 span { border-color: rgb(234,221,181); }

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