Shades of Blanched Almond #FFEDCD
Tints of Blanched Almond #FFEDCD
RGB
CMYK
RGB Variations
Color information
#FFEDCD (or 0xFFEDCD) is known color: Blanched Almond. HEX triplet: FF, ED and CD. RGB value is (255,237,205). Sum of RGB (Red+Green+Blue) = 255+237+205=697 (92% of max value = 765). Red value is 255 (100% from 255 or 36.59% from 697); Green value is 237 (92.97% from 255 or 34.00% from 697); Blue value is 205 (80.47% from 255 or 29.41% from 697); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEDCD is #001232. Grayscale: #EEEEEE. Windows color (decimal): -4659 or 13495807. OLE color: 13495807.
HSL color Cylindrical-coordinate representation of color #FFEDCD: hue angle of 38.4º 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 #FFEDCD is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 205 | - |
| CMYK | 0 | 0.07 | 0.20 | 0 |
| HSL | 38.4º | 1% | 0.9% | - |
| HSV(B) | 38.4º | 0.2% | 1% | - |
| XYZ | 82.54 | 86.24 | 70.05 | - |
| YUV | 238.73 | 108.96 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 205 | 0 | 0.07 | 0.20 | 0 | 38.4 | 1 | 0.9 |
| Hex | FF | ED | CD | 0 | 7 | 14 | 0 | 26 | 64 | 5A |
| Octal | 377 | 355 | 315 | 0 | 7 | 24 | 0 | 46 | 144 | 132 |
| Binary | 11111111 | 11101101 | 11001101 | 0 | 111 | 10100 | 0 | 100110 | 1100100 | 1011010 |
Color Harmonies of #FFEDCD
Complementary color
Monochromatic Colors of #FFEDCD
Black with #FFEDCD
Text Example
Text Example
White with #FFEDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEDCD; }
p { color: rgb(255,237,205); }
H1.HeaderClassName
{
color: #FFEDCD;
}
.AnyTagClassName
{
color: #FFEDCD;
}
</style>
background-color css
<style>
a { background-color: #FFEDCD; }
a { background-color: rgb(255,237,205); }
div.DivClassName
{
background-color: #FFEDCD;
}
.BgClassName
{
background-color: #FFEDCD;
}
</style>
border-color css
<style>
span { border-color: #FFEDCD; }
span { border-color: rgb(255,237,205); }
td.TdClassName
{
border-color: #FFEDCD;
}
.TagClassName
{
border-color: #FFEDCD;
}
</style>