Shades of Chardon #FFECDE
Tints of Chardon #FFECDE
RGB
CMYK
RGB Variations
Color information
#FFECDE (or 0xFFECDE) is known color: Chardon. HEX triplet: FF, EC and DE. RGB value is (255,236,222). Sum of RGB (Red+Green+Blue) = 255+236+222=713 (94% of max value = 765). Red value is 255 (100% from 255 or 35.76% from 713); Green value is 236 (92.58% from 255 or 33.10% from 713); Blue value is 222 (87.11% from 255 or 31.14% from 713); Max value from RGB is 255 - color contains mainly: red. Hex color #FFECDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFECDE is #001321. Grayscale: #F0F0F0. Windows color (decimal): -4898 or 14609663. OLE color: 14609663.
HSL color Cylindrical-coordinate representation of color #FFECDE: hue angle of 25.45º 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 #FFECDE is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 236 | 222 | - |
| CMYK | 0 | 0.07 | 0.13 | 0 |
| HSL | 25.45º | 1% | 0.94% | - |
| HSV(B) | 25.45º | 0.13% | 1% | - |
| XYZ | 84.42 | 86.52 | 81.36 | - |
| YUV | 240.09 | 117.79 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 236 | 222 | 0 | 0.07 | 0.13 | 0 | 25.45 | 1 | 0.94 |
| Hex | FF | EC | DE | 0 | 7 | D | 0 | 19 | 64 | 5E |
| Octal | 377 | 354 | 336 | 0 | 7 | 15 | 0 | 31 | 144 | 136 |
| Binary | 11111111 | 11101100 | 11011110 | 0 | 111 | 1101 | 0 | 11001 | 1100100 | 1011110 |
Color Harmonies of #FFECDE
Complementary color
Monochromatic Colors of #FFECDE
Black with #FFECDE
Text Example
Text Example
White with #FFECDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFECDE; }
p { color: rgb(255,236,222); }
H1.HeaderClassName
{
color: #FFECDE;
}
.AnyTagClassName
{
color: #FFECDE;
}
</style>
background-color css
<style>
a { background-color: #FFECDE; }
a { background-color: rgb(255,236,222); }
div.DivClassName
{
background-color: #FFECDE;
}
.BgClassName
{
background-color: #FFECDE;
}
</style>
border-color css
<style>
span { border-color: #FFECDE; }
span { border-color: rgb(255,236,222); }
td.TdClassName
{
border-color: #FFECDE;
}
.TagClassName
{
border-color: #FFECDE;
}
</style>