Shades of Classic Rose #EDCFE1
Tints of Classic Rose #EDCFE1
RGB
CMYK
RGB Variations
Color information
#EDCFE1 (or 0xEDCFE1) is known color: Classic Rose. HEX triplet: ED, CF and E1. RGB value is (237,207,225). Sum of RGB (Red+Green+Blue) = 237+207+225=669 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.43% from 669); Green value is 207 (81.25% from 255 or 30.94% from 669); Blue value is 225 (88.28% from 255 or 33.63% from 669); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCFE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCFE1 is #12301E. Grayscale: #D9D9D9. Windows color (decimal): -1191967 or 14798829. OLE color: 14798829.
HSL color Cylindrical-coordinate representation of color #EDCFE1: hue angle of 324º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EDCFE1 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 207 | 225 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.07 |
| HSL | 324º | 0.45% | 0.87% | - |
| HSV(B) | 324º | 0.13% | 0.93% | - |
| XYZ | 70.83 | 68.07 | 80.64 | - |
| YUV | 218.02 | 131.94 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 207 | 225 | 0 | 0.13 | 0.05 | 0.07 | 324 | 0.45 | 0.87 |
| Hex | ED | CF | E1 | 0 | D | 5 | 7 | 144 | 2D | 57 |
| Octal | 355 | 317 | 341 | 0 | 15 | 5 | 7 | 504 | 55 | 127 |
| Binary | 11101101 | 11001111 | 11100001 | 0 | 1101 | 101 | 111 | 101000100 | 101101 | 1010111 |
Color Harmonies of #EDCFE1
Complementary color
Monochromatic Colors of #EDCFE1
Black with #EDCFE1
Text Example
Text Example
White with #EDCFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCFE1; }
p { color: rgb(237,207,225); }
H1.HeaderClassName
{
color: #EDCFE1;
}
.AnyTagClassName
{
color: #EDCFE1;
}
</style>
background-color css
<style>
a { background-color: #EDCFE1; }
a { background-color: rgb(237,207,225); }
div.DivClassName
{
background-color: #EDCFE1;
}
.BgClassName
{
background-color: #EDCFE1;
}
</style>
border-color css
<style>
span { border-color: #EDCFE1; }
span { border-color: rgb(237,207,225); }
td.TdClassName
{
border-color: #EDCFE1;
}
.TagClassName
{
border-color: #EDCFE1;
}
</style>