Shades of Chardon #FFEDDF
Tints of Chardon #FFEDDF
RGB
CMYK
RGB Variations
Color information
#FFEDDF (or 0xFFEDDF) is known color: Chardon. HEX triplet: FF, ED and DF. RGB value is (255,237,223). Sum of RGB (Red+Green+Blue) = 255+237+223=715 (94% of max value = 765). Red value is 255 (100% from 255 or 35.66% from 715); Green value is 237 (92.97% from 255 or 33.15% from 715); Blue value is 223 (87.5% from 255 or 31.19% from 715); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEDDF is #001220. Grayscale: #F0F0F0. Windows color (decimal): -4641 or 14675455. OLE color: 14675455.
HSL color Cylindrical-coordinate representation of color #FFEDDF: hue angle of 26.25º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FFEDDF is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 223 | - |
| CMYK | 0 | 0.07 | 0.13 | 0 |
| HSL | 26.25º | 1% | 0.94% | - |
| HSV(B) | 26.25º | 0.13% | 1% | - |
| XYZ | 84.84 | 87.16 | 82.16 | - |
| YUV | 240.79 | 117.96 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 223 | 0 | 0.07 | 0.13 | 0 | 26.25 | 1 | 0.94 |
| Hex | FF | ED | DF | 0 | 7 | D | 0 | 1A | 64 | 5E |
| Octal | 377 | 355 | 337 | 0 | 7 | 15 | 0 | 32 | 144 | 136 |
| Binary | 11111111 | 11101101 | 11011111 | 0 | 111 | 1101 | 0 | 11010 | 1100100 | 1011110 |
Color Harmonies of #FFEDDF
Complementary color
Monochromatic Colors of #FFEDDF
Black with #FFEDDF
Text Example
Text Example
White with #FFEDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEDDF; }
p { color: rgb(255,237,223); }
H1.HeaderClassName
{
color: #FFEDDF;
}
.AnyTagClassName
{
color: #FFEDDF;
}
</style>
background-color css
<style>
a { background-color: #FFEDDF; }
a { background-color: rgb(255,237,223); }
div.DivClassName
{
background-color: #FFEDDF;
}
.BgClassName
{
background-color: #FFEDDF;
}
</style>
border-color css
<style>
span { border-color: #FFEDDF; }
span { border-color: rgb(255,237,223); }
td.TdClassName
{
border-color: #FFEDDF;
}
.TagClassName
{
border-color: #FFEDDF;
}
</style>