#EDCDE3

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

Shades of Classic Rose #EDCDE3

Tints of Classic Rose #EDCDE3

Color information

#EDCDE3 (or 0xEDCDE3) is unknown color: approx Classic Rose. HEX triplet: ED, CD and E3. RGB value is (237,205,227). Sum of RGB (Red+Green+Blue) = 237+205+227=669 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.43% from 669); Green value is 205 (80.47% from 255 or 30.64% from 669); Blue value is 227 (89.06% from 255 or 33.93% from 669); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCDE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCDE3 is #12321C. Grayscale: #D9D9D9. Windows color (decimal): -1192477 or 14929389. OLE color: 14929389.

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

Color convert

RGB237205227-
CMYK00.140.040.07
HSL318.75º47.06%86.67%-
HSV(B)318.75º13.5%92.94%-
XYZ70.6267.2181.92-
YUV217.08133.6142.21-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.43%
GREEN value IS 205 (80.47% from 255) = 30.64%
BLUE value IS 227 (89.06% from 255) = 33.93%
R=35.43%
G=30.64%
B=33.93%

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
Decimal23720522700.140.040.07318.7547.0686.67
HexEDCDE30E4713f2f57
Octal3553153430164747757127
Binary111011011100110111100011011101001111001111111011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCDE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCDE3; }

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

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

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

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

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

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

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

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