Shades of Pale Rose #ECDCDF
Tints of Pale Rose #ECDCDF
RGB
CMYK
RGB Variations
Color information
#ECDCDF (or 0xECDCDF) is known color: Pale Rose. HEX triplet: EC, DC and DF. RGB value is (236,220,223). Sum of RGB (Red+Green+Blue) = 236+220+223=679 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.76% from 679); Green value is 220 (86.33% from 255 or 32.40% from 679); Blue value is 223 (87.5% from 255 or 32.84% from 679); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDCDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDCDF is #132320. Grayscale: #E1E1E1. Windows color (decimal): -1254177 or 14671084. OLE color: 14671084.
HSL color Cylindrical-coordinate representation of color #ECDCDF: hue angle of 348.75º degrees, saturation: 0.3, 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 #ECDCDF is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 220 | 223 | - |
CMYK | 0 | 0.07 | 0.06 | 0.07 |
HSL | 348.75º | 0.3% | 0.89% | - |
HSV(B) | 348.75º | 0.07% | 0.93% | - |
XYZ | 73.5 | 74.35 | 80.29 | - |
YUV | 225.13 | 126.8 | 135.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 220 | 223 | 0 | 0.07 | 0.06 | 0.07 | 348.75 | 0.3 | 0.89 |
Hex | EC | DC | DF | 0 | 7 | 6 | 7 | 15D | 1E | 59 |
Octal | 354 | 334 | 337 | 0 | 7 | 6 | 7 | 535 | 36 | 131 |
Binary | 11101100 | 11011100 | 11011111 | 0 | 111 | 110 | 111 | 101011101 | 11110 | 1011001 |
Color Harmonies of #ECDCDF
Complementary color
Monochromatic Colors of #ECDCDF
Black with #ECDCDF
Text Example
Text Example
White with #ECDCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDCDF; }
p { color: rgb(236,220,223); }
H1.HeaderClassName
{
color: #ECDCDF;
}
.AnyTagClassName
{
color: #ECDCDF;
}
</style>
background-color css
<style>
a { background-color: #ECDCDF; }
a { background-color: rgb(236,220,223); }
div.DivClassName
{
background-color: #ECDCDF;
}
.BgClassName
{
background-color: #ECDCDF;
}
</style>
border-color css
<style>
span { border-color: #ECDCDF; }
span { border-color: rgb(236,220,223); }
td.TdClassName
{
border-color: #ECDCDF;
}
.TagClassName
{
border-color: #ECDCDF;
}
</style>