#EACDE0

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

Shades of Classic Rose #EACDE0

Tints of Classic Rose #EACDE0

Color information

#EACDE0 (or 0xEACDE0) is unknown color: approx Classic Rose. HEX triplet: EA, CD and E0. RGB value is (234,205,224). Sum of RGB (Red+Green+Blue) = 234+205+224=663 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.29% from 663); Green value is 205 (80.47% from 255 or 30.92% from 663); Blue value is 224 (87.89% from 255 or 33.79% from 663); Max value from RGB is 234 - color contains mainly: red. Hex color #EACDE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACDE0 is #15321F. Grayscale: #D7D7D7. Windows color (decimal): -1389088 or 14732778. OLE color: 14732778.

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

Color convert

RGB234205224-
CMYK00.120.040.08
HSL320.69º40.85%86.08%-
HSV(B)320.69º12.39%91.76%-
XYZ69.2266.5479.72-
YUV215.84132.61140.96-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.29%
GREEN value IS 205 (80.47% from 255) = 30.92%
BLUE value IS 224 (87.89% from 255) = 33.79%
R=35.29%
G=30.92%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420522400.120.040.08320.6940.8586.08
HexEACDE00C481412956
Octal35231534001441050151126
Binary1110101011001101111000000110010010001010000011010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACDE0; }

 p { color: rgb(234,205,224); }

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

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

 a { background-color: rgb(234,205,224); }

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

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

 span { border-color: rgb(234,205,224); }

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