Shades of Pale Rose #ECCDD3
Tints of Pale Rose #ECCDD3
RGB
CMYK
RGB Variations
Color information
#ECCDD3 (or 0xECCDD3) is known color: Pale Rose. HEX triplet: EC, CD and D3. RGB value is (236,205,211). Sum of RGB (Red+Green+Blue) = 236+205+211=652 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.20% from 652); Green value is 205 (80.47% from 255 or 31.44% from 652); Blue value is 211 (82.81% from 255 or 32.36% from 652); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCDD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCDD3 is #13322C. Grayscale: #D6D6D6. Windows color (decimal): -1258029 or 13880812. OLE color: 13880812.
HSL color Cylindrical-coordinate representation of color #ECCDD3: hue angle of 348.39º 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 #ECCDD3 is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 205 | 211 | - |
CMYK | 0 | 0.13 | 0.11 | 0.07 |
HSL | 348.39º | 0.45% | 0.86% | - |
HSV(B) | 348.39º | 0.13% | 0.93% | - |
XYZ | 68.18 | 66.2 | 70.81 | - |
YUV | 214.95 | 125.77 | 143.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 205 | 211 | 0 | 0.13 | 0.11 | 0.07 | 348.39 | 0.45 | 0.86 |
Hex | EC | CD | D3 | 0 | D | B | 7 | 15C | 2D | 56 |
Octal | 354 | 315 | 323 | 0 | 15 | 13 | 7 | 534 | 55 | 126 |
Binary | 11101100 | 11001101 | 11010011 | 0 | 1101 | 1011 | 111 | 101011100 | 101101 | 1010110 |
Color Harmonies of #ECCDD3
Complementary color
Monochromatic Colors of #ECCDD3
Black with #ECCDD3
Text Example
Text Example
White with #ECCDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCDD3; }
p { color: rgb(236,205,211); }
H1.HeaderClassName
{
color: #ECCDD3;
}
.AnyTagClassName
{
color: #ECCDD3;
}
</style>
background-color css
<style>
a { background-color: #ECCDD3; }
a { background-color: rgb(236,205,211); }
div.DivClassName
{
background-color: #ECCDD3;
}
.BgClassName
{
background-color: #ECCDD3;
}
</style>
border-color css
<style>
span { border-color: #ECCDD3; }
span { border-color: rgb(236,205,211); }
td.TdClassName
{
border-color: #ECCDD3;
}
.TagClassName
{
border-color: #ECCDD3;
}
</style>