Shades of Pale Rose #ECCED4
Tints of Pale Rose #ECCED4
RGB
CMYK
RGB Variations
Color information
#ECCED4 (or 0xECCED4) is known color: Pale Rose. HEX triplet: EC, CE and D4. RGB value is (236,206,212). Sum of RGB (Red+Green+Blue) = 236+206+212=654 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.09% from 654); Green value is 206 (80.86% from 255 or 31.50% from 654); Blue value is 212 (83.20% from 255 or 32.42% from 654); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCED4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCED4 is #13312B. Grayscale: #D7D7D7. Windows color (decimal): -1257772 or 13946604. OLE color: 13946604.
HSL color Cylindrical-coordinate representation of color #ECCED4: hue angle of 348º degrees, saturation: 0.44, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ECCED4 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 206 | 212 | - |
CMYK | 0 | 0.13 | 0.10 | 0.07 |
HSL | 348º | 0.44% | 0.87% | - |
HSV(B) | 348º | 0.13% | 0.93% | - |
XYZ | 68.55 | 66.73 | 71.55 | - |
YUV | 215.65 | 125.94 | 142.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 206 | 212 | 0 | 0.13 | 0.10 | 0.07 | 348 | 0.44 | 0.87 |
Hex | EC | CE | D4 | 0 | D | A | 7 | 15C | 2C | 57 |
Octal | 354 | 316 | 324 | 0 | 15 | 12 | 7 | 534 | 54 | 127 |
Binary | 11101100 | 11001110 | 11010100 | 0 | 1101 | 1010 | 111 | 101011100 | 101100 | 1010111 |
Color Harmonies of #ECCED4
Complementary color
Monochromatic Colors of #ECCED4
Black with #ECCED4
Text Example
Text Example
White with #ECCED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCED4; }
p { color: rgb(236,206,212); }
H1.HeaderClassName
{
color: #ECCED4;
}
.AnyTagClassName
{
color: #ECCED4;
}
</style>
background-color css
<style>
a { background-color: #ECCED4; }
a { background-color: rgb(236,206,212); }
div.DivClassName
{
background-color: #ECCED4;
}
.BgClassName
{
background-color: #ECCED4;
}
</style>
border-color css
<style>
span { border-color: #ECCED4; }
span { border-color: rgb(236,206,212); }
td.TdClassName
{
border-color: #ECCED4;
}
.TagClassName
{
border-color: #ECCED4;
}
</style>