#EDC9E1

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

Shades of Classic Rose #EDC9E1

Tints of Classic Rose #EDC9E1

Color information

#EDC9E1 (or 0xEDC9E1) is unknown color: approx Classic Rose. HEX triplet: ED, C9 and E1. RGB value is (237,201,225). Sum of RGB (Red+Green+Blue) = 237+201+225=663 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.75% from 663); Green value is 201 (78.91% from 255 or 30.32% from 663); Blue value is 225 (88.28% from 255 or 33.94% from 663); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC9E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC9E1 is #12361E. Grayscale: #D6D6D6. Windows color (decimal): -1193503 or 14797293. OLE color: 14797293.

HSL color Cylindrical-coordinate representation of color #EDC9E1: hue angle of 320º degrees, saturation: 0.5, 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 #EDC9E1 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB237201225-
CMYK00.150.050.07
HSL320º50%85.88%-
HSV(B)320º15.19%92.94%-
XYZ69.465.2180.16-
YUV214.5133.93144.05-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.75%
GREEN value IS 201 (78.91% from 255) = 30.32%
BLUE value IS 225 (88.28% from 255) = 33.94%
R=35.75%
G=30.32%
B=33.94%

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
Decimal23720122500.150.050.073205085.88
HexEDC9E10F571403256
Octal3553113410175750062126
Binary111011011100100111100001011111011111010000001100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC9E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC9E1; }

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

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

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

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

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

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

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

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