#EACEDC

Color #EACEDC Classic Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Classic Rose #EACEDC

Tints of Classic Rose #EACEDC

Color information

#EACEDC (or 0xEACEDC) is unknown color: approx Classic Rose. HEX triplet: EA, CE and DC. RGB value is (234,206,220). Sum of RGB (Red+Green+Blue) = 234+206+220=660 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.45% from 660); Green value is 206 (80.86% from 255 or 31.21% from 660); Blue value is 220 (86.33% from 255 or 33.33% from 660); Max value from RGB is 234 - color contains mainly: red. Hex color #EACEDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACEDC is #153123. Grayscale: #D7D7D7. Windows color (decimal): -1388836 or 14470890. OLE color: 14470890.

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

Color convert

RGB234206220-
CMYK00.120.060.08
HSL330º40%86.27%-
HSV(B)330º11.97%91.76%-
XYZ68.9266.876.97-
YUV215.97130.28140.86-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.45%
GREEN value IS 206 (80.86% from 255) = 31.21%
BLUE value IS 220 (86.33% from 255) = 33.33%
R=35.45%
G=31.21%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420622000.120.060.083304086.27
HexEACEDC0C6814a2856
Octal35231633401461051250126
Binary1110101011001110110111000110011010001010010101010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACEDC; }

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

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

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

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

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

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

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

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