#EADCE4

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

Shades of Classic Rose #EADCE4

Tints of Classic Rose #EADCE4

Color information

#EADCE4 (or 0xEADCE4) is unknown color: approx Classic Rose. HEX triplet: EA, DC and E4. RGB value is (234,220,228). Sum of RGB (Red+Green+Blue) = 234+220+228=682 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.31% from 682); Green value is 220 (86.33% from 255 or 32.26% from 682); Blue value is 228 (89.45% from 255 or 33.43% from 682); Max value from RGB is 234 - color contains mainly: red. Hex color #EADCE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADCE4 is #15231B. Grayscale: #E1E1E1. Windows color (decimal): -1385244 or 14998762. OLE color: 14998762.

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

Color convert

RGB234220228-
CMYK00.060.030.08
HSL325.71º25%89.02%-
HSV(B)325.71º5.98%91.76%-
XYZ73.5374.2883.86-
YUV225.1129.64134.35-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.31%
GREEN value IS 220 (86.33% from 255) = 32.26%
BLUE value IS 228 (89.45% from 255) = 33.43%
R=34.31%
G=32.26%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422022800.060.030.08325.712589.02
HexEADCE406381461959
Octal3523343440631050631131
Binary1110101011011100111001000110111000101000110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADCE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADCE4; }

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

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

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

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

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

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

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

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