Shades of Pippin #FFDFD8
Tints of Pippin #FFDFD8
RGB
CMYK
RGB Variations
Color information
#FFDFD8 (or 0xFFDFD8) is known color: Pippin. HEX triplet: FF, DF and D8. RGB value is (255,223,216). Sum of RGB (Red+Green+Blue) = 255+223+216=694 (91% of max value = 765). Red value is 255 (100% from 255 or 36.74% from 694); Green value is 223 (87.5% from 255 or 32.13% from 694); Blue value is 216 (84.77% from 255 or 31.12% from 694); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDFD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDFD8 is #002027. Grayscale: #E7E7E7. Windows color (decimal): -8232 or 14213119. OLE color: 14213119.
HSL color Cylindrical-coordinate representation of color #FFDFD8: hue angle of 10.77º 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 #FFDFD8 is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 216 | - |
| CMYK | 0 | 0.13 | 0.15 | 0 |
| HSL | 10.77º | 1% | 0.92% | - |
| HSV(B) | 10.77º | 0.15% | 1% | - |
| XYZ | 80.02 | 78.99 | 76 | - |
| YUV | 231.77 | 119.1 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 216 | 0 | 0.13 | 0.15 | 0 | 10.77 | 1 | 0.92 |
| Hex | FF | DF | D8 | 0 | D | F | 0 | B | 64 | 5C |
| Octal | 377 | 337 | 330 | 0 | 15 | 17 | 0 | 13 | 144 | 134 |
| Binary | 11111111 | 11011111 | 11011000 | 0 | 1101 | 1111 | 0 | 1011 | 1100100 | 1011100 |
Color Harmonies of #FFDFD8
Complementary color
Monochromatic Colors of #FFDFD8
Black with #FFDFD8
Text Example
Text Example
White with #FFDFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDFD8; }
p { color: rgb(255,223,216); }
H1.HeaderClassName
{
color: #FFDFD8;
}
.AnyTagClassName
{
color: #FFDFD8;
}
</style>
background-color css
<style>
a { background-color: #FFDFD8; }
a { background-color: rgb(255,223,216); }
div.DivClassName
{
background-color: #FFDFD8;
}
.BgClassName
{
background-color: #FFDFD8;
}
</style>
border-color css
<style>
span { border-color: #FFDFD8; }
span { border-color: rgb(255,223,216); }
td.TdClassName
{
border-color: #FFDFD8;
}
.TagClassName
{
border-color: #FFDFD8;
}
</style>