#EDBED9

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

Shades of Classic Rose #EDBED9

Tints of Classic Rose #EDBED9

Color information

#EDBED9 (or 0xEDBED9) is unknown color: approx Classic Rose. HEX triplet: ED, BE and D9. RGB value is (237,190,217). Sum of RGB (Red+Green+Blue) = 237+190+217=644 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.80% from 644); Green value is 190 (74.61% from 255 or 29.50% from 644); Blue value is 217 (85.16% from 255 or 33.70% from 644); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBED9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBED9 is #124126. Grayscale: #CFCFCF. Windows color (decimal): -1196327 or 14270189. OLE color: 14270189.

HSL color Cylindrical-coordinate representation of color #EDBED9: hue angle of 325.53º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDBED9 is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB237190217-
CMYK00.200.080.07
HSL325.53º56.63%83.73%-
HSV(B)325.53º19.83%92.94%-
XYZ65.8659.8473.72-
YUV207.13133.57149.3-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.80%
GREEN value IS 190 (74.61% from 255) = 29.50%
BLUE value IS 217 (85.16% from 255) = 33.70%
R=36.80%
G=29.50%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719021700.200.080.07325.5356.6383.73
HexEDBED9014871463954
Octal35527633102410750671124
Binary11101101101111101101100101010010001111010001101110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBED9; }

 p { color: rgb(237,190,217); }

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

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

 a { background-color: rgb(237,190,217); }

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

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

 span { border-color: rgb(237,190,217); }

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