Shades of Classic Rose #ECC8D6
Tints of Classic Rose #ECC8D6
RGB
CMYK
RGB Variations
Color information
#ECC8D6 (or 0xECC8D6) is known color: Classic Rose. HEX triplet: EC, C8 and D6. RGB value is (236,200,214). Sum of RGB (Red+Green+Blue) = 236+200+214=650 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.31% from 650); Green value is 200 (78.52% from 255 or 30.77% from 650); Blue value is 214 (83.98% from 255 or 32.92% from 650); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC8D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC8D6 is #133729. Grayscale: #D4D4D4. Windows color (decimal): -1259306 or 14076140. OLE color: 14076140.
HSL color Cylindrical-coordinate representation of color #ECC8D6: hue angle of 336.67º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ECC8D6 is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 200 | 214 | - |
CMYK | 0 | 0.15 | 0.09 | 0.07 |
HSL | 336.67º | 0.49% | 0.85% | - |
HSV(B) | 336.67º | 0.15% | 0.93% | - |
XYZ | 67.38 | 64 | 72.42 | - |
YUV | 212.36 | 128.93 | 144.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 200 | 214 | 0 | 0.15 | 0.09 | 0.07 | 336.67 | 0.49 | 0.85 |
Hex | EC | C8 | D6 | 0 | F | 9 | 7 | 151 | 31 | 55 |
Octal | 354 | 310 | 326 | 0 | 17 | 11 | 7 | 521 | 61 | 125 |
Binary | 11101100 | 11001000 | 11010110 | 0 | 1111 | 1001 | 111 | 101010001 | 110001 | 1010101 |
Color Harmonies of #ECC8D6
Complementary color
Monochromatic Colors of #ECC8D6
Black with #ECC8D6
Text Example
Text Example
White with #ECC8D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC8D6; }
p { color: rgb(236,200,214); }
H1.HeaderClassName
{
color: #ECC8D6;
}
.AnyTagClassName
{
color: #ECC8D6;
}
</style>
background-color css
<style>
a { background-color: #ECC8D6; }
a { background-color: rgb(236,200,214); }
div.DivClassName
{
background-color: #ECC8D6;
}
.BgClassName
{
background-color: #ECC8D6;
}
</style>
border-color css
<style>
span { border-color: #ECC8D6; }
span { border-color: rgb(236,200,214); }
td.TdClassName
{
border-color: #ECC8D6;
}
.TagClassName
{
border-color: #ECC8D6;
}
</style>