Shades of Pale Rose #ECCDD0
Tints of Pale Rose #ECCDD0
RGB
CMYK
RGB Variations
Color information
#ECCDD0 (or 0xECCDD0) is known color: Pale Rose. HEX triplet: EC, CD and D0. RGB value is (236,205,208). Sum of RGB (Red+Green+Blue) = 236+205+208=649 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.36% from 649); Green value is 205 (80.47% from 255 or 31.59% from 649); Blue value is 208 (81.64% from 255 or 32.05% from 649); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCDD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCDD0 is #13322F. Grayscale: #D6D6D6. Windows color (decimal): -1258032 or 13684204. OLE color: 13684204.
HSL color Cylindrical-coordinate representation of color #ECCDD0: hue angle of 354.19º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ECCDD0 is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 205 | 208 | - |
CMYK | 0 | 0.13 | 0.12 | 0.07 |
HSL | 354.19º | 0.45% | 0.86% | - |
HSV(B) | 354.19º | 0.13% | 0.93% | - |
XYZ | 67.81 | 66.05 | 68.85 | - |
YUV | 214.61 | 124.27 | 143.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 205 | 208 | 0 | 0.13 | 0.12 | 0.07 | 354.19 | 0.45 | 0.86 |
Hex | EC | CD | D0 | 0 | D | C | 7 | 162 | 2D | 56 |
Octal | 354 | 315 | 320 | 0 | 15 | 14 | 7 | 542 | 55 | 126 |
Binary | 11101100 | 11001101 | 11010000 | 0 | 1101 | 1100 | 111 | 101100010 | 101101 | 1010110 |
Color Harmonies of #ECCDD0
Complementary color
Monochromatic Colors of #ECCDD0
Black with #ECCDD0
Text Example
Text Example
White with #ECCDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCDD0; }
p { color: rgb(236,205,208); }
H1.HeaderClassName
{
color: #ECCDD0;
}
.AnyTagClassName
{
color: #ECCDD0;
}
</style>
background-color css
<style>
a { background-color: #ECCDD0; }
a { background-color: rgb(236,205,208); }
div.DivClassName
{
background-color: #ECCDD0;
}
.BgClassName
{
background-color: #ECCDD0;
}
</style>
border-color css
<style>
span { border-color: #ECCDD0; }
span { border-color: rgb(236,205,208); }
td.TdClassName
{
border-color: #ECCDD0;
}
.TagClassName
{
border-color: #ECCDD0;
}
</style>