Shades of Blanched Almond #FFEDCC
Tints of Blanched Almond #FFEDCC
RGB
CMYK
RGB Variations
Color information
#FFEDCC (or 0xFFEDCC) is known color: Blanched Almond. HEX triplet: FF, ED and CC. RGB value is (255,237,204). Sum of RGB (Red+Green+Blue) = 255+237+204=696 (92% of max value = 765). Red value is 255 (100% from 255 or 36.64% from 696); Green value is 237 (92.97% from 255 or 34.05% from 696); Blue value is 204 (80.08% from 255 or 29.31% from 696); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEDCC is #001233. Grayscale: #EEEEEE. Windows color (decimal): -4660 or 13430271. OLE color: 13430271.
HSL color Cylindrical-coordinate representation of color #FFEDCC: hue angle of 38.82º 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 #FFEDCC is Cyan = 0, Magento = 0.07, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 204 | - |
| CMYK | 0 | 0.07 | 0.2 | 0 |
| HSL | 38.82º | 1% | 0.9% | - |
| HSV(B) | 38.82º | 0.2% | 1% | - |
| XYZ | 82.42 | 86.19 | 69.42 | - |
| YUV | 238.62 | 108.46 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 204 | 0 | 0.07 | 0.2 | 0 | 38.82 | 1 | 0.9 |
| Hex | FF | ED | CC | 0 | 7 | 14 | 0 | 27 | 64 | 5A |
| Octal | 377 | 355 | 314 | 0 | 7 | 24 | 0 | 47 | 144 | 132 |
| Binary | 11111111 | 11101101 | 11001100 | 0 | 111 | 10100 | 0 | 100111 | 1100100 | 1011010 |
Color Harmonies of #FFEDCC
Complementary color
Monochromatic Colors of #FFEDCC
Black with #FFEDCC
Text Example
Text Example
White with #FFEDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEDCC; }
p { color: rgb(255,237,204); }
H1.HeaderClassName
{
color: #FFEDCC;
}
.AnyTagClassName
{
color: #FFEDCC;
}
</style>
background-color css
<style>
a { background-color: #FFEDCC; }
a { background-color: rgb(255,237,204); }
div.DivClassName
{
background-color: #FFEDCC;
}
.BgClassName
{
background-color: #FFEDCC;
}
</style>
border-color css
<style>
span { border-color: #FFEDCC; }
span { border-color: rgb(255,237,204); }
td.TdClassName
{
border-color: #FFEDCC;
}
.TagClassName
{
border-color: #FFEDCC;
}
</style>