Shades of Blanched Almond #FFEACD
Tints of Blanched Almond #FFEACD
RGB
CMYK
RGB Variations
Color information
#FFEACD (or 0xFFEACD) is known color: Blanched Almond. HEX triplet: FF, EA and CD. RGB value is (255,234,205). Sum of RGB (Red+Green+Blue) = 255+234+205=694 (91% of max value = 765). Red value is 255 (100% from 255 or 36.74% from 694); Green value is 234 (91.80% from 255 or 33.72% from 694); Blue value is 205 (80.47% from 255 or 29.54% from 694); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEACD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEACD is #001532. Grayscale: #EDEDED. Windows color (decimal): -5427 or 13495039. OLE color: 13495039.
HSL color Cylindrical-coordinate representation of color #FFEACD: hue angle of 34.8º 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 #FFEACD is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 234 | 205 | - |
CMYK | 0 | 0.08 | 0.20 | 0 |
HSL | 34.8º | 1% | 0.9% | - |
HSV(B) | 34.8º | 0.2% | 1% | - |
XYZ | 81.68 | 84.51 | 69.77 | - |
YUV | 236.97 | 109.96 | 140.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 234 | 205 | 0 | 0.08 | 0.20 | 0 | 34.8 | 1 | 0.9 |
Hex | FF | EA | CD | 0 | 8 | 14 | 0 | 23 | 64 | 5A |
Octal | 377 | 352 | 315 | 0 | 10 | 24 | 0 | 43 | 144 | 132 |
Binary | 11111111 | 11101010 | 11001101 | 0 | 1000 | 10100 | 0 | 100011 | 1100100 | 1011010 |
Color Harmonies of #FFEACD
Complementary color
Monochromatic Colors of #FFEACD
Black with #FFEACD
Text Example
Text Example
White with #FFEACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEACD; }
p { color: rgb(255,234,205); }
H1.HeaderClassName
{
color: #FFEACD;
}
.AnyTagClassName
{
color: #FFEACD;
}
</style>
background-color css
<style>
a { background-color: #FFEACD; }
a { background-color: rgb(255,234,205); }
div.DivClassName
{
background-color: #FFEACD;
}
.BgClassName
{
background-color: #FFEACD;
}
</style>
border-color css
<style>
span { border-color: #FFEACD; }
span { border-color: rgb(255,234,205); }
td.TdClassName
{
border-color: #FFEACD;
}
.TagClassName
{
border-color: #FFEACD;
}
</style>