Shades of Remy #FFDED9
Tints of Remy #FFDED9
RGB
CMYK
RGB Variations
Color information
#FFDED9 (or 0xFFDED9) is known color: Remy. HEX triplet: FF, DE and D9. RGB value is (255,222,217). Sum of RGB (Red+Green+Blue) = 255+222+217=694 (91% of max value = 765). Red value is 255 (100% from 255 or 36.74% from 694); Green value is 222 (87.11% from 255 or 31.99% from 694); Blue value is 217 (85.16% from 255 or 31.27% from 694); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDED9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDED9 is #002126. Grayscale: #E7E7E7. Windows color (decimal): -8487 or 14278399. OLE color: 14278399.
HSL color Cylindrical-coordinate representation of color #FFDED9: hue angle of 7.89º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FFDED9 is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 222 | 217 | - |
| CMYK | 0 | 0.13 | 0.15 | 0 |
| HSL | 7.89º | 1% | 0.93% | - |
| HSV(B) | 7.89º | 0.15% | 1% | - |
| XYZ | 79.89 | 78.51 | 76.59 | - |
| YUV | 231.3 | 119.93 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 222 | 217 | 0 | 0.13 | 0.15 | 0 | 7.89 | 1 | 0.93 |
| Hex | FF | DE | D9 | 0 | D | F | 0 | 8 | 64 | 5D |
| Octal | 377 | 336 | 331 | 0 | 15 | 17 | 0 | 10 | 144 | 135 |
| Binary | 11111111 | 11011110 | 11011001 | 0 | 1101 | 1111 | 0 | 1000 | 1100100 | 1011101 |
Color Harmonies of #FFDED9
Complementary color
Monochromatic Colors of #FFDED9
Black with #FFDED9
Text Example
Text Example
White with #FFDED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDED9; }
p { color: rgb(255,222,217); }
H1.HeaderClassName
{
color: #FFDED9;
}
.AnyTagClassName
{
color: #FFDED9;
}
</style>
background-color css
<style>
a { background-color: #FFDED9; }
a { background-color: rgb(255,222,217); }
div.DivClassName
{
background-color: #FFDED9;
}
.BgClassName
{
background-color: #FFDED9;
}
</style>
border-color css
<style>
span { border-color: #FFDED9; }
span { border-color: rgb(255,222,217); }
td.TdClassName
{
border-color: #FFDED9;
}
.TagClassName
{
border-color: #FFDED9;
}
</style>