Shades of Classic Rose #ECCFDF
Tints of Classic Rose #ECCFDF
RGB
CMYK
RGB Variations
Color information
#ECCFDF (or 0xECCFDF) is known color: Classic Rose. HEX triplet: EC, CF and DF. RGB value is (236,207,223). Sum of RGB (Red+Green+Blue) = 236+207+223=666 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.44% from 666); Green value is 207 (81.25% from 255 or 31.08% from 666); Blue value is 223 (87.5% from 255 or 33.48% from 666); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCFDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCFDF is #133020. Grayscale: #D9D9D9. Windows color (decimal): -1257505 or 14667756. OLE color: 14667756.
HSL color Cylindrical-coordinate representation of color #ECCFDF: hue angle of 326.9º 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 #ECCFDF is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 207 | 223 | - |
CMYK | 0 | 0.12 | 0.06 | 0.07 |
HSL | 326.9º | 0.43% | 0.87% | - |
HSV(B) | 326.9º | 0.12% | 0.93% | - |
XYZ | 70.22 | 67.79 | 79.19 | - |
YUV | 217.5 | 131.11 | 141.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 207 | 223 | 0 | 0.12 | 0.06 | 0.07 | 326.9 | 0.43 | 0.87 |
Hex | EC | CF | DF | 0 | C | 6 | 7 | 147 | 2B | 57 |
Octal | 354 | 317 | 337 | 0 | 14 | 6 | 7 | 507 | 53 | 127 |
Binary | 11101100 | 11001111 | 11011111 | 0 | 1100 | 110 | 111 | 101000111 | 101011 | 1010111 |
Color Harmonies of #ECCFDF
Complementary color
Monochromatic Colors of #ECCFDF
Black with #ECCFDF
Text Example
Text Example
White with #ECCFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCFDF; }
p { color: rgb(236,207,223); }
H1.HeaderClassName
{
color: #ECCFDF;
}
.AnyTagClassName
{
color: #ECCFDF;
}
</style>
background-color css
<style>
a { background-color: #ECCFDF; }
a { background-color: rgb(236,207,223); }
div.DivClassName
{
background-color: #ECCFDF;
}
.BgClassName
{
background-color: #ECCFDF;
}
</style>
border-color css
<style>
span { border-color: #ECCFDF; }
span { border-color: rgb(236,207,223); }
td.TdClassName
{
border-color: #ECCFDF;
}
.TagClassName
{
border-color: #ECCFDF;
}
</style>