Shades of Blanched Almond #FFECCE
Tints of Blanched Almond #FFECCE
RGB
CMYK
RGB Variations
Color information
#FFECCE (or 0xFFECCE) is known color: Blanched Almond. HEX triplet: FF, EC and CE. RGB value is (255,236,206). Sum of RGB (Red+Green+Blue) = 255+236+206=697 (92% of max value = 765). Red value is 255 (100% from 255 or 36.59% from 697); Green value is 236 (92.58% from 255 or 33.86% from 697); Blue value is 206 (80.86% from 255 or 29.56% from 697); Max value from RGB is 255 - color contains mainly: red. Hex color #FFECCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFECCE is #001331. Grayscale: #EEEEEE. Windows color (decimal): -4914 or 13561087. OLE color: 13561087.
HSL color Cylindrical-coordinate representation of color #FFECCE: hue angle of 36.73º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FFECCE is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 236 | 206 | - |
| CMYK | 0 | 0.07 | 0.19 | 0 |
| HSL | 36.73º | 1% | 0.9% | - |
| HSV(B) | 36.73º | 0.19% | 1% | - |
| XYZ | 82.38 | 85.71 | 70.59 | - |
| YUV | 238.26 | 109.79 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 236 | 206 | 0 | 0.07 | 0.19 | 0 | 36.73 | 1 | 0.9 |
| Hex | FF | EC | CE | 0 | 7 | 13 | 0 | 25 | 64 | 5A |
| Octal | 377 | 354 | 316 | 0 | 7 | 23 | 0 | 45 | 144 | 132 |
| Binary | 11111111 | 11101100 | 11001110 | 0 | 111 | 10011 | 0 | 100101 | 1100100 | 1011010 |
Color Harmonies of #FFECCE
Complementary color
Monochromatic Colors of #FFECCE
Black with #FFECCE
Text Example
Text Example
White with #FFECCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFECCE; }
p { color: rgb(255,236,206); }
H1.HeaderClassName
{
color: #FFECCE;
}
.AnyTagClassName
{
color: #FFECCE;
}
</style>
background-color css
<style>
a { background-color: #FFECCE; }
a { background-color: rgb(255,236,206); }
div.DivClassName
{
background-color: #FFECCE;
}
.BgClassName
{
background-color: #FFECCE;
}
</style>
border-color css
<style>
span { border-color: #FFECCE; }
span { border-color: rgb(255,236,206); }
td.TdClassName
{
border-color: #FFECCE;
}
.TagClassName
{
border-color: #FFECCE;
}
</style>