Shades of Blanched Almond #FFE7CC
Tints of Blanched Almond #FFE7CC
RGB
CMYK
RGB Variations
Color information
#FFE7CC (or 0xFFE7CC) is known color: Blanched Almond. HEX triplet: FF, E7 and CC. RGB value is (255,231,204). Sum of RGB (Red+Green+Blue) = 255+231+204=690 (91% of max value = 765). Red value is 255 (100% from 255 or 36.96% from 690); Green value is 231 (90.62% from 255 or 33.48% from 690); Blue value is 204 (80.08% from 255 or 29.57% from 690); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE7CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFE7CC is #001833. Grayscale: #EBEBEB. Windows color (decimal): -6196 or 13428735. OLE color: 13428735.
HSL color Cylindrical-coordinate representation of color #FFE7CC: hue angle of 31.76º 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 #FFE7CC is Cyan = 0, Magento = 0.09, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 231 | 204 | - |
| CMYK | 0 | 0.09 | 0.2 | 0 |
| HSL | 31.76º | 1% | 0.9% | - |
| HSV(B) | 31.76º | 0.2% | 1% | - |
| XYZ | 80.72 | 82.77 | 68.85 | - |
| YUV | 235.1 | 110.45 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 231 | 204 | 0 | 0.09 | 0.2 | 0 | 31.76 | 1 | 0.9 |
| Hex | FF | E7 | CC | 0 | 9 | 14 | 0 | 20 | 64 | 5A |
| Octal | 377 | 347 | 314 | 0 | 11 | 24 | 0 | 40 | 144 | 132 |
| Binary | 11111111 | 11100111 | 11001100 | 0 | 1001 | 10100 | 0 | 100000 | 1100100 | 1011010 |
Color Harmonies of #FFE7CC
Complementary color
Monochromatic Colors of #FFE7CC
Black with #FFE7CC
Text Example
Text Example
White with #FFE7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE7CC; }
p { color: rgb(255,231,204); }
H1.HeaderClassName
{
color: #FFE7CC;
}
.AnyTagClassName
{
color: #FFE7CC;
}
</style>
background-color css
<style>
a { background-color: #FFE7CC; }
a { background-color: rgb(255,231,204); }
div.DivClassName
{
background-color: #FFE7CC;
}
.BgClassName
{
background-color: #FFE7CC;
}
</style>
border-color css
<style>
span { border-color: #FFE7CC; }
span { border-color: rgb(255,231,204); }
td.TdClassName
{
border-color: #FFE7CC;
}
.TagClassName
{
border-color: #FFE7CC;
}
</style>