Shades of Remy #FFDFD9
Tints of Remy #FFDFD9
RGB
CMYK
RGB Variations
Color information
#FFDFD9 (or 0xFFDFD9) is known color: Remy. HEX triplet: FF, DF and D9. RGB value is (255,223,217). Sum of RGB (Red+Green+Blue) = 255+223+217=695 (92% of max value = 765). Red value is 255 (100% from 255 or 36.69% from 695); Green value is 223 (87.5% from 255 or 32.09% from 695); Blue value is 217 (85.16% from 255 or 31.22% from 695); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDFD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDFD9 is #002026. Grayscale: #E7E7E7. Windows color (decimal): -8231 or 14278655. OLE color: 14278655.
HSL color Cylindrical-coordinate representation of color #FFDFD9: hue angle of 9.47º 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 #FFDFD9 is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 223 | 217 | - |
CMYK | 0 | 0.13 | 0.15 | 0 |
HSL | 9.47º | 1% | 0.93% | - |
HSV(B) | 9.47º | 0.15% | 1% | - |
XYZ | 80.15 | 79.05 | 76.68 | - |
YUV | 231.88 | 119.6 | 144.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 223 | 217 | 0 | 0.13 | 0.15 | 0 | 9.47 | 1 | 0.93 |
Hex | FF | DF | D9 | 0 | D | F | 0 | 9 | 64 | 5D |
Octal | 377 | 337 | 331 | 0 | 15 | 17 | 0 | 11 | 144 | 135 |
Binary | 11111111 | 11011111 | 11011001 | 0 | 1101 | 1111 | 0 | 1001 | 1100100 | 1011101 |
Color Harmonies of #FFDFD9
Complementary color
Monochromatic Colors of #FFDFD9
Black with #FFDFD9
Text Example
Text Example
White with #FFDFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDFD9; }
p { color: rgb(255,223,217); }
H1.HeaderClassName
{
color: #FFDFD9;
}
.AnyTagClassName
{
color: #FFDFD9;
}
</style>
background-color css
<style>
a { background-color: #FFDFD9; }
a { background-color: rgb(255,223,217); }
div.DivClassName
{
background-color: #FFDFD9;
}
.BgClassName
{
background-color: #FFDFD9;
}
</style>
border-color css
<style>
span { border-color: #FFDFD9; }
span { border-color: rgb(255,223,217); }
td.TdClassName
{
border-color: #FFDFD9;
}
.TagClassName
{
border-color: #FFDFD9;
}
</style>