Shades of Provincial Pink #ECE2DF
Tints of Provincial Pink #ECE2DF
RGB
CMYK
RGB Variations
Color information
#ECE2DF (or 0xECE2DF) is known color: Provincial Pink. HEX triplet: EC, E2 and DF. RGB value is (236,226,223). Sum of RGB (Red+Green+Blue) = 236+226+223=685 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.45% from 685); Green value is 226 (88.67% from 255 or 32.99% from 685); Blue value is 223 (87.5% from 255 or 32.55% from 685); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE2DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE2DF is #131D20. Grayscale: #E4E4E4. Windows color (decimal): -1252641 or 14672620. OLE color: 14672620.
HSL color Cylindrical-coordinate representation of color #ECE2DF: hue angle of 13.85º 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 #ECE2DF is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 226 | 223 | - |
CMYK | 0 | 0.04 | 0.06 | 0.07 |
HSL | 13.85º | 0.25% | 0.9% | - |
HSV(B) | 13.85º | 0.06% | 0.93% | - |
XYZ | 75.11 | 77.55 | 80.82 | - |
YUV | 228.65 | 124.81 | 133.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 226 | 223 | 0 | 0.04 | 0.06 | 0.07 | 13.85 | 0.25 | 0.9 |
Hex | EC | E2 | DF | 0 | 4 | 6 | 7 | E | 19 | 5A |
Octal | 354 | 342 | 337 | 0 | 4 | 6 | 7 | 16 | 31 | 132 |
Binary | 11101100 | 11100010 | 11011111 | 0 | 100 | 110 | 111 | 1110 | 11001 | 1011010 |
Color Harmonies of #ECE2DF
Complementary color
Monochromatic Colors of #ECE2DF
Black with #ECE2DF
Text Example
Text Example
White with #ECE2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE2DF; }
p { color: rgb(236,226,223); }
H1.HeaderClassName
{
color: #ECE2DF;
}
.AnyTagClassName
{
color: #ECE2DF;
}
</style>
background-color css
<style>
a { background-color: #ECE2DF; }
a { background-color: rgb(236,226,223); }
div.DivClassName
{
background-color: #ECE2DF;
}
.BgClassName
{
background-color: #ECE2DF;
}
</style>
border-color css
<style>
span { border-color: #ECE2DF; }
span { border-color: rgb(236,226,223); }
td.TdClassName
{
border-color: #ECE2DF;
}
.TagClassName
{
border-color: #ECE2DF;
}
</style>