Shades of Chardon #FFECDD
Tints of Chardon #FFECDD
RGB
CMYK
RGB Variations
Color information
#FFECDD (or 0xFFECDD) is known color: Chardon. HEX triplet: FF, EC and DD. RGB value is (255,236,221). Sum of RGB (Red+Green+Blue) = 255+236+221=712 (94% of max value = 765). Red value is 255 (100% from 255 or 35.81% from 712); Green value is 236 (92.58% from 255 or 33.15% from 712); Blue value is 221 (86.72% from 255 or 31.04% from 712); Max value from RGB is 255 - color contains mainly: red. Hex color #FFECDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFECDD is #001322. Grayscale: #F0F0F0. Windows color (decimal): -4899 or 14544127. OLE color: 14544127.
HSL color Cylindrical-coordinate representation of color #FFECDD: hue angle of 26.47º 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 #FFECDD is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 236 | 221 | - |
CMYK | 0 | 0.07 | 0.13 | 0 |
HSL | 26.47º | 1% | 0.93% | - |
HSV(B) | 26.47º | 0.13% | 1% | - |
XYZ | 84.29 | 86.47 | 80.65 | - |
YUV | 239.97 | 117.29 | 138.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 236 | 221 | 0 | 0.07 | 0.13 | 0 | 26.47 | 1 | 0.93 |
Hex | FF | EC | DD | 0 | 7 | D | 0 | 1A | 64 | 5D |
Octal | 377 | 354 | 335 | 0 | 7 | 15 | 0 | 32 | 144 | 135 |
Binary | 11111111 | 11101100 | 11011101 | 0 | 111 | 1101 | 0 | 11010 | 1100100 | 1011101 |
Color Harmonies of #FFECDD
Complementary color
Monochromatic Colors of #FFECDD
Black with #FFECDD
Text Example
Text Example
White with #FFECDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFECDD; }
p { color: rgb(255,236,221); }
H1.HeaderClassName
{
color: #FFECDD;
}
.AnyTagClassName
{
color: #FFECDD;
}
</style>
background-color css
<style>
a { background-color: #FFECDD; }
a { background-color: rgb(255,236,221); }
div.DivClassName
{
background-color: #FFECDD;
}
.BgClassName
{
background-color: #FFECDD;
}
</style>
border-color css
<style>
span { border-color: #FFECDD; }
span { border-color: rgb(255,236,221); }
td.TdClassName
{
border-color: #FFECDD;
}
.TagClassName
{
border-color: #FFECDD;
}
</style>