Shades of Classic Rose #ECCADE
Tints of Classic Rose #ECCADE
RGB
CMYK
RGB Variations
Color information
#ECCADE (or 0xECCADE) is known color: Classic Rose. HEX triplet: EC, CA and DE. RGB value is (236,202,222). Sum of RGB (Red+Green+Blue) = 236+202+222=660 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.76% from 660); Green value is 202 (79.30% from 255 or 30.61% from 660); Blue value is 222 (87.11% from 255 or 33.64% from 660); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCADE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCADE is #133521. Grayscale: #D6D6D6. Windows color (decimal): -1258786 or 14600940. OLE color: 14600940.
HSL color Cylindrical-coordinate representation of color #ECCADE: hue angle of 324.71º 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 #ECCADE is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 202 | 222 | - |
CMYK | 0 | 0.14 | 0.06 | 0.07 |
HSL | 324.71º | 0.47% | 0.86% | - |
HSV(B) | 324.71º | 0.14% | 0.93% | - |
XYZ | 68.9 | 65.35 | 78.09 | - |
YUV | 214.45 | 132.26 | 143.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 202 | 222 | 0 | 0.14 | 0.06 | 0.07 | 324.71 | 0.47 | 0.86 |
Hex | EC | CA | DE | 0 | E | 6 | 7 | 145 | 2F | 56 |
Octal | 354 | 312 | 336 | 0 | 16 | 6 | 7 | 505 | 57 | 126 |
Binary | 11101100 | 11001010 | 11011110 | 0 | 1110 | 110 | 111 | 101000101 | 101111 | 1010110 |
Color Harmonies of #ECCADE
Complementary color
Monochromatic Colors of #ECCADE
Black with #ECCADE
Text Example
Text Example
White with #ECCADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCADE; }
p { color: rgb(236,202,222); }
H1.HeaderClassName
{
color: #ECCADE;
}
.AnyTagClassName
{
color: #ECCADE;
}
</style>
background-color css
<style>
a { background-color: #ECCADE; }
a { background-color: rgb(236,202,222); }
div.DivClassName
{
background-color: #ECCADE;
}
.BgClassName
{
background-color: #ECCADE;
}
</style>
border-color css
<style>
span { border-color: #ECCADE; }
span { border-color: rgb(236,202,222); }
td.TdClassName
{
border-color: #ECCADE;
}
.TagClassName
{
border-color: #ECCADE;
}
</style>