Shades of Pale Rose #ECDBE0
Tints of Pale Rose #ECDBE0
RGB
CMYK
RGB Variations
Color information
#ECDBE0 (or 0xECDBE0) is known color: Pale Rose. HEX triplet: EC, DB and E0. RGB value is (236,219,224). Sum of RGB (Red+Green+Blue) = 236+219+224=679 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.76% from 679); Green value is 219 (85.94% from 255 or 32.25% from 679); Blue value is 224 (87.89% from 255 or 32.99% from 679); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDBE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDBE0 is #13241F. Grayscale: #E0E0E0. Windows color (decimal): -1254432 or 14736364. OLE color: 14736364.
HSL color Cylindrical-coordinate representation of color #ECDBE0: hue angle of 342.35º degrees, saturation: 0.31, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ECDBE0 is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 219 | 224 | - |
| CMYK | 0 | 0.07 | 0.05 | 0.07 |
| HSL | 342.35º | 0.31% | 0.89% | - |
| HSV(B) | 342.35º | 0.07% | 0.93% | - |
| XYZ | 73.38 | 73.88 | 80.91 | - |
| YUV | 224.65 | 127.63 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 219 | 224 | 0 | 0.07 | 0.05 | 0.07 | 342.35 | 0.31 | 0.89 |
| Hex | EC | DB | E0 | 0 | 7 | 5 | 7 | 156 | 1F | 59 |
| Octal | 354 | 333 | 340 | 0 | 7 | 5 | 7 | 526 | 37 | 131 |
| Binary | 11101100 | 11011011 | 11100000 | 0 | 111 | 101 | 111 | 101010110 | 11111 | 1011001 |
Color Harmonies of #ECDBE0
Complementary color
Monochromatic Colors of #ECDBE0
Black with #ECDBE0
Text Example
Text Example
White with #ECDBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDBE0; }
p { color: rgb(236,219,224); }
H1.HeaderClassName
{
color: #ECDBE0;
}
.AnyTagClassName
{
color: #ECDBE0;
}
</style>
background-color css
<style>
a { background-color: #ECDBE0; }
a { background-color: rgb(236,219,224); }
div.DivClassName
{
background-color: #ECDBE0;
}
.BgClassName
{
background-color: #ECDBE0;
}
</style>
border-color css
<style>
span { border-color: #ECDBE0; }
span { border-color: rgb(236,219,224); }
td.TdClassName
{
border-color: #ECDBE0;
}
.TagClassName
{
border-color: #ECDBE0;
}
</style>