Shades of Pale Rose #ECDDDF
Tints of Pale Rose #ECDDDF
RGB
CMYK
RGB Variations
Color information
#ECDDDF (or 0xECDDDF) is known color: Pale Rose. HEX triplet: EC, DD and DF. RGB value is (236,221,223). Sum of RGB (Red+Green+Blue) = 236+221+223=680 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.71% from 680); Green value is 221 (86.72% from 255 or 32.5% from 680); Blue value is 223 (87.5% from 255 or 32.79% from 680); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDDDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDDDF is #132220. Grayscale: #E1E1E1. Windows color (decimal): -1253921 or 14671340. OLE color: 14671340.
HSL color Cylindrical-coordinate representation of color #ECDDDF: hue angle of 352º degrees, saturation: 0.28, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ECDDDF is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 221 | 223 | - |
CMYK | 0 | 0.06 | 0.06 | 0.07 |
HSL | 352º | 0.28% | 0.9% | - |
HSV(B) | 352º | 0.06% | 0.93% | - |
XYZ | 73.77 | 74.87 | 80.38 | - |
YUV | 225.71 | 126.47 | 135.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 221 | 223 | 0 | 0.06 | 0.06 | 0.07 | 352 | 0.28 | 0.9 |
Hex | EC | DD | DF | 0 | 6 | 6 | 7 | 160 | 1C | 5A |
Octal | 354 | 335 | 337 | 0 | 6 | 6 | 7 | 540 | 34 | 132 |
Binary | 11101100 | 11011101 | 11011111 | 0 | 110 | 110 | 111 | 101100000 | 11100 | 1011010 |
Color Harmonies of #ECDDDF
Complementary color
Monochromatic Colors of #ECDDDF
Black with #ECDDDF
Text Example
Text Example
White with #ECDDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDDDF; }
p { color: rgb(236,221,223); }
H1.HeaderClassName
{
color: #ECDDDF;
}
.AnyTagClassName
{
color: #ECDDDF;
}
</style>
background-color css
<style>
a { background-color: #ECDDDF; }
a { background-color: rgb(236,221,223); }
div.DivClassName
{
background-color: #ECDDDF;
}
.BgClassName
{
background-color: #ECDDDF;
}
</style>
border-color css
<style>
span { border-color: #ECDDDF; }
span { border-color: rgb(236,221,223); }
td.TdClassName
{
border-color: #ECDDDF;
}
.TagClassName
{
border-color: #ECDDDF;
}
</style>