Shades of Pippin #FFDFD4
Tints of Pippin #FFDFD4
RGB
CMYK
RGB Variations
Color information
#FFDFD4 (or 0xFFDFD4) is known color: Pippin. HEX triplet: FF, DF and D4. RGB value is (255,223,212). Sum of RGB (Red+Green+Blue) = 255+223+212=690 (91% of max value = 765). Red value is 255 (100% from 255 or 36.96% from 690); Green value is 223 (87.5% from 255 or 32.32% from 690); Blue value is 212 (83.20% from 255 or 30.72% from 690); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDFD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDFD4 is #00202B. Grayscale: #E7E7E7. Windows color (decimal): -8236 or 13950975. OLE color: 13950975.
HSL color Cylindrical-coordinate representation of color #FFDFD4: hue angle of 15.35º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FFDFD4 is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 212 | - |
| CMYK | 0 | 0.13 | 0.17 | 0 |
| HSL | 15.35º | 1% | 0.92% | - |
| HSV(B) | 15.35º | 0.17% | 1% | - |
| XYZ | 79.51 | 78.79 | 73.3 | - |
| YUV | 231.31 | 117.1 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 212 | 0 | 0.13 | 0.17 | 0 | 15.35 | 1 | 0.92 |
| Hex | FF | DF | D4 | 0 | D | 11 | 0 | F | 64 | 5C |
| Octal | 377 | 337 | 324 | 0 | 15 | 21 | 0 | 17 | 144 | 134 |
| Binary | 11111111 | 11011111 | 11010100 | 0 | 1101 | 10001 | 0 | 1111 | 1100100 | 1011100 |
Color Harmonies of #FFDFD4
Complementary color
Monochromatic Colors of #FFDFD4
Black with #FFDFD4
Text Example
Text Example
White with #FFDFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDFD4; }
p { color: rgb(255,223,212); }
H1.HeaderClassName
{
color: #FFDFD4;
}
.AnyTagClassName
{
color: #FFDFD4;
}
</style>
background-color css
<style>
a { background-color: #FFDFD4; }
a { background-color: rgb(255,223,212); }
div.DivClassName
{
background-color: #FFDFD4;
}
.BgClassName
{
background-color: #FFDFD4;
}
</style>
border-color css
<style>
span { border-color: #FFDFD4; }
span { border-color: rgb(255,223,212); }
td.TdClassName
{
border-color: #FFDFD4;
}
.TagClassName
{
border-color: #FFDFD4;
}
</style>