#EDCDE4

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

Shades of Classic Rose #EDCDE4

Tints of Classic Rose #EDCDE4

Color information

#EDCDE4 (or 0xEDCDE4) is unknown color: approx Classic Rose. HEX triplet: ED, CD and E4. RGB value is (237,205,228). Sum of RGB (Red+Green+Blue) = 237+205+228=670 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.37% from 670); Green value is 205 (80.47% from 255 or 30.60% from 670); Blue value is 228 (89.45% from 255 or 34.03% from 670); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCDE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCDE4 is #12321B. Grayscale: #D9D9D9. Windows color (decimal): -1192476 or 14994925. OLE color: 14994925.

HSL color Cylindrical-coordinate representation of color #EDCDE4: hue angle of 316.88º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EDCDE4 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB237205228-
CMYK00.140.040.07
HSL316.88º47.06%86.67%-
HSV(B)316.88º13.5%92.94%-
XYZ70.7667.2782.65-
YUV217.19134.1142.13-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.37%
GREEN value IS 205 (80.47% from 255) = 30.60%
BLUE value IS 228 (89.45% from 255) = 34.03%
R=35.37%
G=30.60%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720522800.140.040.07316.8847.0686.67
HexEDCDE40E4713d2f57
Octal3553153440164747557127
Binary111011011100110111100100011101001111001111011011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCDE4; }

 p { color: rgb(237,205,228); }

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

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

 a { background-color: rgb(237,205,228); }

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

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

 span { border-color: rgb(237,205,228); }

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