#EDCBDA

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

Shades of Classic Rose #EDCBDA

Tints of Classic Rose #EDCBDA

Color information

#EDCBDA (or 0xEDCBDA) is unknown color: approx Classic Rose. HEX triplet: ED, CB and DA. RGB value is (237,203,218). Sum of RGB (Red+Green+Blue) = 237+203+218=658 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.02% from 658); Green value is 203 (79.69% from 255 or 30.85% from 658); Blue value is 218 (85.55% from 255 or 33.13% from 658); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCBDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCBDA is #123425. Grayscale: #D6D6D6. Windows color (decimal): -1192998 or 14339053. OLE color: 14339053.

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

Color convert

RGB237203218-
CMYK00.140.080.07
HSL333.53º48.57%86.27%-
HSV(B)333.53º14.35%92.94%-
XYZ68.9465.7875.39-
YUV214.88129.76143.78-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.02%
GREEN value IS 203 (79.69% from 255) = 30.85%
BLUE value IS 218 (85.55% from 255) = 33.13%
R=36.02%
G=30.85%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720321800.140.080.07333.5348.5786.27
HexEDCBDA0E8714e3156
Octal35531333201610751661126
Binary1110110111001011110110100111010001111010011101100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCBDA; }

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

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

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

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

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

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

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

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