Shades of Fair Pink #ECE3DE
Tints of Fair Pink #ECE3DE
RGB
CMYK
RGB Variations
Color information
#ECE3DE (or 0xECE3DE) is known color: Fair Pink. HEX triplet: EC, E3 and DE. RGB value is (236,227,222). Sum of RGB (Red+Green+Blue) = 236+227+222=685 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.45% from 685); Green value is 227 (89.06% from 255 or 33.14% from 685); Blue value is 222 (87.11% from 255 or 32.41% from 685); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE3DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE3DE is #131C21. Grayscale: #E5E5E5. Windows color (decimal): -1252386 or 14607340. OLE color: 14607340.
HSL color Cylindrical-coordinate representation of color #ECE3DE: hue angle of 21.43º degrees, saturation: 0.27, 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 #ECE3DE is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 227 | 222 | - |
| CMYK | 0 | 0.04 | 0.06 | 0.07 |
| HSL | 21.43º | 0.27% | 0.9% | - |
| HSV(B) | 21.43º | 0.06% | 0.93% | - |
| XYZ | 75.25 | 78.04 | 80.21 | - |
| YUV | 229.12 | 123.98 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 227 | 222 | 0 | 0.04 | 0.06 | 0.07 | 21.43 | 0.27 | 0.9 |
| Hex | EC | E3 | DE | 0 | 4 | 6 | 7 | 15 | 1B | 5A |
| Octal | 354 | 343 | 336 | 0 | 4 | 6 | 7 | 25 | 33 | 132 |
| Binary | 11101100 | 11100011 | 11011110 | 0 | 100 | 110 | 111 | 10101 | 11011 | 1011010 |
Color Harmonies of #ECE3DE
Complementary color
Monochromatic Colors of #ECE3DE
Black with #ECE3DE
Text Example
Text Example
White with #ECE3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE3DE; }
p { color: rgb(236,227,222); }
H1.HeaderClassName
{
color: #ECE3DE;
}
.AnyTagClassName
{
color: #ECE3DE;
}
</style>
background-color css
<style>
a { background-color: #ECE3DE; }
a { background-color: rgb(236,227,222); }
div.DivClassName
{
background-color: #ECE3DE;
}
.BgClassName
{
background-color: #ECE3DE;
}
</style>
border-color css
<style>
span { border-color: #ECE3DE; }
span { border-color: rgb(236,227,222); }
td.TdClassName
{
border-color: #ECE3DE;
}
.TagClassName
{
border-color: #ECE3DE;
}
</style>