Shades of Antique White #FFEDD7
Tints of Antique White #FFEDD7
RGB
CMYK
RGB Variations
Color information
#FFEDD7 (or 0xFFEDD7) is known color: Antique White. HEX triplet: FF, ED and D7. RGB value is (255,237,215). Sum of RGB (Red+Green+Blue) = 255+237+215=707 (93% of max value = 765). Red value is 255 (100% from 255 or 36.07% from 707); Green value is 237 (92.97% from 255 or 33.52% from 707); Blue value is 215 (84.38% from 255 or 30.41% from 707); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEDD7 is #001228. Grayscale: #EFEFEF. Windows color (decimal): -4649 or 14151167. OLE color: 14151167.
HSL color Cylindrical-coordinate representation of color #FFEDD7: hue angle of 33º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FFEDD7 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 237 | 215 | - |
CMYK | 0 | 0.07 | 0.16 | 0 |
HSL | 33º | 1% | 0.92% | - |
HSV(B) | 33º | 0.16% | 1% | - |
XYZ | 83.79 | 86.73 | 76.62 | - |
YUV | 239.87 | 113.96 | 138.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 237 | 215 | 0 | 0.07 | 0.16 | 0 | 33 | 1 | 0.92 |
Hex | FF | ED | D7 | 0 | 7 | 10 | 0 | 21 | 64 | 5C |
Octal | 377 | 355 | 327 | 0 | 7 | 20 | 0 | 41 | 144 | 134 |
Binary | 11111111 | 11101101 | 11010111 | 0 | 111 | 10000 | 0 | 100001 | 1100100 | 1011100 |
Color Harmonies of #FFEDD7
Complementary color
Monochromatic Colors of #FFEDD7
Black with #FFEDD7
Text Example
Text Example
White with #FFEDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEDD7; }
p { color: rgb(255,237,215); }
H1.HeaderClassName
{
color: #FFEDD7;
}
.AnyTagClassName
{
color: #FFEDD7;
}
</style>
background-color css
<style>
a { background-color: #FFEDD7; }
a { background-color: rgb(255,237,215); }
div.DivClassName
{
background-color: #FFEDD7;
}
.BgClassName
{
background-color: #FFEDD7;
}
</style>
border-color css
<style>
span { border-color: #FFEDD7; }
span { border-color: rgb(255,237,215); }
td.TdClassName
{
border-color: #FFEDD7;
}
.TagClassName
{
border-color: #FFEDD7;
}
</style>