#EDBEDA

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

Shades of Classic Rose #EDBEDA

Tints of Classic Rose #EDBEDA

Color information

#EDBEDA (or 0xEDBEDA) is unknown color: approx Classic Rose. HEX triplet: ED, BE and DA. RGB value is (237,190,218). Sum of RGB (Red+Green+Blue) = 237+190+218=645 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.74% from 645); Green value is 190 (74.61% from 255 or 29.46% from 645); Blue value is 218 (85.55% from 255 or 33.80% from 645); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBEDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBEDA is #124125. Grayscale: #CFCFCF. Windows color (decimal): -1196326 or 14335725. OLE color: 14335725.

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

Color convert

RGB237190218-
CMYK00.200.080.07
HSL324.26º56.63%83.73%-
HSV(B)324.26º19.83%92.94%-
XYZ65.9959.8974.41-
YUV207.24134.07149.22-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.74%
GREEN value IS 190 (74.61% from 255) = 29.46%
BLUE value IS 218 (85.55% from 255) = 33.80%
R=36.74%
G=29.46%
B=33.80%

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
Decimal23719021800.200.080.07324.2656.6383.73
HexEDBEDA014871443954
Octal35527633202410750471124
Binary11101101101111101101101001010010001111010001001110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBEDA; }

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

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

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

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

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

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

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

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