#EACEDE

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

Shades of Classic Rose #EACEDE

Tints of Classic Rose #EACEDE

Color information

#EACEDE (or 0xEACEDE) is unknown color: approx Classic Rose. HEX triplet: EA, CE and DE. RGB value is (234,206,222). Sum of RGB (Red+Green+Blue) = 234+206+222=662 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.35% from 662); Green value is 206 (80.86% from 255 or 31.12% from 662); Blue value is 222 (87.11% from 255 or 33.53% from 662); Max value from RGB is 234 - color contains mainly: red. Hex color #EACEDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACEDE is #153121. Grayscale: #D8D8D8. Windows color (decimal): -1388834 or 14601962. OLE color: 14601962.

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

Color convert

RGB234206222-
CMYK00.120.050.08
HSL325.71º40%86.27%-
HSV(B)325.71º11.97%91.76%-
XYZ69.1966.9178.38-
YUV216.2131.28140.7-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.35%
GREEN value IS 206 (80.86% from 255) = 31.12%
BLUE value IS 222 (87.11% from 255) = 33.53%
R=35.35%
G=31.12%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420622200.120.050.08325.714086.27
HexEACEDE0C581462856
Octal35231633601451050650126
Binary1110101011001110110111100110010110001010001101010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACEDE; }

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

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

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

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

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

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

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

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