Shades of Classic Rose #ECCEDA
Tints of Classic Rose #ECCEDA
RGB
CMYK
RGB Variations
Color information
#ECCEDA (or 0xECCEDA) is known color: Classic Rose. HEX triplet: EC, CE and DA. RGB value is (236,206,218). Sum of RGB (Red+Green+Blue) = 236+206+218=660 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.76% from 660); Green value is 206 (80.86% from 255 or 31.21% from 660); Blue value is 218 (85.55% from 255 or 33.03% from 660); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCEDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCEDA is #133125. Grayscale: #D8D8D8. Windows color (decimal): -1257766 or 14339820. OLE color: 14339820.
HSL color Cylindrical-coordinate representation of color #ECCEDA: hue angle of 336º degrees, saturation: 0.44, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ECCEDA is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 206 | 218 | - |
CMYK | 0 | 0.13 | 0.08 | 0.07 |
HSL | 336º | 0.44% | 0.87% | - |
HSV(B) | 336º | 0.13% | 0.93% | - |
XYZ | 69.32 | 67.04 | 75.62 | - |
YUV | 216.34 | 128.94 | 142.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 206 | 218 | 0 | 0.13 | 0.08 | 0.07 | 336 | 0.44 | 0.87 |
Hex | EC | CE | DA | 0 | D | 8 | 7 | 150 | 2C | 57 |
Octal | 354 | 316 | 332 | 0 | 15 | 10 | 7 | 520 | 54 | 127 |
Binary | 11101100 | 11001110 | 11011010 | 0 | 1101 | 1000 | 111 | 101010000 | 101100 | 1010111 |
Color Harmonies of #ECCEDA
Complementary color
Monochromatic Colors of #ECCEDA
Black with #ECCEDA
Text Example
Text Example
White with #ECCEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCEDA; }
p { color: rgb(236,206,218); }
H1.HeaderClassName
{
color: #ECCEDA;
}
.AnyTagClassName
{
color: #ECCEDA;
}
</style>
background-color css
<style>
a { background-color: #ECCEDA; }
a { background-color: rgb(236,206,218); }
div.DivClassName
{
background-color: #ECCEDA;
}
.BgClassName
{
background-color: #ECCEDA;
}
</style>
border-color css
<style>
span { border-color: #ECCEDA; }
span { border-color: rgb(236,206,218); }
td.TdClassName
{
border-color: #ECCEDA;
}
.TagClassName
{
border-color: #ECCEDA;
}
</style>