Shades of Chardon #FFECDF
Tints of Chardon #FFECDF
RGB
CMYK
RGB Variations
Color information
#FFECDF (or 0xFFECDF) is known color: Chardon. HEX triplet: FF, EC and DF. RGB value is (255,236,223). Sum of RGB (Red+Green+Blue) = 255+236+223=714 (94% of max value = 765). Red value is 255 (100% from 255 or 35.71% from 714); Green value is 236 (92.58% from 255 or 33.05% from 714); Blue value is 223 (87.5% from 255 or 31.23% from 714); Max value from RGB is 255 - color contains mainly: red. Hex color #FFECDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFECDF is #001320. Grayscale: #F0F0F0. Windows color (decimal): -4897 or 14675199. OLE color: 14675199.
HSL color Cylindrical-coordinate representation of color #FFECDF: hue angle of 24.38º 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 #FFECDF is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 236 | 223 | - |
CMYK | 0 | 0.07 | 0.13 | 0 |
HSL | 24.38º | 1% | 0.94% | - |
HSV(B) | 24.38º | 0.13% | 1% | - |
XYZ | 84.55 | 86.58 | 82.07 | - |
YUV | 240.2 | 118.29 | 138.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 236 | 223 | 0 | 0.07 | 0.13 | 0 | 24.38 | 1 | 0.94 |
Hex | FF | EC | DF | 0 | 7 | D | 0 | 18 | 64 | 5E |
Octal | 377 | 354 | 337 | 0 | 7 | 15 | 0 | 30 | 144 | 136 |
Binary | 11111111 | 11101100 | 11011111 | 0 | 111 | 1101 | 0 | 11000 | 1100100 | 1011110 |
Color Harmonies of #FFECDF
Complementary color
Monochromatic Colors of #FFECDF
Black with #FFECDF
Text Example
Text Example
White with #FFECDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFECDF; }
p { color: rgb(255,236,223); }
H1.HeaderClassName
{
color: #FFECDF;
}
.AnyTagClassName
{
color: #FFECDF;
}
</style>
background-color css
<style>
a { background-color: #FFECDF; }
a { background-color: rgb(255,236,223); }
div.DivClassName
{
background-color: #FFECDF;
}
.BgClassName
{
background-color: #FFECDF;
}
</style>
border-color css
<style>
span { border-color: #FFECDF; }
span { border-color: rgb(255,236,223); }
td.TdClassName
{
border-color: #FFECDF;
}
.TagClassName
{
border-color: #FFECDF;
}
</style>