Shades of Pippin #FFDFD6
Tints of Pippin #FFDFD6
RGB
CMYK
RGB Variations
Color information
#FFDFD6 (or 0xFFDFD6) is known color: Pippin. HEX triplet: FF, DF and D6. RGB value is (255,223,214). Sum of RGB (Red+Green+Blue) = 255+223+214=692 (91% of max value = 765). Red value is 255 (100% from 255 or 36.85% from 692); Green value is 223 (87.5% from 255 or 32.23% from 692); Blue value is 214 (83.98% from 255 or 30.92% from 692); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDFD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDFD6 is #002029. Grayscale: #E7E7E7. Windows color (decimal): -8234 or 14082047. OLE color: 14082047.
HSL color Cylindrical-coordinate representation of color #FFDFD6: hue angle of 13.17º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FFDFD6 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 214 | - |
| CMYK | 0 | 0.13 | 0.16 | 0 |
| HSL | 13.17º | 1% | 0.92% | - |
| HSV(B) | 13.17º | 0.16% | 1% | - |
| XYZ | 79.77 | 78.89 | 74.64 | - |
| YUV | 231.54 | 118.1 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 214 | 0 | 0.13 | 0.16 | 0 | 13.17 | 1 | 0.92 |
| Hex | FF | DF | D6 | 0 | D | 10 | 0 | D | 64 | 5C |
| Octal | 377 | 337 | 326 | 0 | 15 | 20 | 0 | 15 | 144 | 134 |
| Binary | 11111111 | 11011111 | 11010110 | 0 | 1101 | 10000 | 0 | 1101 | 1100100 | 1011100 |
Color Harmonies of #FFDFD6
Complementary color
Monochromatic Colors of #FFDFD6
Black with #FFDFD6
Text Example
Text Example
White with #FFDFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDFD6; }
p { color: rgb(255,223,214); }
H1.HeaderClassName
{
color: #FFDFD6;
}
.AnyTagClassName
{
color: #FFDFD6;
}
</style>
background-color css
<style>
a { background-color: #FFDFD6; }
a { background-color: rgb(255,223,214); }
div.DivClassName
{
background-color: #FFDFD6;
}
.BgClassName
{
background-color: #FFDFD6;
}
</style>
border-color css
<style>
span { border-color: #FFDFD6; }
span { border-color: rgb(255,223,214); }
td.TdClassName
{
border-color: #FFDFD6;
}
.TagClassName
{
border-color: #FFDFD6;
}
</style>