#EADDC0

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

Shades of Double Pearl Lusta #EADDC0

Tints of Double Pearl Lusta #EADDC0

Color information

#EADDC0 (or 0xEADDC0) is unknown color: approx Double Pearl Lusta. HEX triplet: EA, DD and C0. RGB value is (234,221,192). Sum of RGB (Red+Green+Blue) = 234+221+192=647 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.17% from 647); Green value is 221 (86.72% from 255 or 34.16% from 647); Blue value is 192 (75.39% from 255 or 29.68% from 647); Max value from RGB is 234 - color contains mainly: red. Hex color #EADDC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADDC0 is #15223F. Grayscale: #DDDDDD. Windows color (decimal): -1385024 or 12639722. OLE color: 12639722.

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

Color convert

RGB234221192-
CMYK00.060.180.08
HSL41.43º50%83.53%-
HSV(B)41.43º17.95%91.76%-
XYZ69.373.0160.31-
YUV221.58111.31136.86-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.17%
GREEN value IS 221 (86.72% from 255) = 34.16%
BLUE value IS 192 (75.39% from 255) = 29.68%
R=36.17%
G=34.16%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422119200.060.180.0841.435083.53
HexEADDC006128293254
Octal3523353000622105162124
Binary11101010110111011100000001101001010001010011100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADDC0; }

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

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

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

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

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

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

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

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