Shades of Classic Rose #ECC7D8
Tints of Classic Rose #ECC7D8
RGB
CMYK
RGB Variations
Color information
#ECC7D8 (or 0xECC7D8) is known color: Classic Rose. HEX triplet: EC, C7 and D8. RGB value is (236,199,216). Sum of RGB (Red+Green+Blue) = 236+199+216=651 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.25% from 651); Green value is 199 (78.12% from 255 or 30.57% from 651); Blue value is 216 (84.77% from 255 or 33.18% from 651); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC7D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC7D8 is #133827. Grayscale: #D3D3D3. Windows color (decimal): -1259560 or 14206956. OLE color: 14206956.
HSL color Cylindrical-coordinate representation of color #ECC7D8: hue angle of 332.43º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ECC7D8 is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 199 | 216 | - |
CMYK | 0 | 0.16 | 0.08 | 0.07 |
HSL | 332.43º | 0.49% | 0.85% | - |
HSV(B) | 332.43º | 0.16% | 0.93% | - |
XYZ | 67.41 | 63.64 | 73.7 | - |
YUV | 212 | 130.26 | 145.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 199 | 216 | 0 | 0.16 | 0.08 | 0.07 | 332.43 | 0.49 | 0.85 |
Hex | EC | C7 | D8 | 0 | 10 | 8 | 7 | 14C | 31 | 55 |
Octal | 354 | 307 | 330 | 0 | 20 | 10 | 7 | 514 | 61 | 125 |
Binary | 11101100 | 11000111 | 11011000 | 0 | 10000 | 1000 | 111 | 101001100 | 110001 | 1010101 |
Color Harmonies of #ECC7D8
Complementary color
Monochromatic Colors of #ECC7D8
Black with #ECC7D8
Text Example
Text Example
White with #ECC7D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC7D8; }
p { color: rgb(236,199,216); }
H1.HeaderClassName
{
color: #ECC7D8;
}
.AnyTagClassName
{
color: #ECC7D8;
}
</style>
background-color css
<style>
a { background-color: #ECC7D8; }
a { background-color: rgb(236,199,216); }
div.DivClassName
{
background-color: #ECC7D8;
}
.BgClassName
{
background-color: #ECC7D8;
}
</style>
border-color css
<style>
span { border-color: #ECC7D8; }
span { border-color: rgb(236,199,216); }
td.TdClassName
{
border-color: #ECC7D8;
}
.TagClassName
{
border-color: #ECC7D8;
}
</style>