Shades of Pippin #FFDFD1
Tints of Pippin #FFDFD1
RGB
CMYK
RGB Variations
Color information
#FFDFD1 (or 0xFFDFD1) is known color: Pippin. HEX triplet: FF, DF and D1. RGB value is (255,223,209). Sum of RGB (Red+Green+Blue) = 255+223+209=687 (90% of max value = 765). Red value is 255 (100% from 255 or 37.12% from 687); Green value is 223 (87.5% from 255 or 32.46% from 687); Blue value is 209 (82.03% from 255 or 30.42% from 687); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDFD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDFD1 is #00202E. Grayscale: #E7E7E7. Windows color (decimal): -8239 or 13754367. OLE color: 13754367.
HSL color Cylindrical-coordinate representation of color #FFDFD1: hue angle of 18.26º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FFDFD1 is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 209 | - |
| CMYK | 0 | 0.13 | 0.18 | 0 |
| HSL | 18.26º | 1% | 0.91% | - |
| HSV(B) | 18.26º | 0.18% | 1% | - |
| XYZ | 79.14 | 78.64 | 71.33 | - |
| YUV | 230.97 | 115.6 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 209 | 0 | 0.13 | 0.18 | 0 | 18.26 | 1 | 0.91 |
| Hex | FF | DF | D1 | 0 | D | 12 | 0 | 12 | 64 | 5B |
| Octal | 377 | 337 | 321 | 0 | 15 | 22 | 0 | 22 | 144 | 133 |
| Binary | 11111111 | 11011111 | 11010001 | 0 | 1101 | 10010 | 0 | 10010 | 1100100 | 1011011 |
Color Harmonies of #FFDFD1
Complementary color
Monochromatic Colors of #FFDFD1
Black with #FFDFD1
Text Example
Text Example
White with #FFDFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDFD1; }
p { color: rgb(255,223,209); }
H1.HeaderClassName
{
color: #FFDFD1;
}
.AnyTagClassName
{
color: #FFDFD1;
}
</style>
background-color css
<style>
a { background-color: #FFDFD1; }
a { background-color: rgb(255,223,209); }
div.DivClassName
{
background-color: #FFDFD1;
}
.BgClassName
{
background-color: #FFDFD1;
}
</style>
border-color css
<style>
span { border-color: #FFDFD1; }
span { border-color: rgb(255,223,209); }
td.TdClassName
{
border-color: #FFDFD1;
}
.TagClassName
{
border-color: #FFDFD1;
}
</style>