Shades of Classic Rose #ECCFE3
Tints of Classic Rose #ECCFE3
RGB
CMYK
RGB Variations
Color information
#ECCFE3 (or 0xECCFE3) is known color: Classic Rose. HEX triplet: EC, CF and E3. RGB value is (236,207,227). Sum of RGB (Red+Green+Blue) = 236+207+227=670 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.22% from 670); Green value is 207 (81.25% from 255 or 30.90% from 670); Blue value is 227 (89.06% from 255 or 33.88% from 670); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCFE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCFE3 is #13301C. Grayscale: #D9D9D9. Windows color (decimal): -1257501 or 14929900. OLE color: 14929900.
HSL color Cylindrical-coordinate representation of color #ECCFE3: hue angle of 318.62º degrees, saturation: 0.43, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ECCFE3 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 207 | 227 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.07 |
| HSL | 318.62º | 0.43% | 0.87% | - |
| HSV(B) | 318.62º | 0.12% | 0.93% | - |
| XYZ | 70.77 | 68 | 82.07 | - |
| YUV | 217.95 | 133.11 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 207 | 227 | 0 | 0.12 | 0.04 | 0.07 | 318.62 | 0.43 | 0.87 |
| Hex | EC | CF | E3 | 0 | C | 4 | 7 | 13F | 2B | 57 |
| Octal | 354 | 317 | 343 | 0 | 14 | 4 | 7 | 477 | 53 | 127 |
| Binary | 11101100 | 11001111 | 11100011 | 0 | 1100 | 100 | 111 | 100111111 | 101011 | 1010111 |
Color Harmonies of #ECCFE3
Complementary color
Monochromatic Colors of #ECCFE3
Black with #ECCFE3
Text Example
Text Example
White with #ECCFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCFE3; }
p { color: rgb(236,207,227); }
H1.HeaderClassName
{
color: #ECCFE3;
}
.AnyTagClassName
{
color: #ECCFE3;
}
</style>
background-color css
<style>
a { background-color: #ECCFE3; }
a { background-color: rgb(236,207,227); }
div.DivClassName
{
background-color: #ECCFE3;
}
.BgClassName
{
background-color: #ECCFE3;
}
</style>
border-color css
<style>
span { border-color: #ECCFE3; }
span { border-color: rgb(236,207,227); }
td.TdClassName
{
border-color: #ECCFE3;
}
.TagClassName
{
border-color: #ECCFE3;
}
</style>