#EDBCD6

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

Shades of Classic Rose #EDBCD6

Tints of Classic Rose #EDBCD6

Color information

#EDBCD6 (or 0xEDBCD6) is unknown color: approx Classic Rose. HEX triplet: ED, BC and D6. RGB value is (237,188,214). Sum of RGB (Red+Green+Blue) = 237+188+214=639 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.09% from 639); Green value is 188 (73.83% from 255 or 29.42% from 639); Blue value is 214 (83.98% from 255 or 33.49% from 639); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBCD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBCD6 is #124329. Grayscale: #CDCDCD. Windows color (decimal): -1196842 or 14073069. OLE color: 14073069.

HSL color Cylindrical-coordinate representation of color #EDBCD6: hue angle of 328.16º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EDBCD6 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB237188214-
CMYK00.210.100.07
HSL328.16º57.65%83.33%-
HSV(B)328.16º20.68%92.94%-
XYZ65.0558.8371.54-
YUV205.62132.73150.39-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.09%
GREEN value IS 188 (73.83% from 255) = 29.42%
BLUE value IS 214 (83.98% from 255) = 33.49%
R=37.09%
G=29.42%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718821400.210.100.07328.1657.6583.33
HexEDBCD6015A71483a53
Octal35527432602512751072123
Binary11101101101111001101011001010110101111010010001110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBCD6; }

 p { color: rgb(237,188,214); }

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

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

 a { background-color: rgb(237,188,214); }

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

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

 span { border-color: rgb(237,188,214); }

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