Shades of Classic Rose #ECCBDF
Tints of Classic Rose #ECCBDF
RGB
CMYK
RGB Variations
Color information
#ECCBDF (or 0xECCBDF) is known color: Classic Rose. HEX triplet: EC, CB and DF. RGB value is (236,203,223). Sum of RGB (Red+Green+Blue) = 236+203+223=662 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.65% from 662); Green value is 203 (79.69% from 255 or 30.66% from 662); Blue value is 223 (87.5% from 255 or 33.69% from 662); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCBDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCBDF is #133420. Grayscale: #D7D7D7. Windows color (decimal): -1258529 or 14666732. OLE color: 14666732.
HSL color Cylindrical-coordinate representation of color #ECCBDF: hue angle of 323.64º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ECCBDF is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 203 | 223 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.07 |
| HSL | 323.64º | 0.46% | 0.86% | - |
| HSV(B) | 323.64º | 0.14% | 0.93% | - |
| XYZ | 69.27 | 65.87 | 78.88 | - |
| YUV | 215.15 | 132.43 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 203 | 223 | 0 | 0.14 | 0.06 | 0.07 | 323.64 | 0.46 | 0.86 |
| Hex | EC | CB | DF | 0 | E | 6 | 7 | 144 | 2E | 56 |
| Octal | 354 | 313 | 337 | 0 | 16 | 6 | 7 | 504 | 56 | 126 |
| Binary | 11101100 | 11001011 | 11011111 | 0 | 1110 | 110 | 111 | 101000100 | 101110 | 1010110 |
Color Harmonies of #ECCBDF
Complementary color
Monochromatic Colors of #ECCBDF
Black with #ECCBDF
Text Example
Text Example
White with #ECCBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCBDF; }
p { color: rgb(236,203,223); }
H1.HeaderClassName
{
color: #ECCBDF;
}
.AnyTagClassName
{
color: #ECCBDF;
}
</style>
background-color css
<style>
a { background-color: #ECCBDF; }
a { background-color: rgb(236,203,223); }
div.DivClassName
{
background-color: #ECCBDF;
}
.BgClassName
{
background-color: #ECCBDF;
}
</style>
border-color css
<style>
span { border-color: #ECCBDF; }
span { border-color: rgb(236,203,223); }
td.TdClassName
{
border-color: #ECCBDF;
}
.TagClassName
{
border-color: #ECCBDF;
}
</style>