#EDBED2

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

Shades of Classic Rose #EDBED2

Tints of Classic Rose #EDBED2

Color information

#EDBED2 (or 0xEDBED2) is unknown color: approx Classic Rose. HEX triplet: ED, BE and D2. RGB value is (237,190,210). Sum of RGB (Red+Green+Blue) = 237+190+210=637 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.21% from 637); Green value is 190 (74.61% from 255 or 29.83% from 637); Blue value is 210 (82.42% from 255 or 32.97% from 637); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBED2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBED2 is #12412D. Grayscale: #CECECE. Windows color (decimal): -1196334 or 13811437. OLE color: 13811437.

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

Color convert

RGB237190210-
CMYK00.200.110.07
HSL334.47º56.63%83.73%-
HSV(B)334.47º19.83%92.94%-
XYZ64.9759.4869.03-
YUV206.33130.07149.87-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.21%
GREEN value IS 190 (74.61% from 255) = 29.83%
BLUE value IS 210 (82.42% from 255) = 32.97%
R=37.21%
G=29.83%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719021000.200.110.07334.4756.6383.73
HexEDBED2014B714e3954
Octal35527632202413751671124
Binary11101101101111101101001001010010111111010011101110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBED2; }

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

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

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

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

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

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

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

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