Shades of Pale Rose #ECDFE1
Tints of Pale Rose #ECDFE1
RGB
CMYK
RGB Variations
Color information
#ECDFE1 (or 0xECDFE1) is known color: Pale Rose. HEX triplet: EC, DF and E1. RGB value is (236,223,225). Sum of RGB (Red+Green+Blue) = 236+223+225=684 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.50% from 684); Green value is 223 (87.5% from 255 or 32.60% from 684); Blue value is 225 (88.28% from 255 or 32.89% from 684); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDFE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDFE1 is #13201E. Grayscale: #E3E3E3. Windows color (decimal): -1253407 or 14802924. OLE color: 14802924.
HSL color Cylindrical-coordinate representation of color #ECDFE1: hue angle of 350.77º degrees, saturation: 0.25, 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 #ECDFE1 is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 223 | 225 | - |
| CMYK | 0 | 0.06 | 0.05 | 0.07 |
| HSL | 350.77º | 0.25% | 0.9% | - |
| HSV(B) | 350.77º | 0.06% | 0.93% | - |
| XYZ | 74.57 | 76.04 | 81.98 | - |
| YUV | 227.12 | 126.81 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 223 | 225 | 0 | 0.06 | 0.05 | 0.07 | 350.77 | 0.25 | 0.9 |
| Hex | EC | DF | E1 | 0 | 6 | 5 | 7 | 15F | 19 | 5A |
| Octal | 354 | 337 | 341 | 0 | 6 | 5 | 7 | 537 | 31 | 132 |
| Binary | 11101100 | 11011111 | 11100001 | 0 | 110 | 101 | 111 | 101011111 | 11001 | 1011010 |
Color Harmonies of #ECDFE1
Complementary color
Monochromatic Colors of #ECDFE1
Black with #ECDFE1
Text Example
Text Example
White with #ECDFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDFE1; }
p { color: rgb(236,223,225); }
H1.HeaderClassName
{
color: #ECDFE1;
}
.AnyTagClassName
{
color: #ECDFE1;
}
</style>
background-color css
<style>
a { background-color: #ECDFE1; }
a { background-color: rgb(236,223,225); }
div.DivClassName
{
background-color: #ECDFE1;
}
.BgClassName
{
background-color: #ECDFE1;
}
</style>
border-color css
<style>
span { border-color: #ECDFE1; }
span { border-color: rgb(236,223,225); }
td.TdClassName
{
border-color: #ECDFE1;
}
.TagClassName
{
border-color: #ECDFE1;
}
</style>