Shades of Classic Rose #ECCAD9
Tints of Classic Rose #ECCAD9
RGB
CMYK
RGB Variations
Color information
#ECCAD9 (or 0xECCAD9) is known color: Classic Rose. HEX triplet: EC, CA and D9. RGB value is (236,202,217). Sum of RGB (Red+Green+Blue) = 236+202+217=655 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.03% from 655); Green value is 202 (79.30% from 255 or 30.84% from 655); Blue value is 217 (85.16% from 255 or 33.13% from 655); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCAD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCAD9 is #133526. Grayscale: #D5D5D5. Windows color (decimal): -1258791 or 14273260. OLE color: 14273260.
HSL color Cylindrical-coordinate representation of color #ECCAD9: hue angle of 333.53º degrees, saturation: 0.47, 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 #ECCAD9 is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 202 | 217 | - |
CMYK | 0 | 0.14 | 0.08 | 0.07 |
HSL | 333.53º | 0.47% | 0.86% | - |
HSV(B) | 333.53º | 0.14% | 0.93% | - |
XYZ | 68.24 | 65.08 | 74.61 | - |
YUV | 213.88 | 129.76 | 143.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 202 | 217 | 0 | 0.14 | 0.08 | 0.07 | 333.53 | 0.47 | 0.86 |
Hex | EC | CA | D9 | 0 | E | 8 | 7 | 14E | 2F | 56 |
Octal | 354 | 312 | 331 | 0 | 16 | 10 | 7 | 516 | 57 | 126 |
Binary | 11101100 | 11001010 | 11011001 | 0 | 1110 | 1000 | 111 | 101001110 | 101111 | 1010110 |
Color Harmonies of #ECCAD9
Complementary color
Monochromatic Colors of #ECCAD9
Black with #ECCAD9
Text Example
Text Example
White with #ECCAD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCAD9; }
p { color: rgb(236,202,217); }
H1.HeaderClassName
{
color: #ECCAD9;
}
.AnyTagClassName
{
color: #ECCAD9;
}
</style>
background-color css
<style>
a { background-color: #ECCAD9; }
a { background-color: rgb(236,202,217); }
div.DivClassName
{
background-color: #ECCAD9;
}
.BgClassName
{
background-color: #ECCAD9;
}
</style>
border-color css
<style>
span { border-color: #ECCAD9; }
span { border-color: rgb(236,202,217); }
td.TdClassName
{
border-color: #ECCAD9;
}
.TagClassName
{
border-color: #ECCAD9;
}
</style>