Shades of Remy #FFDCD9
Tints of Remy #FFDCD9
RGB
CMYK
RGB Variations
Color information
#FFDCD9 (or 0xFFDCD9) is known color: Remy. HEX triplet: FF, DC and D9. RGB value is (255,220,217). Sum of RGB (Red+Green+Blue) = 255+220+217=692 (91% of max value = 765). Red value is 255 (100% from 255 or 36.85% from 692); Green value is 220 (86.33% from 255 or 31.79% from 692); Blue value is 217 (85.16% from 255 or 31.36% from 692); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDCD9 is #002326. Grayscale: #E6E6E6. Windows color (decimal): -8999 or 14277887. OLE color: 14277887.
HSL color Cylindrical-coordinate representation of color #FFDCD9: hue angle of 4.74º 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 #FFDCD9 is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 217 | - |
| CMYK | 0 | 0.14 | 0.15 | 0 |
| HSL | 4.74º | 1% | 0.93% | - |
| HSV(B) | 4.74º | 0.15% | 1% | - |
| XYZ | 79.36 | 77.46 | 76.41 | - |
| YUV | 230.12 | 120.6 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 217 | 0 | 0.14 | 0.15 | 0 | 4.74 | 1 | 0.93 |
| Hex | FF | DC | D9 | 0 | E | F | 0 | 5 | 64 | 5D |
| Octal | 377 | 334 | 331 | 0 | 16 | 17 | 0 | 5 | 144 | 135 |
| Binary | 11111111 | 11011100 | 11011001 | 0 | 1110 | 1111 | 0 | 101 | 1100100 | 1011101 |
Color Harmonies of #FFDCD9
Complementary color
Monochromatic Colors of #FFDCD9
Black with #FFDCD9
Text Example
Text Example
White with #FFDCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDCD9; }
p { color: rgb(255,220,217); }
H1.HeaderClassName
{
color: #FFDCD9;
}
.AnyTagClassName
{
color: #FFDCD9;
}
</style>
background-color css
<style>
a { background-color: #FFDCD9; }
a { background-color: rgb(255,220,217); }
div.DivClassName
{
background-color: #FFDCD9;
}
.BgClassName
{
background-color: #FFDCD9;
}
</style>
border-color css
<style>
span { border-color: #FFDCD9; }
span { border-color: rgb(255,220,217); }
td.TdClassName
{
border-color: #FFDCD9;
}
.TagClassName
{
border-color: #FFDCD9;
}
</style>