Shades of Classic Rose #ECBDD4
Tints of Classic Rose #ECBDD4
RGB
CMYK
RGB Variations
Color information
#ECBDD4 (or 0xECBDD4) is known color: Classic Rose. HEX triplet: EC, BD and D4. RGB value is (236,189,212). Sum of RGB (Red+Green+Blue) = 236+189+212=637 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.05% from 637); Green value is 189 (74.22% from 255 or 29.67% from 637); Blue value is 212 (83.20% from 255 or 33.28% from 637); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBDD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBDD4 is #13422B. Grayscale: #CDCDCD. Windows color (decimal): -1262124 or 13942252. OLE color: 13942252.
HSL color Cylindrical-coordinate representation of color #ECBDD4: hue angle of 330.64º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECBDD4 is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 189 | 212 | - |
| CMYK | 0 | 0.20 | 0.10 | 0.07 |
| HSL | 330.64º | 0.55% | 0.83% | - |
| HSV(B) | 330.64º | 0.2% | 0.93% | - |
| XYZ | 64.67 | 58.98 | 70.26 | - |
| YUV | 205.68 | 131.57 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 189 | 212 | 0 | 0.20 | 0.10 | 0.07 | 330.64 | 0.55 | 0.83 |
| Hex | EC | BD | D4 | 0 | 14 | A | 7 | 14B | 37 | 53 |
| Octal | 354 | 275 | 324 | 0 | 24 | 12 | 7 | 513 | 67 | 123 |
| Binary | 11101100 | 10111101 | 11010100 | 0 | 10100 | 1010 | 111 | 101001011 | 110111 | 1010011 |
Color Harmonies of #ECBDD4
Complementary color
Monochromatic Colors of #ECBDD4
Black with #ECBDD4
Text Example
Text Example
White with #ECBDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBDD4; }
p { color: rgb(236,189,212); }
H1.HeaderClassName
{
color: #ECBDD4;
}
.AnyTagClassName
{
color: #ECBDD4;
}
</style>
background-color css
<style>
a { background-color: #ECBDD4; }
a { background-color: rgb(236,189,212); }
div.DivClassName
{
background-color: #ECBDD4;
}
.BgClassName
{
background-color: #ECBDD4;
}
</style>
border-color css
<style>
span { border-color: #ECBDD4; }
span { border-color: rgb(236,189,212); }
td.TdClassName
{
border-color: #ECBDD4;
}
.TagClassName
{
border-color: #ECBDD4;
}
</style>