Shades of Classic Rose #ECCBDA
Tints of Classic Rose #ECCBDA
RGB
CMYK
RGB Variations
Color information
#ECCBDA (or 0xECCBDA) is known color: Classic Rose. HEX triplet: EC, CB and DA. RGB value is (236,203,218). Sum of RGB (Red+Green+Blue) = 236+203+218=657 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.92% from 657); Green value is 203 (79.69% from 255 or 30.90% from 657); Blue value is 218 (85.55% from 255 or 33.18% from 657); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCBDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCBDA is #133425. Grayscale: #D6D6D6. Windows color (decimal): -1258534 or 14339052. OLE color: 14339052.
HSL color Cylindrical-coordinate representation of color #ECCBDA: hue angle of 332.73º 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 #ECCBDA is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 203 | 218 | - |
CMYK | 0 | 0.14 | 0.08 | 0.07 |
HSL | 332.73º | 0.46% | 0.86% | - |
HSV(B) | 332.73º | 0.14% | 0.93% | - |
XYZ | 68.6 | 65.61 | 75.38 | - |
YUV | 214.58 | 129.93 | 143.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 203 | 218 | 0 | 0.14 | 0.08 | 0.07 | 332.73 | 0.46 | 0.86 |
Hex | EC | CB | DA | 0 | E | 8 | 7 | 14D | 2E | 56 |
Octal | 354 | 313 | 332 | 0 | 16 | 10 | 7 | 515 | 56 | 126 |
Binary | 11101100 | 11001011 | 11011010 | 0 | 1110 | 1000 | 111 | 101001101 | 101110 | 1010110 |
Color Harmonies of #ECCBDA
Complementary color
Monochromatic Colors of #ECCBDA
Black with #ECCBDA
Text Example
Text Example
White with #ECCBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCBDA; }
p { color: rgb(236,203,218); }
H1.HeaderClassName
{
color: #ECCBDA;
}
.AnyTagClassName
{
color: #ECCBDA;
}
</style>
background-color css
<style>
a { background-color: #ECCBDA; }
a { background-color: rgb(236,203,218); }
div.DivClassName
{
background-color: #ECCBDA;
}
.BgClassName
{
background-color: #ECCBDA;
}
</style>
border-color css
<style>
span { border-color: #ECCBDA; }
span { border-color: rgb(236,203,218); }
td.TdClassName
{
border-color: #ECCBDA;
}
.TagClassName
{
border-color: #ECCBDA;
}
</style>