Shades of Blanched Almond #FFEDD0
Tints of Blanched Almond #FFEDD0
RGB
CMYK
RGB Variations
Color information
#FFEDD0 (or 0xFFEDD0) is known color: Blanched Almond. HEX triplet: FF, ED and D0. RGB value is (255,237,208). Sum of RGB (Red+Green+Blue) = 255+237+208=700 (92% of max value = 765). Red value is 255 (100% from 255 or 36.43% from 700); Green value is 237 (92.97% from 255 or 33.86% from 700); Blue value is 208 (81.64% from 255 or 29.71% from 700); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEDD0 is #00122F. Grayscale: #EFEFEF. Windows color (decimal): -4656 or 13692415. OLE color: 13692415.
HSL color Cylindrical-coordinate representation of color #FFEDD0: hue angle of 37.02º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FFEDD0 is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 237 | 208 | - |
CMYK | 0 | 0.07 | 0.18 | 0 |
HSL | 37.02º | 1% | 0.91% | - |
HSV(B) | 37.02º | 0.18% | 1% | - |
XYZ | 82.91 | 86.38 | 71.98 | - |
YUV | 239.08 | 110.46 | 139.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 237 | 208 | 0 | 0.07 | 0.18 | 0 | 37.02 | 1 | 0.91 |
Hex | FF | ED | D0 | 0 | 7 | 12 | 0 | 25 | 64 | 5B |
Octal | 377 | 355 | 320 | 0 | 7 | 22 | 0 | 45 | 144 | 133 |
Binary | 11111111 | 11101101 | 11010000 | 0 | 111 | 10010 | 0 | 100101 | 1100100 | 1011011 |
Color Harmonies of #FFEDD0
Complementary color
Monochromatic Colors of #FFEDD0
Black with #FFEDD0
Text Example
Text Example
White with #FFEDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEDD0; }
p { color: rgb(255,237,208); }
H1.HeaderClassName
{
color: #FFEDD0;
}
.AnyTagClassName
{
color: #FFEDD0;
}
</style>
background-color css
<style>
a { background-color: #FFEDD0; }
a { background-color: rgb(255,237,208); }
div.DivClassName
{
background-color: #FFEDD0;
}
.BgClassName
{
background-color: #FFEDD0;
}
</style>
border-color css
<style>
span { border-color: #FFEDD0; }
span { border-color: rgb(255,237,208); }
td.TdClassName
{
border-color: #FFEDD0;
}
.TagClassName
{
border-color: #FFEDD0;
}
</style>