#EADCC0

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

Shades of Double Pearl Lusta #EADCC0

Tints of Double Pearl Lusta #EADCC0

Color information

#EADCC0 (or 0xEADCC0) is unknown color: approx Double Pearl Lusta. HEX triplet: EA, DC and C0. RGB value is (234,220,192). Sum of RGB (Red+Green+Blue) = 234+220+192=646 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.22% from 646); Green value is 220 (86.33% from 255 or 34.06% from 646); Blue value is 192 (75.39% from 255 or 29.72% from 646); Max value from RGB is 234 - color contains mainly: red. Hex color #EADCC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADCC0 is #15233F. Grayscale: #DDDDDD. Windows color (decimal): -1385280 or 12639466. OLE color: 12639466.

HSL color Cylindrical-coordinate representation of color #EADCC0: hue angle of 40º 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 #EADCC0 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB234220192-
CMYK00.060.180.08
HSL40º50%83.53%-
HSV(B)40º17.95%91.76%-
XYZ69.0472.4860.22-
YUV220.99111.64137.28-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.22%
GREEN value IS 220 (86.33% from 255) = 34.06%
BLUE value IS 192 (75.39% from 255) = 29.72%
R=36.22%
G=34.06%
B=29.72%

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
Decimal23422019200.060.180.08405083.53
HexEADCC006128283254
Octal3523343000622105062124
Binary11101010110111001100000001101001010001010001100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADCC0; }

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

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

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

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

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

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

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

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