#EDBAD8

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

Shades of Classic Rose #EDBAD8

Tints of Classic Rose #EDBAD8

Color information

#EDBAD8 (or 0xEDBAD8) is unknown color: approx Classic Rose. HEX triplet: ED, BA and D8. RGB value is (237,186,216). Sum of RGB (Red+Green+Blue) = 237+186+216=639 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.09% from 639); Green value is 186 (73.05% from 255 or 29.11% from 639); Blue value is 216 (84.77% from 255 or 33.80% from 639); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBAD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBAD8 is #124527. Grayscale: #CCCCCC. Windows color (decimal): -1197352 or 14203629. OLE color: 14203629.

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

Color convert

RGB237186216-
CMYK00.220.090.07
HSL324.71º58.62%82.94%-
HSV(B)324.71º21.52%92.94%-
XYZ64.8858.0872.76-
YUV204.67134.4151.06-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.09%
GREEN value IS 186 (73.05% from 255) = 29.11%
BLUE value IS 216 (84.77% from 255) = 33.80%
R=37.09%
G=29.11%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718621600.220.090.07324.7158.6282.94
HexEDBAD8016971453b53
Octal35527233002611750573123
Binary11101101101110101101100001011010011111010001011110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBAD8; }

 p { color: rgb(237,186,216); }

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

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

 a { background-color: rgb(237,186,216); }

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

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

 span { border-color: rgb(237,186,216); }

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