Shades of Classic Rose #ECCBE3
Tints of Classic Rose #ECCBE3
RGB
CMYK
RGB Variations
Color information
#ECCBE3 (or 0xECCBE3) is known color: Classic Rose. HEX triplet: EC, CB and E3. RGB value is (236,203,227). Sum of RGB (Red+Green+Blue) = 236+203+227=666 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.44% from 666); Green value is 203 (79.69% from 255 or 30.48% from 666); Blue value is 227 (89.06% from 255 or 34.08% from 666); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCBE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCBE3 is #13341C. Grayscale: #D7D7D7. Windows color (decimal): -1258525 or 14928876. OLE color: 14928876.
HSL color Cylindrical-coordinate representation of color #ECCBE3: hue angle of 316.36º degrees, saturation: 0.46, 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 #ECCBE3 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 203 | 227 | - |
CMYK | 0 | 0.14 | 0.04 | 0.07 |
HSL | 316.36º | 0.46% | 0.86% | - |
HSV(B) | 316.36º | 0.14% | 0.93% | - |
XYZ | 69.81 | 66.09 | 81.75 | - |
YUV | 215.6 | 134.43 | 142.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 203 | 227 | 0 | 0.14 | 0.04 | 0.07 | 316.36 | 0.46 | 0.86 |
Hex | EC | CB | E3 | 0 | E | 4 | 7 | 13C | 2E | 56 |
Octal | 354 | 313 | 343 | 0 | 16 | 4 | 7 | 474 | 56 | 126 |
Binary | 11101100 | 11001011 | 11100011 | 0 | 1110 | 100 | 111 | 100111100 | 101110 | 1010110 |
Color Harmonies of #ECCBE3
Complementary color
Monochromatic Colors of #ECCBE3
Black with #ECCBE3
Text Example
Text Example
White with #ECCBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCBE3; }
p { color: rgb(236,203,227); }
H1.HeaderClassName
{
color: #ECCBE3;
}
.AnyTagClassName
{
color: #ECCBE3;
}
</style>
background-color css
<style>
a { background-color: #ECCBE3; }
a { background-color: rgb(236,203,227); }
div.DivClassName
{
background-color: #ECCBE3;
}
.BgClassName
{
background-color: #ECCBE3;
}
</style>
border-color css
<style>
span { border-color: #ECCBE3; }
span { border-color: rgb(236,203,227); }
td.TdClassName
{
border-color: #ECCBE3;
}
.TagClassName
{
border-color: #ECCBE3;
}
</style>