Shades of Pippin #FFDCD1
Tints of Pippin #FFDCD1
RGB
CMYK
RGB Variations
Color information
#FFDCD1 (or 0xFFDCD1) is known color: Pippin. HEX triplet: FF, DC and D1. RGB value is (255,220,209). Sum of RGB (Red+Green+Blue) = 255+220+209=684 (90% of max value = 765). Red value is 255 (100% from 255 or 37.28% from 684); Green value is 220 (86.33% from 255 or 32.16% from 684); Blue value is 209 (82.03% from 255 or 30.56% from 684); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDCD1 is #00232E. Grayscale: #E5E5E5. Windows color (decimal): -9007 or 13753599. OLE color: 13753599.
HSL color Cylindrical-coordinate representation of color #FFDCD1: hue angle of 14.35º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FFDCD1 is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 209 | - |
| CMYK | 0 | 0.14 | 0.18 | 0 |
| HSL | 14.35º | 1% | 0.91% | - |
| HSV(B) | 14.35º | 0.18% | 1% | - |
| XYZ | 78.34 | 77.05 | 71.06 | - |
| YUV | 229.21 | 116.6 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 209 | 0 | 0.14 | 0.18 | 0 | 14.35 | 1 | 0.91 |
| Hex | FF | DC | D1 | 0 | E | 12 | 0 | E | 64 | 5B |
| Octal | 377 | 334 | 321 | 0 | 16 | 22 | 0 | 16 | 144 | 133 |
| Binary | 11111111 | 11011100 | 11010001 | 0 | 1110 | 10010 | 0 | 1110 | 1100100 | 1011011 |
Color Harmonies of #FFDCD1
Complementary color
Monochromatic Colors of #FFDCD1
Black with #FFDCD1
Text Example
Text Example
White with #FFDCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDCD1; }
p { color: rgb(255,220,209); }
H1.HeaderClassName
{
color: #FFDCD1;
}
.AnyTagClassName
{
color: #FFDCD1;
}
</style>
background-color css
<style>
a { background-color: #FFDCD1; }
a { background-color: rgb(255,220,209); }
div.DivClassName
{
background-color: #FFDCD1;
}
.BgClassName
{
background-color: #FFDCD1;
}
</style>
border-color css
<style>
span { border-color: #FFDCD1; }
span { border-color: rgb(255,220,209); }
td.TdClassName
{
border-color: #FFDCD1;
}
.TagClassName
{
border-color: #FFDCD1;
}
</style>