Shades of Classic Rose #ECD2DE
Tints of Classic Rose #ECD2DE
RGB
CMYK
RGB Variations
Color information
#ECD2DE (or 0xECD2DE) is known color: Classic Rose. HEX triplet: EC, D2 and DE. RGB value is (236,210,222). Sum of RGB (Red+Green+Blue) = 236+210+222=668 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.33% from 668); Green value is 210 (82.42% from 255 or 31.44% from 668); Blue value is 222 (87.11% from 255 or 33.23% from 668); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD2DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD2DE is #132D21. Grayscale: #DBDBDB. Windows color (decimal): -1256738 or 14602988. OLE color: 14602988.
HSL color Cylindrical-coordinate representation of color #ECD2DE: hue angle of 332.31º degrees, saturation: 0.41, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ECD2DE is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 210 | 222 | - |
| CMYK | 0 | 0.11 | 0.06 | 0.07 |
| HSL | 332.31º | 0.41% | 0.87% | - |
| HSV(B) | 332.31º | 0.11% | 0.93% | - |
| XYZ | 70.82 | 69.2 | 78.73 | - |
| YUV | 219.14 | 129.61 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 210 | 222 | 0 | 0.11 | 0.06 | 0.07 | 332.31 | 0.41 | 0.87 |
| Hex | EC | D2 | DE | 0 | B | 6 | 7 | 14C | 29 | 57 |
| Octal | 354 | 322 | 336 | 0 | 13 | 6 | 7 | 514 | 51 | 127 |
| Binary | 11101100 | 11010010 | 11011110 | 0 | 1011 | 110 | 111 | 101001100 | 101001 | 1010111 |
Color Harmonies of #ECD2DE
Complementary color
Monochromatic Colors of #ECD2DE
Black with #ECD2DE
Text Example
Text Example
White with #ECD2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD2DE; }
p { color: rgb(236,210,222); }
H1.HeaderClassName
{
color: #ECD2DE;
}
.AnyTagClassName
{
color: #ECD2DE;
}
</style>
background-color css
<style>
a { background-color: #ECD2DE; }
a { background-color: rgb(236,210,222); }
div.DivClassName
{
background-color: #ECD2DE;
}
.BgClassName
{
background-color: #ECD2DE;
}
</style>
border-color css
<style>
span { border-color: #ECD2DE; }
span { border-color: rgb(236,210,222); }
td.TdClassName
{
border-color: #ECD2DE;
}
.TagClassName
{
border-color: #ECD2DE;
}
</style>