Shades of Classic Rose #ECCFDD
Tints of Classic Rose #ECCFDD
RGB
CMYK
RGB Variations
Color information
#ECCFDD (or 0xECCFDD) is known color: Classic Rose. HEX triplet: EC, CF and DD. RGB value is (236,207,221). Sum of RGB (Red+Green+Blue) = 236+207+221=664 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.54% from 664); Green value is 207 (81.25% from 255 or 31.17% from 664); Blue value is 221 (86.72% from 255 or 33.28% from 664); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCFDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCFDD is #133022. Grayscale: #D9D9D9. Windows color (decimal): -1257507 or 14536684. OLE color: 14536684.
HSL color Cylindrical-coordinate representation of color #ECCFDD: hue angle of 331.03º 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 #ECCFDD is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 207 | 221 | - |
CMYK | 0 | 0.12 | 0.06 | 0.07 |
HSL | 331.03º | 0.43% | 0.87% | - |
HSV(B) | 331.03º | 0.12% | 0.93% | - |
XYZ | 69.96 | 67.68 | 77.78 | - |
YUV | 217.27 | 130.11 | 141.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 207 | 221 | 0 | 0.12 | 0.06 | 0.07 | 331.03 | 0.43 | 0.87 |
Hex | EC | CF | DD | 0 | C | 6 | 7 | 14B | 2B | 57 |
Octal | 354 | 317 | 335 | 0 | 14 | 6 | 7 | 513 | 53 | 127 |
Binary | 11101100 | 11001111 | 11011101 | 0 | 1100 | 110 | 111 | 101001011 | 101011 | 1010111 |
Color Harmonies of #ECCFDD
Complementary color
Monochromatic Colors of #ECCFDD
Black with #ECCFDD
Text Example
Text Example
White with #ECCFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCFDD; }
p { color: rgb(236,207,221); }
H1.HeaderClassName
{
color: #ECCFDD;
}
.AnyTagClassName
{
color: #ECCFDD;
}
</style>
background-color css
<style>
a { background-color: #ECCFDD; }
a { background-color: rgb(236,207,221); }
div.DivClassName
{
background-color: #ECCFDD;
}
.BgClassName
{
background-color: #ECCFDD;
}
</style>
border-color css
<style>
span { border-color: #ECCFDD; }
span { border-color: rgb(236,207,221); }
td.TdClassName
{
border-color: #ECCFDD;
}
.TagClassName
{
border-color: #ECCFDD;
}
</style>