#EDCDE1

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

Shades of Classic Rose #EDCDE1

Tints of Classic Rose #EDCDE1

Color information

#EDCDE1 (or 0xEDCDE1) is unknown color: approx Classic Rose. HEX triplet: ED, CD and E1. RGB value is (237,205,225). Sum of RGB (Red+Green+Blue) = 237+205+225=667 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.53% from 667); Green value is 205 (80.47% from 255 or 30.73% from 667); Blue value is 225 (88.28% from 255 or 33.73% from 667); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCDE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCDE1 is #12321E. Grayscale: #D8D8D8. Windows color (decimal): -1192479 or 14798317. OLE color: 14798317.

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

Color convert

RGB237205225-
CMYK00.140.050.07
HSL322.5º47.06%86.67%-
HSV(B)322.5º13.5%92.94%-
XYZ70.3567.180.48-
YUV216.85132.6142.37-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.53%
GREEN value IS 205 (80.47% from 255) = 30.73%
BLUE value IS 225 (88.28% from 255) = 33.73%
R=35.53%
G=30.73%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720522500.140.050.07322.547.0686.67
HexEDCDE10E571422f57
Octal3553153410165750257127
Binary111011011100110111100001011101011111010000101011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCDE1; }

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

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

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

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

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

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

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

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