Shades of Pale Rose #ECCCCD
Tints of Pale Rose #ECCCCD
RGB
CMYK
RGB Variations
Color information
#ECCCCD (or 0xECCCCD) is known color: Pale Rose. HEX triplet: EC, CC and CD. RGB value is (236,204,205). Sum of RGB (Red+Green+Blue) = 236+204+205=645 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.59% from 645); Green value is 204 (80.08% from 255 or 31.63% from 645); Blue value is 205 (80.47% from 255 or 31.78% from 645); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCCCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCCCD is #133332. Grayscale: #D5D5D5. Windows color (decimal): -1258291 or 13487340. OLE color: 13487340.
HSL color Cylindrical-coordinate representation of color #ECCCCD: hue angle of 358.12º 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 #ECCCCD is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 204 | 205 | - |
CMYK | 0 | 0.14 | 0.13 | 0.07 |
HSL | 358.13º | 0.46% | 0.86% | - |
HSV(B) | 358.13º | 0.14% | 0.93% | - |
XYZ | 67.2 | 65.43 | 66.84 | - |
YUV | 213.68 | 123.1 | 143.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 204 | 205 | 0 | 0.14 | 0.13 | 0.07 | 358.13 | 0.46 | 0.86 |
Hex | EC | CC | CD | 0 | E | D | 7 | 166 | 2E | 56 |
Octal | 354 | 314 | 315 | 0 | 16 | 15 | 7 | 546 | 56 | 126 |
Binary | 11101100 | 11001100 | 11001101 | 0 | 1110 | 1101 | 111 | 101100110 | 101110 | 1010110 |
Color Harmonies of #ECCCCD
Complementary color
Monochromatic Colors of #ECCCCD
Black with #ECCCCD
Text Example
Text Example
White with #ECCCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCCCD; }
p { color: rgb(236,204,205); }
H1.HeaderClassName
{
color: #ECCCCD;
}
.AnyTagClassName
{
color: #ECCCCD;
}
</style>
background-color css
<style>
a { background-color: #ECCCCD; }
a { background-color: rgb(236,204,205); }
div.DivClassName
{
background-color: #ECCCCD;
}
.BgClassName
{
background-color: #ECCCCD;
}
</style>
border-color css
<style>
span { border-color: #ECCCCD; }
span { border-color: rgb(236,204,205); }
td.TdClassName
{
border-color: #ECCCCD;
}
.TagClassName
{
border-color: #ECCCCD;
}
</style>