Shades of Pippin #FFDCD7
Tints of Pippin #FFDCD7
RGB
CMYK
RGB Variations
Color information
#FFDCD7 (or 0xFFDCD7) is known color: Pippin. HEX triplet: FF, DC and D7. RGB value is (255,220,215). Sum of RGB (Red+Green+Blue) = 255+220+215=690 (91% of max value = 765). Red value is 255 (100% from 255 or 36.96% from 690); Green value is 220 (86.33% from 255 or 31.88% from 690); Blue value is 215 (84.38% from 255 or 31.16% from 690); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDCD7 is #002328. Grayscale: #E5E5E5. Windows color (decimal): -9001 or 14146815. OLE color: 14146815.
HSL color Cylindrical-coordinate representation of color #FFDCD7: hue angle of 7.5º 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 #FFDCD7 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 215 | - |
| CMYK | 0 | 0.14 | 0.16 | 0 |
| HSL | 7.5º | 1% | 0.92% | - |
| HSV(B) | 7.5º | 0.16% | 1% | - |
| XYZ | 79.1 | 77.35 | 75.05 | - |
| YUV | 229.9 | 119.6 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 215 | 0 | 0.14 | 0.16 | 0 | 7.5 | 1 | 0.92 |
| Hex | FF | DC | D7 | 0 | E | 10 | 0 | 8 | 64 | 5C |
| Octal | 377 | 334 | 327 | 0 | 16 | 20 | 0 | 10 | 144 | 134 |
| Binary | 11111111 | 11011100 | 11010111 | 0 | 1110 | 10000 | 0 | 1000 | 1100100 | 1011100 |
Color Harmonies of #FFDCD7
Complementary color
Monochromatic Colors of #FFDCD7
Black with #FFDCD7
Text Example
Text Example
White with #FFDCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDCD7; }
p { color: rgb(255,220,215); }
H1.HeaderClassName
{
color: #FFDCD7;
}
.AnyTagClassName
{
color: #FFDCD7;
}
</style>
background-color css
<style>
a { background-color: #FFDCD7; }
a { background-color: rgb(255,220,215); }
div.DivClassName
{
background-color: #FFDCD7;
}
.BgClassName
{
background-color: #FFDCD7;
}
</style>
border-color css
<style>
span { border-color: #FFDCD7; }
span { border-color: rgb(255,220,215); }
td.TdClassName
{
border-color: #FFDCD7;
}
.TagClassName
{
border-color: #FFDCD7;
}
</style>