#EDCBD7

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

Shades of Classic Rose #EDCBD7

Tints of Classic Rose #EDCBD7

Color information

#EDCBD7 (or 0xEDCBD7) is unknown color: approx Classic Rose. HEX triplet: ED, CB and D7. RGB value is (237,203,215). Sum of RGB (Red+Green+Blue) = 237+203+215=655 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.18% from 655); Green value is 203 (79.69% from 255 or 30.99% from 655); Blue value is 215 (84.38% from 255 or 32.82% from 655); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCBD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCBD7 is #123428. Grayscale: #D6D6D6. Windows color (decimal): -1193001 or 14142445. OLE color: 14142445.

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

Color convert

RGB237203215-
CMYK00.140.090.07
HSL338.82º48.57%86.27%-
HSV(B)338.82º14.35%92.94%-
XYZ68.5565.6273.34-
YUV214.53128.26144.02-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.18%
GREEN value IS 203 (79.69% from 255) = 30.99%
BLUE value IS 215 (84.38% from 255) = 32.82%
R=36.18%
G=30.99%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720321500.140.090.07338.8248.5786.27
HexEDCBD70E971533156
Octal35531332701611752361126
Binary1110110111001011110101110111010011111010100111100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCBD7; }

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

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

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

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

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

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

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

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