Shades of Pippin #FFDFCF
Tints of Pippin #FFDFCF
RGB
CMYK
RGB Variations
Color information
#FFDFCF (or 0xFFDFCF) is known color: Pippin. HEX triplet: FF, DF and CF. RGB value is (255,223,207). Sum of RGB (Red+Green+Blue) = 255+223+207=685 (90% of max value = 765). Red value is 255 (100% from 255 or 37.23% from 685); Green value is 223 (87.5% from 255 or 32.55% from 685); Blue value is 207 (81.25% from 255 or 30.22% from 685); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDFCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDFCF is #002030. Grayscale: #E6E6E6. Windows color (decimal): -8241 or 13623295. OLE color: 13623295.
HSL color Cylindrical-coordinate representation of color #FFDFCF: hue angle of 20º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FFDFCF is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 207 | - |
| CMYK | 0 | 0.13 | 0.19 | 0 |
| HSL | 20º | 1% | 0.91% | - |
| HSV(B) | 20º | 0.19% | 1% | - |
| XYZ | 78.89 | 78.54 | 70.03 | - |
| YUV | 230.74 | 114.6 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 207 | 0 | 0.13 | 0.19 | 0 | 20 | 1 | 0.91 |
| Hex | FF | DF | CF | 0 | D | 13 | 0 | 14 | 64 | 5B |
| Octal | 377 | 337 | 317 | 0 | 15 | 23 | 0 | 24 | 144 | 133 |
| Binary | 11111111 | 11011111 | 11001111 | 0 | 1101 | 10011 | 0 | 10100 | 1100100 | 1011011 |
Color Harmonies of #FFDFCF
Complementary color
Monochromatic Colors of #FFDFCF
Black with #FFDFCF
Text Example
Text Example
White with #FFDFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDFCF; }
p { color: rgb(255,223,207); }
H1.HeaderClassName
{
color: #FFDFCF;
}
.AnyTagClassName
{
color: #FFDFCF;
}
</style>
background-color css
<style>
a { background-color: #FFDFCF; }
a { background-color: rgb(255,223,207); }
div.DivClassName
{
background-color: #FFDFCF;
}
.BgClassName
{
background-color: #FFDFCF;
}
</style>
border-color css
<style>
span { border-color: #FFDFCF; }
span { border-color: rgb(255,223,207); }
td.TdClassName
{
border-color: #FFDFCF;
}
.TagClassName
{
border-color: #FFDFCF;
}
</style>