Shades of Pale Rose #ECCCCE
Tints of Pale Rose #ECCCCE
RGB
CMYK
RGB Variations
Color information
#ECCCCE (or 0xECCCCE) is known color: Pale Rose. HEX triplet: EC, CC and CE. RGB value is (236,204,206). Sum of RGB (Red+Green+Blue) = 236+204+206=646 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.53% from 646); Green value is 204 (80.08% from 255 or 31.58% from 646); Blue value is 206 (80.86% from 255 or 31.89% from 646); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCCCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCCCE is #133331. Grayscale: #D5D5D5. Windows color (decimal): -1258290 or 13552876. OLE color: 13552876.
HSL color Cylindrical-coordinate representation of color #ECCCCE: hue angle of 356.25º 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 #ECCCCE is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 204 | 206 | - |
CMYK | 0 | 0.14 | 0.13 | 0.07 |
HSL | 356.25º | 0.46% | 0.86% | - |
HSV(B) | 356.25º | 0.14% | 0.93% | - |
XYZ | 67.33 | 65.47 | 67.48 | - |
YUV | 213.8 | 123.6 | 143.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 204 | 206 | 0 | 0.14 | 0.13 | 0.07 | 356.25 | 0.46 | 0.86 |
Hex | EC | CC | CE | 0 | E | D | 7 | 164 | 2E | 56 |
Octal | 354 | 314 | 316 | 0 | 16 | 15 | 7 | 544 | 56 | 126 |
Binary | 11101100 | 11001100 | 11001110 | 0 | 1110 | 1101 | 111 | 101100100 | 101110 | 1010110 |
Color Harmonies of #ECCCCE
Complementary color
Monochromatic Colors of #ECCCCE
Black with #ECCCCE
Text Example
Text Example
White with #ECCCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCCCE; }
p { color: rgb(236,204,206); }
H1.HeaderClassName
{
color: #ECCCCE;
}
.AnyTagClassName
{
color: #ECCCCE;
}
</style>
background-color css
<style>
a { background-color: #ECCCCE; }
a { background-color: rgb(236,204,206); }
div.DivClassName
{
background-color: #ECCCCE;
}
.BgClassName
{
background-color: #ECCCCE;
}
</style>
border-color css
<style>
span { border-color: #ECCCCE; }
span { border-color: rgb(236,204,206); }
td.TdClassName
{
border-color: #ECCCCE;
}
.TagClassName
{
border-color: #ECCCCE;
}
</style>