Shades of Classic Rose #ECC3D2
Tints of Classic Rose #ECC3D2
RGB
CMYK
RGB Variations
Color information
#ECC3D2 (or 0xECC3D2) is known color: Classic Rose. HEX triplet: EC, C3 and D2. RGB value is (236,195,210). Sum of RGB (Red+Green+Blue) = 236+195+210=641 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.82% from 641); Green value is 195 (76.56% from 255 or 30.42% from 641); Blue value is 210 (82.42% from 255 or 32.76% from 641); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC3D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC3D2 is #133C2D. Grayscale: #D0D0D0. Windows color (decimal): -1260590 or 13812716. OLE color: 13812716.
HSL color Cylindrical-coordinate representation of color #ECC3D2: hue angle of 338.05º degrees, saturation: 0.52, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ECC3D2 is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 195 | 210 | - |
| CMYK | 0 | 0.17 | 0.11 | 0.07 |
| HSL | 338.05º | 0.52% | 0.85% | - |
| HSV(B) | 338.05º | 0.17% | 0.93% | - |
| XYZ | 65.74 | 61.52 | 69.38 | - |
| YUV | 208.97 | 128.58 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 195 | 210 | 0 | 0.17 | 0.11 | 0.07 | 338.05 | 0.52 | 0.85 |
| Hex | EC | C3 | D2 | 0 | 11 | B | 7 | 152 | 34 | 55 |
| Octal | 354 | 303 | 322 | 0 | 21 | 13 | 7 | 522 | 64 | 125 |
| Binary | 11101100 | 11000011 | 11010010 | 0 | 10001 | 1011 | 111 | 101010010 | 110100 | 1010101 |
Color Harmonies of #ECC3D2
Complementary color
Monochromatic Colors of #ECC3D2
Black with #ECC3D2
Text Example
Text Example
White with #ECC3D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC3D2; }
p { color: rgb(236,195,210); }
H1.HeaderClassName
{
color: #ECC3D2;
}
.AnyTagClassName
{
color: #ECC3D2;
}
</style>
background-color css
<style>
a { background-color: #ECC3D2; }
a { background-color: rgb(236,195,210); }
div.DivClassName
{
background-color: #ECC3D2;
}
.BgClassName
{
background-color: #ECC3D2;
}
</style>
border-color css
<style>
span { border-color: #ECC3D2; }
span { border-color: rgb(236,195,210); }
td.TdClassName
{
border-color: #ECC3D2;
}
.TagClassName
{
border-color: #ECC3D2;
}
</style>