Shades of Blanched Almond #FFEECD
Tints of Blanched Almond #FFEECD
RGB
CMYK
RGB Variations
Color information
#FFEECD (or 0xFFEECD) is known color: Blanched Almond. HEX triplet: FF, EE and CD. RGB value is (255,238,205). Sum of RGB (Red+Green+Blue) = 255+238+205=698 (92% of max value = 765). Red value is 255 (100% from 255 or 36.53% from 698); Green value is 238 (93.36% from 255 or 34.10% from 698); Blue value is 205 (80.47% from 255 or 29.37% from 698); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEECD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEECD is #001132. Grayscale: #EFEFEF. Windows color (decimal): -4403 or 13496063. OLE color: 13496063.
HSL color Cylindrical-coordinate representation of color #FFEECD: hue angle of 39.6º 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 #FFEECD is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 205 | - |
| CMYK | 0 | 0.07 | 0.20 | 0 |
| HSL | 39.6º | 1% | 0.9% | - |
| HSV(B) | 39.6º | 0.2% | 1% | - |
| XYZ | 82.83 | 86.82 | 70.15 | - |
| YUV | 239.32 | 108.63 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 205 | 0 | 0.07 | 0.20 | 0 | 39.6 | 1 | 0.9 |
| Hex | FF | EE | CD | 0 | 7 | 14 | 0 | 28 | 64 | 5A |
| Octal | 377 | 356 | 315 | 0 | 7 | 24 | 0 | 50 | 144 | 132 |
| Binary | 11111111 | 11101110 | 11001101 | 0 | 111 | 10100 | 0 | 101000 | 1100100 | 1011010 |
Color Harmonies of #FFEECD
Complementary color
Monochromatic Colors of #FFEECD
Black with #FFEECD
Text Example
Text Example
White with #FFEECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEECD; }
p { color: rgb(255,238,205); }
H1.HeaderClassName
{
color: #FFEECD;
}
.AnyTagClassName
{
color: #FFEECD;
}
</style>
background-color css
<style>
a { background-color: #FFEECD; }
a { background-color: rgb(255,238,205); }
div.DivClassName
{
background-color: #FFEECD;
}
.BgClassName
{
background-color: #FFEECD;
}
</style>
border-color css
<style>
span { border-color: #FFEECD; }
span { border-color: rgb(255,238,205); }
td.TdClassName
{
border-color: #FFEECD;
}
.TagClassName
{
border-color: #FFEECD;
}
</style>