Shades of Remy #FFDDD8
Tints of Remy #FFDDD8
RGB
CMYK
RGB Variations
Color information
#FFDDD8 (or 0xFFDDD8) is known color: Remy. HEX triplet: FF, DD and D8. RGB value is (255,221,216). Sum of RGB (Red+Green+Blue) = 255+221+216=692 (91% of max value = 765). Red value is 255 (100% from 255 or 36.85% from 692); Green value is 221 (86.72% from 255 or 31.94% from 692); Blue value is 216 (84.77% from 255 or 31.21% from 692); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDDD8 is #002227. Grayscale: #E6E6E6. Windows color (decimal): -8744 or 14212607. OLE color: 14212607.
HSL color Cylindrical-coordinate representation of color #FFDDD8: hue angle of 7.69º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FFDDD8 is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 216 | - |
| CMYK | 0 | 0.13 | 0.15 | 0 |
| HSL | 7.69º | 1% | 0.92% | - |
| HSV(B) | 7.69º | 0.15% | 1% | - |
| XYZ | 79.49 | 77.93 | 75.82 | - |
| YUV | 230.6 | 119.76 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 216 | 0 | 0.13 | 0.15 | 0 | 7.69 | 1 | 0.92 |
| Hex | FF | DD | D8 | 0 | D | F | 0 | 8 | 64 | 5C |
| Octal | 377 | 335 | 330 | 0 | 15 | 17 | 0 | 10 | 144 | 134 |
| Binary | 11111111 | 11011101 | 11011000 | 0 | 1101 | 1111 | 0 | 1000 | 1100100 | 1011100 |
Color Harmonies of #FFDDD8
Complementary color
Monochromatic Colors of #FFDDD8
Black with #FFDDD8
Text Example
Text Example
White with #FFDDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDDD8; }
p { color: rgb(255,221,216); }
H1.HeaderClassName
{
color: #FFDDD8;
}
.AnyTagClassName
{
color: #FFDDD8;
}
</style>
background-color css
<style>
a { background-color: #FFDDD8; }
a { background-color: rgb(255,221,216); }
div.DivClassName
{
background-color: #FFDDD8;
}
.BgClassName
{
background-color: #FFDDD8;
}
</style>
border-color css
<style>
span { border-color: #FFDDD8; }
span { border-color: rgb(255,221,216); }
td.TdClassName
{
border-color: #FFDDD8;
}
.TagClassName
{
border-color: #FFDDD8;
}
</style>