Shades of Pippin #FFDCD5
Tints of Pippin #FFDCD5
RGB
CMYK
RGB Variations
Color information
#FFDCD5 (or 0xFFDCD5) is known color: Pippin. HEX triplet: FF, DC and D5. RGB value is (255,220,213). Sum of RGB (Red+Green+Blue) = 255+220+213=688 (91% of max value = 765). Red value is 255 (100% from 255 or 37.06% from 688); Green value is 220 (86.33% from 255 or 31.98% from 688); Blue value is 213 (83.59% from 255 or 30.96% from 688); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDCD5 is #00232A. Grayscale: #E5E5E5. Windows color (decimal): -9003 or 14015743. OLE color: 14015743.
HSL color Cylindrical-coordinate representation of color #FFDCD5: hue angle of 10º 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 #FFDCD5 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 213 | - |
| CMYK | 0 | 0.14 | 0.16 | 0 |
| HSL | 10º | 1% | 0.92% | - |
| HSV(B) | 10º | 0.16% | 1% | - |
| XYZ | 78.84 | 77.25 | 73.71 | - |
| YUV | 229.67 | 118.6 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 213 | 0 | 0.14 | 0.16 | 0 | 10 | 1 | 0.92 |
| Hex | FF | DC | D5 | 0 | E | 10 | 0 | A | 64 | 5C |
| Octal | 377 | 334 | 325 | 0 | 16 | 20 | 0 | 12 | 144 | 134 |
| Binary | 11111111 | 11011100 | 11010101 | 0 | 1110 | 10000 | 0 | 1010 | 1100100 | 1011100 |
Color Harmonies of #FFDCD5
Complementary color
Monochromatic Colors of #FFDCD5
Black with #FFDCD5
Text Example
Text Example
White with #FFDCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDCD5; }
p { color: rgb(255,220,213); }
H1.HeaderClassName
{
color: #FFDCD5;
}
.AnyTagClassName
{
color: #FFDCD5;
}
</style>
background-color css
<style>
a { background-color: #FFDCD5; }
a { background-color: rgb(255,220,213); }
div.DivClassName
{
background-color: #FFDCD5;
}
.BgClassName
{
background-color: #FFDCD5;
}
</style>
border-color css
<style>
span { border-color: #FFDCD5; }
span { border-color: rgb(255,220,213); }
td.TdClassName
{
border-color: #FFDCD5;
}
.TagClassName
{
border-color: #FFDCD5;
}
</style>