Shades of Chardon #FFEBDD
Tints of Chardon #FFEBDD
RGB
CMYK
RGB Variations
Color information
#FFEBDD (or 0xFFEBDD) is known color: Chardon. HEX triplet: FF, EB and DD. RGB value is (255,235,221). Sum of RGB (Red+Green+Blue) = 255+235+221=711 (94% of max value = 765). Red value is 255 (100% from 255 or 35.86% from 711); Green value is 235 (92.19% from 255 or 33.05% from 711); Blue value is 221 (86.72% from 255 or 31.08% from 711); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEBDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEBDD is #001422. Grayscale: #EFEFEF. Windows color (decimal): -5155 or 14543871. OLE color: 14543871.
HSL color Cylindrical-coordinate representation of color #FFEBDD: hue angle of 24.71º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FFEBDD is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 235 | 221 | - |
| CMYK | 0 | 0.08 | 0.13 | 0 |
| HSL | 24.71º | 1% | 0.93% | - |
| HSV(B) | 24.71º | 0.13% | 1% | - |
| XYZ | 84 | 85.9 | 80.56 | - |
| YUV | 239.38 | 117.63 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 235 | 221 | 0 | 0.08 | 0.13 | 0 | 24.71 | 1 | 0.93 |
| Hex | FF | EB | DD | 0 | 8 | D | 0 | 19 | 64 | 5D |
| Octal | 377 | 353 | 335 | 0 | 10 | 15 | 0 | 31 | 144 | 135 |
| Binary | 11111111 | 11101011 | 11011101 | 0 | 1000 | 1101 | 0 | 11001 | 1100100 | 1011101 |
Color Harmonies of #FFEBDD
Complementary color
Monochromatic Colors of #FFEBDD
Black with #FFEBDD
Text Example
Text Example
White with #FFEBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEBDD; }
p { color: rgb(255,235,221); }
H1.HeaderClassName
{
color: #FFEBDD;
}
.AnyTagClassName
{
color: #FFEBDD;
}
</style>
background-color css
<style>
a { background-color: #FFEBDD; }
a { background-color: rgb(255,235,221); }
div.DivClassName
{
background-color: #FFEBDD;
}
.BgClassName
{
background-color: #FFEBDD;
}
</style>
border-color css
<style>
span { border-color: #FFEBDD; }
span { border-color: rgb(255,235,221); }
td.TdClassName
{
border-color: #FFEBDD;
}
.TagClassName
{
border-color: #FFEBDD;
}
</style>