#EDCAE1

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

Shades of Classic Rose #EDCAE1

Tints of Classic Rose #EDCAE1

Color information

#EDCAE1 (or 0xEDCAE1) is unknown color: approx Classic Rose. HEX triplet: ED, CA and E1. RGB value is (237,202,225). Sum of RGB (Red+Green+Blue) = 237+202+225=664 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.69% from 664); Green value is 202 (79.30% from 255 or 30.42% from 664); Blue value is 225 (88.28% from 255 or 33.89% from 664); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCAE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCAE1 is #12351E. Grayscale: #D7D7D7. Windows color (decimal): -1193247 or 14797549. OLE color: 14797549.

HSL color Cylindrical-coordinate representation of color #EDCAE1: hue angle of 320.57º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EDCAE1 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB237202225-
CMYK00.150.050.07
HSL320.57º49.3%86.08%-
HSV(B)320.57º14.77%92.94%-
XYZ69.6465.6880.24-
YUV215.09133.6143.63-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.69%
GREEN value IS 202 (79.30% from 255) = 30.42%
BLUE value IS 225 (88.28% from 255) = 33.89%
R=35.69%
G=30.42%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720222500.150.050.07320.5749.386.08
HexEDCAE10F571413156
Octal3553123410175750161126
Binary111011011100101011100001011111011111010000011100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCAE1; }

 p { color: rgb(237,202,225); }

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

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

 a { background-color: rgb(237,202,225); }

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

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

 span { border-color: rgb(237,202,225); }

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