Shades of Classic Rose #ECBEDC
Tints of Classic Rose #ECBEDC
RGB
CMYK
RGB Variations
Color information
#ECBEDC (or 0xECBEDC) is known color: Classic Rose. HEX triplet: EC, BE and DC. RGB value is (236,190,220). Sum of RGB (Red+Green+Blue) = 236+190+220=646 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.53% from 646); Green value is 190 (74.61% from 255 or 29.41% from 646); Blue value is 220 (86.33% from 255 or 34.06% from 646); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBEDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBEDC is #134123. Grayscale: #CFCFCF. Windows color (decimal): -1261860 or 14466796. OLE color: 14466796.
HSL color Cylindrical-coordinate representation of color #ECBEDC: hue angle of 320.87º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ECBEDC is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 190 | 220 | - |
CMYK | 0 | 0.19 | 0.07 | 0.07 |
HSL | 320.87º | 0.55% | 0.84% | - |
HSV(B) | 320.87º | 0.19% | 0.93% | - |
XYZ | 65.92 | 59.83 | 75.78 | - |
YUV | 207.17 | 135.24 | 148.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 190 | 220 | 0 | 0.19 | 0.07 | 0.07 | 320.87 | 0.55 | 0.84 |
Hex | EC | BE | DC | 0 | 13 | 7 | 7 | 141 | 37 | 54 |
Octal | 354 | 276 | 334 | 0 | 23 | 7 | 7 | 501 | 67 | 124 |
Binary | 11101100 | 10111110 | 11011100 | 0 | 10011 | 111 | 111 | 101000001 | 110111 | 1010100 |
Color Harmonies of #ECBEDC
Complementary color
Monochromatic Colors of #ECBEDC
Black with #ECBEDC
Text Example
Text Example
White with #ECBEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBEDC; }
p { color: rgb(236,190,220); }
H1.HeaderClassName
{
color: #ECBEDC;
}
.AnyTagClassName
{
color: #ECBEDC;
}
</style>
background-color css
<style>
a { background-color: #ECBEDC; }
a { background-color: rgb(236,190,220); }
div.DivClassName
{
background-color: #ECBEDC;
}
.BgClassName
{
background-color: #ECBEDC;
}
</style>
border-color css
<style>
span { border-color: #ECBEDC; }
span { border-color: rgb(236,190,220); }
td.TdClassName
{
border-color: #ECBEDC;
}
.TagClassName
{
border-color: #ECBEDC;
}
</style>