#EDC4E1

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

Shades of Classic Rose #EDC4E1

Tints of Classic Rose #EDC4E1

Color information

#EDC4E1 (or 0xEDC4E1) is unknown color: approx Classic Rose. HEX triplet: ED, C4 and E1. RGB value is (237,196,225). Sum of RGB (Red+Green+Blue) = 237+196+225=658 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.02% from 658); Green value is 196 (76.95% from 255 or 29.79% from 658); Blue value is 225 (88.28% from 255 or 34.19% from 658); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC4E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC4E1 is #123B1E. Grayscale: #D3D3D3. Windows color (decimal): -1194783 or 14796013. OLE color: 14796013.

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

Color convert

RGB237196225-
CMYK00.170.050.07
HSL317.56º53.25%84.9%-
HSV(B)317.56º17.3%92.94%-
XYZ68.2662.9279.78-
YUV211.56135.58146.14-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.02%
GREEN value IS 196 (76.95% from 255) = 29.79%
BLUE value IS 225 (88.28% from 255) = 34.19%
R=36.02%
G=29.79%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719622500.170.050.07317.5653.2584.9
HexEDC4E10115713e3555
Octal3553043410215747665125
Binary1110110111000100111000010100011011111001111101101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC4E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC4E1; }

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

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

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

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

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

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

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

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