#EADCC1

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

Shades of Double Pearl Lusta #EADCC1

Tints of Double Pearl Lusta #EADCC1

Color information

#EADCC1 (or 0xEADCC1) is unknown color: approx Double Pearl Lusta. HEX triplet: EA, DC and C1. RGB value is (234,220,193). Sum of RGB (Red+Green+Blue) = 234+220+193=647 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.17% from 647); Green value is 220 (86.33% from 255 or 34.00% from 647); Blue value is 193 (75.78% from 255 or 29.83% from 647); Max value from RGB is 234 - color contains mainly: red. Hex color #EADCC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADCC1 is #15233E. Grayscale: #DDDDDD. Windows color (decimal): -1385279 or 12705002. OLE color: 12705002.

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

Color convert

RGB234220193-
CMYK00.060.180.08
HSL39.51º49.4%83.73%-
HSV(B)39.51º17.52%91.76%-
XYZ69.1572.5360.81-
YUV221.11112.14137.2-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.17%
GREEN value IS 220 (86.33% from 255) = 34.00%
BLUE value IS 193 (75.78% from 255) = 29.83%
R=36.17%
G=34.00%
B=29.83%

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
Decimal23422019300.060.180.0839.5149.483.73
HexEADCC106128283154
Octal3523343010622105061124
Binary11101010110111001100000101101001010001010001100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADCC1; }

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

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

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

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

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

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

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

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