Shades of Pale Rose #ECCCD1
Tints of Pale Rose #ECCCD1
RGB
CMYK
RGB Variations
Color information
#ECCCD1 (or 0xECCCD1) is known color: Pale Rose. HEX triplet: EC, CC and D1. RGB value is (236,204,209). Sum of RGB (Red+Green+Blue) = 236+204+209=649 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.36% from 649); Green value is 204 (80.08% from 255 or 31.43% from 649); Blue value is 209 (82.03% from 255 or 32.20% from 649); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCCD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCCD1 is #13332E. Grayscale: #D6D6D6. Windows color (decimal): -1258287 or 13749484. OLE color: 13749484.
HSL color Cylindrical-coordinate representation of color #ECCCD1: hue angle of 350.62º 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 #ECCCD1 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 204 | 209 | - |
CMYK | 0 | 0.14 | 0.11 | 0.07 |
HSL | 350.63º | 0.46% | 0.86% | - |
HSV(B) | 350.63º | 0.14% | 0.93% | - |
XYZ | 67.69 | 65.62 | 69.42 | - |
YUV | 214.14 | 125.1 | 143.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 204 | 209 | 0 | 0.14 | 0.11 | 0.07 | 350.63 | 0.46 | 0.86 |
Hex | EC | CC | D1 | 0 | E | B | 7 | 15F | 2E | 56 |
Octal | 354 | 314 | 321 | 0 | 16 | 13 | 7 | 537 | 56 | 126 |
Binary | 11101100 | 11001100 | 11010001 | 0 | 1110 | 1011 | 111 | 101011111 | 101110 | 1010110 |
Color Harmonies of #ECCCD1
Complementary color
Monochromatic Colors of #ECCCD1
Black with #ECCCD1
Text Example
Text Example
White with #ECCCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCCD1; }
p { color: rgb(236,204,209); }
H1.HeaderClassName
{
color: #ECCCD1;
}
.AnyTagClassName
{
color: #ECCCD1;
}
</style>
background-color css
<style>
a { background-color: #ECCCD1; }
a { background-color: rgb(236,204,209); }
div.DivClassName
{
background-color: #ECCCD1;
}
.BgClassName
{
background-color: #ECCCD1;
}
</style>
border-color css
<style>
span { border-color: #ECCCD1; }
span { border-color: rgb(236,204,209); }
td.TdClassName
{
border-color: #ECCCD1;
}
.TagClassName
{
border-color: #ECCCD1;
}
</style>