Shades of Classic Rose #EDC1DE
Tints of Classic Rose #EDC1DE
RGB
CMYK
RGB Variations
Color information
#EDC1DE (or 0xEDC1DE) is known color: Classic Rose. HEX triplet: ED, C1 and DE. RGB value is (237,193,222). Sum of RGB (Red+Green+Blue) = 237+193+222=652 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.35% from 652); Green value is 193 (75.78% from 255 or 29.60% from 652); Blue value is 222 (87.11% from 255 or 34.05% from 652); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC1DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC1DE is #123E21. Grayscale: #D1D1D1. Windows color (decimal): -1195554 or 14598637. OLE color: 14598637.
HSL color Cylindrical-coordinate representation of color #EDC1DE: hue angle of 320.45º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EDC1DE is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 193 | 222 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.07 |
| HSL | 320.45º | 0.55% | 0.84% | - |
| HSV(B) | 320.45º | 0.19% | 0.93% | - |
| XYZ | 67.18 | 61.42 | 77.42 | - |
| YUV | 209.46 | 135.08 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 193 | 222 | 0 | 0.19 | 0.06 | 0.07 | 320.45 | 0.55 | 0.84 |
| Hex | ED | C1 | DE | 0 | 13 | 6 | 7 | 140 | 37 | 54 |
| Octal | 355 | 301 | 336 | 0 | 23 | 6 | 7 | 500 | 67 | 124 |
| Binary | 11101101 | 11000001 | 11011110 | 0 | 10011 | 110 | 111 | 101000000 | 110111 | 1010100 |
Color Harmonies of #EDC1DE
Complementary color
Monochromatic Colors of #EDC1DE
Black with #EDC1DE
Text Example
Text Example
White with #EDC1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC1DE; }
p { color: rgb(237,193,222); }
H1.HeaderClassName
{
color: #EDC1DE;
}
.AnyTagClassName
{
color: #EDC1DE;
}
</style>
background-color css
<style>
a { background-color: #EDC1DE; }
a { background-color: rgb(237,193,222); }
div.DivClassName
{
background-color: #EDC1DE;
}
.BgClassName
{
background-color: #EDC1DE;
}
</style>
border-color css
<style>
span { border-color: #EDC1DE; }
span { border-color: rgb(237,193,222); }
td.TdClassName
{
border-color: #EDC1DE;
}
.TagClassName
{
border-color: #EDC1DE;
}
</style>