Shades of Pippin #FFDFD7
Tints of Pippin #FFDFD7
RGB
CMYK
RGB Variations
Color information
#FFDFD7 (or 0xFFDFD7) is known color: Pippin. HEX triplet: FF, DF and D7. RGB value is (255,223,215). Sum of RGB (Red+Green+Blue) = 255+223+215=693 (91% of max value = 765). Red value is 255 (100% from 255 or 36.80% from 693); Green value is 223 (87.5% from 255 or 32.18% from 693); Blue value is 215 (84.38% from 255 or 31.02% from 693); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDFD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDFD7 is #002028. Grayscale: #E7E7E7. Windows color (decimal): -8233 or 14147583. OLE color: 14147583.
HSL color Cylindrical-coordinate representation of color #FFDFD7: hue angle of 12º 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 #FFDFD7 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 223 | 215 | - |
CMYK | 0 | 0.13 | 0.16 | 0 |
HSL | 12º | 1% | 0.92% | - |
HSV(B) | 12º | 0.16% | 1% | - |
XYZ | 79.89 | 78.94 | 75.32 | - |
YUV | 231.66 | 118.6 | 144.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 223 | 215 | 0 | 0.13 | 0.16 | 0 | 12 | 1 | 0.92 |
Hex | FF | DF | D7 | 0 | D | 10 | 0 | C | 64 | 5C |
Octal | 377 | 337 | 327 | 0 | 15 | 20 | 0 | 14 | 144 | 134 |
Binary | 11111111 | 11011111 | 11010111 | 0 | 1101 | 10000 | 0 | 1100 | 1100100 | 1011100 |
Color Harmonies of #FFDFD7
Complementary color
Monochromatic Colors of #FFDFD7
Black with #FFDFD7
Text Example
Text Example
White with #FFDFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDFD7; }
p { color: rgb(255,223,215); }
H1.HeaderClassName
{
color: #FFDFD7;
}
.AnyTagClassName
{
color: #FFDFD7;
}
</style>
background-color css
<style>
a { background-color: #FFDFD7; }
a { background-color: rgb(255,223,215); }
div.DivClassName
{
background-color: #FFDFD7;
}
.BgClassName
{
background-color: #FFDFD7;
}
</style>
border-color css
<style>
span { border-color: #FFDFD7; }
span { border-color: rgb(255,223,215); }
td.TdClassName
{
border-color: #FFDFD7;
}
.TagClassName
{
border-color: #FFDFD7;
}
</style>