#EACEDD

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

Shades of Classic Rose #EACEDD

Tints of Classic Rose #EACEDD

Color information

#EACEDD (or 0xEACEDD) is unknown color: approx Classic Rose. HEX triplet: EA, CE and DD. RGB value is (234,206,221). Sum of RGB (Red+Green+Blue) = 234+206+221=661 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.40% from 661); Green value is 206 (80.86% from 255 or 31.16% from 661); Blue value is 221 (86.72% from 255 or 33.43% from 661); Max value from RGB is 234 - color contains mainly: red. Hex color #EACEDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACEDD is #153122. Grayscale: #D8D8D8. Windows color (decimal): -1388835 or 14536426. OLE color: 14536426.

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

Color convert

RGB234206221-
CMYK00.120.060.08
HSL327.86º40%86.27%-
HSV(B)327.86º11.97%91.76%-
XYZ69.0566.8677.67-
YUV216.08130.78140.78-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.40%
GREEN value IS 206 (80.86% from 255) = 31.16%
BLUE value IS 221 (86.72% from 255) = 33.43%
R=35.40%
G=31.16%
B=33.43%

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
Decimal23420622100.120.060.08327.864086.27
HexEACEDD0C681482856
Octal35231633501461051050126
Binary1110101011001110110111010110011010001010010001010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACEDD; }

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

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

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

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

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

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

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

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