Shades of Classic Rose #EDBDD4
Tints of Classic Rose #EDBDD4
RGB
CMYK
RGB Variations
Color information
#EDBDD4 (or 0xEDBDD4) is known color: Classic Rose. HEX triplet: ED, BD and D4. RGB value is (237,189,212). Sum of RGB (Red+Green+Blue) = 237+189+212=638 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.15% from 638); Green value is 189 (74.22% from 255 or 29.62% from 638); Blue value is 212 (83.20% from 255 or 33.23% from 638); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBDD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBDD4 is #12422B. Grayscale: #CDCDCD. Windows color (decimal): -1196588 or 13942253. OLE color: 13942253.
HSL color Cylindrical-coordinate representation of color #EDBDD4: hue angle of 331.25º 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 #EDBDD4 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 189 | 212 | - |
| CMYK | 0 | 0.20 | 0.11 | 0.07 |
| HSL | 331.25º | 0.57% | 0.84% | - |
| HSV(B) | 331.25º | 0.2% | 0.93% | - |
| XYZ | 65.01 | 59.15 | 70.28 | - |
| YUV | 205.97 | 131.4 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 189 | 212 | 0 | 0.20 | 0.11 | 0.07 | 331.25 | 0.57 | 0.84 |
| Hex | ED | BD | D4 | 0 | 14 | B | 7 | 14B | 39 | 54 |
| Octal | 355 | 275 | 324 | 0 | 24 | 13 | 7 | 513 | 71 | 124 |
| Binary | 11101101 | 10111101 | 11010100 | 0 | 10100 | 1011 | 111 | 101001011 | 111001 | 1010100 |
Color Harmonies of #EDBDD4
Complementary color
Monochromatic Colors of #EDBDD4
Black with #EDBDD4
Text Example
Text Example
White with #EDBDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBDD4; }
p { color: rgb(237,189,212); }
H1.HeaderClassName
{
color: #EDBDD4;
}
.AnyTagClassName
{
color: #EDBDD4;
}
</style>
background-color css
<style>
a { background-color: #EDBDD4; }
a { background-color: rgb(237,189,212); }
div.DivClassName
{
background-color: #EDBDD4;
}
.BgClassName
{
background-color: #EDBDD4;
}
</style>
border-color css
<style>
span { border-color: #EDBDD4; }
span { border-color: rgb(237,189,212); }
td.TdClassName
{
border-color: #EDBDD4;
}
.TagClassName
{
border-color: #EDBDD4;
}
</style>