#EADDC3

Color #EADDC3 Double Pearl Lusta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Double Pearl Lusta #EADDC3

Tints of Double Pearl Lusta #EADDC3

Color information

#EADDC3 (or 0xEADDC3) is unknown color: approx Double Pearl Lusta. HEX triplet: EA, DD and C3. RGB value is (234,221,195). Sum of RGB (Red+Green+Blue) = 234+221+195=650 (86% of max value = 765). Red value is 234 (91.80% from 255 or 36% from 650); Green value is 221 (86.72% from 255 or 34% from 650); Blue value is 195 (76.56% from 255 or 30% from 650); Max value from RGB is 234 - color contains mainly: red. Hex color #EADDC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADDC3 is #15223C. Grayscale: #DEDEDE. Windows color (decimal): -1385021 or 12836330. OLE color: 12836330.

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

Color convert

RGB234221195-
CMYK00.060.170.08
HSL40º48.15%84.12%-
HSV(B)40º16.67%91.76%-
XYZ69.6473.1562.08-
YUV221.92112.81136.61-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36%
GREEN value IS 221 (86.72% from 255) = 34%
BLUE value IS 195 (76.56% from 255) = 30%
R=36%
G=34%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422119500.060.170.084048.1584.12
HexEADDC306118283054
Octal3523353030621105060124
Binary11101010110111011100001101101000110001010001100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADDC3; }

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

 H1.HeaderClassName
 {
   color: #EADDC3;
 }
 .AnyTagClassName
 {
   color: #EADDC3;
 }
</style>
background-color css

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

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

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

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

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

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