Shades of Antique White #FFECD6
Tints of Antique White #FFECD6
RGB
CMYK
RGB Variations
Color information
#FFECD6 (or 0xFFECD6) is known color: Antique White. HEX triplet: FF, EC and D6. RGB value is (255,236,214). Sum of RGB (Red+Green+Blue) = 255+236+214=705 (93% of max value = 765). Red value is 255 (100% from 255 or 36.17% from 705); Green value is 236 (92.58% from 255 or 33.48% from 705); Blue value is 214 (83.98% from 255 or 30.35% from 705); Max value from RGB is 255 - color contains mainly: red. Hex color #FFECD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFECD6 is #001329. Grayscale: #EFEFEF. Windows color (decimal): -4906 or 14085375. OLE color: 14085375.
HSL color Cylindrical-coordinate representation of color #FFECD6: hue angle of 32.2º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FFECD6 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 236 | 214 | - |
| CMYK | 0 | 0.07 | 0.16 | 0 |
| HSL | 32.2º | 1% | 0.92% | - |
| HSV(B) | 32.2º | 0.16% | 1% | - |
| XYZ | 83.37 | 86.11 | 75.84 | - |
| YUV | 239.17 | 113.79 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 236 | 214 | 0 | 0.07 | 0.16 | 0 | 32.2 | 1 | 0.92 |
| Hex | FF | EC | D6 | 0 | 7 | 10 | 0 | 20 | 64 | 5C |
| Octal | 377 | 354 | 326 | 0 | 7 | 20 | 0 | 40 | 144 | 134 |
| Binary | 11111111 | 11101100 | 11010110 | 0 | 111 | 10000 | 0 | 100000 | 1100100 | 1011100 |
Color Harmonies of #FFECD6
Complementary color
Monochromatic Colors of #FFECD6
Black with #FFECD6
Text Example
Text Example
White with #FFECD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFECD6; }
p { color: rgb(255,236,214); }
H1.HeaderClassName
{
color: #FFECD6;
}
.AnyTagClassName
{
color: #FFECD6;
}
</style>
background-color css
<style>
a { background-color: #FFECD6; }
a { background-color: rgb(255,236,214); }
div.DivClassName
{
background-color: #FFECD6;
}
.BgClassName
{
background-color: #FFECD6;
}
</style>
border-color css
<style>
span { border-color: #FFECD6; }
span { border-color: rgb(255,236,214); }
td.TdClassName
{
border-color: #FFECD6;
}
.TagClassName
{
border-color: #FFECD6;
}
</style>