Shades of Classic Rose #EDBED2
Tints of Classic Rose #EDBED2
RGB
CMYK
RGB Variations
Color information
#EDBED2 (or 0xEDBED2) is known color: 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
RGB | 237 | 190 | 210 | - |
CMYK | 0 | 0.20 | 0.11 | 0.07 |
HSL | 334.47º | 0.57% | 0.84% | - |
HSV(B) | 334.47º | 0.2% | 0.93% | - |
XYZ | 64.97 | 59.48 | 69.03 | - |
YUV | 206.33 | 130.07 | 149.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 190 | 210 | 0 | 0.20 | 0.11 | 0.07 | 334.47 | 0.57 | 0.84 |
Hex | ED | BE | D2 | 0 | 14 | B | 7 | 14E | 39 | 54 |
Octal | 355 | 276 | 322 | 0 | 24 | 13 | 7 | 516 | 71 | 124 |
Binary | 11101101 | 10111110 | 11010010 | 0 | 10100 | 1011 | 111 | 101001110 | 111001 | 1010100 |
Color Harmonies of #EDBED2
Complementary color
Monochromatic Colors of #EDBED2
Black with #EDBED2
Text Example
Text Example
White with #EDBED2
Text Example
Text Example
HTML Codes & Css Web 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>