#EDCBE0

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

Shades of Classic Rose #EDCBE0

Tints of Classic Rose #EDCBE0

Color information

#EDCBE0 (or 0xEDCBE0) is unknown color: approx Classic Rose. HEX triplet: ED, CB and E0. RGB value is (237,203,224). Sum of RGB (Red+Green+Blue) = 237+203+224=664 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.69% from 664); Green value is 203 (79.69% from 255 or 30.57% from 664); Blue value is 224 (87.89% from 255 or 33.73% from 664); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCBE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCBE0 is #12341F. Grayscale: #D7D7D7. Windows color (decimal): -1192992 or 14732269. OLE color: 14732269.

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

Color convert

RGB237203224-
CMYK00.140.050.07
HSL322.94º48.57%86.27%-
HSV(B)322.94º14.35%92.94%-
XYZ69.7466.179.6-
YUV215.56132.76143.29-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.69%
GREEN value IS 203 (79.69% from 255) = 30.57%
BLUE value IS 224 (87.89% from 255) = 33.73%
R=35.69%
G=30.57%
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
Decimal23720322400.140.050.07322.9448.5786.27
HexEDCBE00E571433156
Octal3553133400165750361126
Binary111011011100101111100000011101011111010000111100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCBE0; }

 p { color: rgb(237,203,224); }

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

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

 a { background-color: rgb(237,203,224); }

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

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

 span { border-color: rgb(237,203,224); }

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