Shades of Blanched Almond #FFECCD
Tints of Blanched Almond #FFECCD
RGB
CMYK
RGB Variations
Color information
#FFECCD (or 0xFFECCD) is known color: Blanched Almond. HEX triplet: FF, EC and CD. RGB value is (255,236,205). Sum of RGB (Red+Green+Blue) = 255+236+205=696 (92% of max value = 765). Red value is 255 (100% from 255 or 36.64% from 696); Green value is 236 (92.58% from 255 or 33.91% from 696); Blue value is 205 (80.47% from 255 or 29.45% from 696); Max value from RGB is 255 - color contains mainly: red. Hex color #FFECCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFECCD is #001332. Grayscale: #EEEEEE. Windows color (decimal): -4915 or 13495551. OLE color: 13495551.
HSL color Cylindrical-coordinate representation of color #FFECCD: hue angle of 37.2º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FFECCD is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 236 | 205 | - |
| CMYK | 0 | 0.07 | 0.20 | 0 |
| HSL | 37.2º | 1% | 0.9% | - |
| HSV(B) | 37.2º | 0.2% | 1% | - |
| XYZ | 82.25 | 85.66 | 69.96 | - |
| YUV | 238.15 | 109.29 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 236 | 205 | 0 | 0.07 | 0.20 | 0 | 37.2 | 1 | 0.9 |
| Hex | FF | EC | CD | 0 | 7 | 14 | 0 | 25 | 64 | 5A |
| Octal | 377 | 354 | 315 | 0 | 7 | 24 | 0 | 45 | 144 | 132 |
| Binary | 11111111 | 11101100 | 11001101 | 0 | 111 | 10100 | 0 | 100101 | 1100100 | 1011010 |
Color Harmonies of #FFECCD
Complementary color
Monochromatic Colors of #FFECCD
Black with #FFECCD
Text Example
Text Example
White with #FFECCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFECCD; }
p { color: rgb(255,236,205); }
H1.HeaderClassName
{
color: #FFECCD;
}
.AnyTagClassName
{
color: #FFECCD;
}
</style>
background-color css
<style>
a { background-color: #FFECCD; }
a { background-color: rgb(255,236,205); }
div.DivClassName
{
background-color: #FFECCD;
}
.BgClassName
{
background-color: #FFECCD;
}
</style>
border-color css
<style>
span { border-color: #FFECCD; }
span { border-color: rgb(255,236,205); }
td.TdClassName
{
border-color: #FFECCD;
}
.TagClassName
{
border-color: #FFECCD;
}
</style>