Shades of Classic Rose #ECBFD4
Tints of Classic Rose #ECBFD4
RGB
CMYK
RGB Variations
Color information
#ECBFD4 (or 0xECBFD4) is known color: Classic Rose. HEX triplet: EC, BF and D4. RGB value is (236,191,212). Sum of RGB (Red+Green+Blue) = 236+191+212=639 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.93% from 639); Green value is 191 (75% from 255 or 29.89% from 639); Blue value is 212 (83.20% from 255 or 33.18% from 639); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBFD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBFD4 is #13402B. Grayscale: #CECECE. Windows color (decimal): -1261612 or 13942764. OLE color: 13942764.
HSL color Cylindrical-coordinate representation of color #ECBFD4: hue angle of 332º degrees, saturation: 0.54, 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 #ECBFD4 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 191 | 212 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.07 |
| HSL | 332º | 0.54% | 0.84% | - |
| HSV(B) | 332º | 0.19% | 0.93% | - |
| XYZ | 65.11 | 59.85 | 70.41 | - |
| YUV | 206.85 | 130.91 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 191 | 212 | 0 | 0.19 | 0.10 | 0.07 | 332 | 0.54 | 0.84 |
| Hex | EC | BF | D4 | 0 | 13 | A | 7 | 14C | 36 | 54 |
| Octal | 354 | 277 | 324 | 0 | 23 | 12 | 7 | 514 | 66 | 124 |
| Binary | 11101100 | 10111111 | 11010100 | 0 | 10011 | 1010 | 111 | 101001100 | 110110 | 1010100 |
Color Harmonies of #ECBFD4
Complementary color
Monochromatic Colors of #ECBFD4
Black with #ECBFD4
Text Example
Text Example
White with #ECBFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBFD4; }
p { color: rgb(236,191,212); }
H1.HeaderClassName
{
color: #ECBFD4;
}
.AnyTagClassName
{
color: #ECBFD4;
}
</style>
background-color css
<style>
a { background-color: #ECBFD4; }
a { background-color: rgb(236,191,212); }
div.DivClassName
{
background-color: #ECBFD4;
}
.BgClassName
{
background-color: #ECBFD4;
}
</style>
border-color css
<style>
span { border-color: #ECBFD4; }
span { border-color: rgb(236,191,212); }
td.TdClassName
{
border-color: #ECBFD4;
}
.TagClassName
{
border-color: #ECBFD4;
}
</style>