Shades of Blanched Almond #FFE7CD
Tints of Blanched Almond #FFE7CD
RGB
CMYK
RGB Variations
Color information
#FFE7CD (or 0xFFE7CD) is known color: Blanched Almond. HEX triplet: FF, E7 and CD. RGB value is (255,231,205). Sum of RGB (Red+Green+Blue) = 255+231+205=691 (91% of max value = 765). Red value is 255 (100% from 255 or 36.90% from 691); Green value is 231 (90.62% from 255 or 33.43% from 691); Blue value is 205 (80.47% from 255 or 29.67% from 691); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE7CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFE7CD is #001832. Grayscale: #EBEBEB. Windows color (decimal): -6195 or 13494271. OLE color: 13494271.
HSL color Cylindrical-coordinate representation of color #FFE7CD: hue angle of 31.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 #FFE7CD is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 231 | 205 | - |
| CMYK | 0 | 0.09 | 0.20 | 0 |
| HSL | 31.2º | 1% | 0.9% | - |
| HSV(B) | 31.2º | 0.2% | 1% | - |
| XYZ | 80.84 | 82.82 | 69.48 | - |
| YUV | 235.21 | 110.95 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 231 | 205 | 0 | 0.09 | 0.20 | 0 | 31.2 | 1 | 0.9 |
| Hex | FF | E7 | CD | 0 | 9 | 14 | 0 | 1F | 64 | 5A |
| Octal | 377 | 347 | 315 | 0 | 11 | 24 | 0 | 37 | 144 | 132 |
| Binary | 11111111 | 11100111 | 11001101 | 0 | 1001 | 10100 | 0 | 11111 | 1100100 | 1011010 |
Color Harmonies of #FFE7CD
Complementary color
Monochromatic Colors of #FFE7CD
Black with #FFE7CD
Text Example
Text Example
White with #FFE7CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE7CD; }
p { color: rgb(255,231,205); }
H1.HeaderClassName
{
color: #FFE7CD;
}
.AnyTagClassName
{
color: #FFE7CD;
}
</style>
background-color css
<style>
a { background-color: #FFE7CD; }
a { background-color: rgb(255,231,205); }
div.DivClassName
{
background-color: #FFE7CD;
}
.BgClassName
{
background-color: #FFE7CD;
}
</style>
border-color css
<style>
span { border-color: #FFE7CD; }
span { border-color: rgb(255,231,205); }
td.TdClassName
{
border-color: #FFE7CD;
}
.TagClassName
{
border-color: #FFE7CD;
}
</style>