Shades of Pippin #FFDCD4
Tints of Pippin #FFDCD4
RGB
CMYK
RGB Variations
Color information
#FFDCD4 (or 0xFFDCD4) is known color: Pippin. HEX triplet: FF, DC and D4. RGB value is (255,220,212). Sum of RGB (Red+Green+Blue) = 255+220+212=687 (90% of max value = 765). Red value is 255 (100% from 255 or 37.12% from 687); Green value is 220 (86.33% from 255 or 32.02% from 687); Blue value is 212 (83.20% from 255 or 30.86% from 687); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDCD4 is #00232B. Grayscale: #E5E5E5. Windows color (decimal): -9004 or 13950207. OLE color: 13950207.
HSL color Cylindrical-coordinate representation of color #FFDCD4: hue angle of 11.16º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FFDCD4 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 212 | - |
| CMYK | 0 | 0.14 | 0.17 | 0 |
| HSL | 11.16º | 1% | 0.92% | - |
| HSV(B) | 11.16º | 0.17% | 1% | - |
| XYZ | 78.72 | 77.2 | 73.04 | - |
| YUV | 229.55 | 118.1 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 212 | 0 | 0.14 | 0.17 | 0 | 11.16 | 1 | 0.92 |
| Hex | FF | DC | D4 | 0 | E | 11 | 0 | B | 64 | 5C |
| Octal | 377 | 334 | 324 | 0 | 16 | 21 | 0 | 13 | 144 | 134 |
| Binary | 11111111 | 11011100 | 11010100 | 0 | 1110 | 10001 | 0 | 1011 | 1100100 | 1011100 |
Color Harmonies of #FFDCD4
Complementary color
Monochromatic Colors of #FFDCD4
Black with #FFDCD4
Text Example
Text Example
White with #FFDCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDCD4; }
p { color: rgb(255,220,212); }
H1.HeaderClassName
{
color: #FFDCD4;
}
.AnyTagClassName
{
color: #FFDCD4;
}
</style>
background-color css
<style>
a { background-color: #FFDCD4; }
a { background-color: rgb(255,220,212); }
div.DivClassName
{
background-color: #FFDCD4;
}
.BgClassName
{
background-color: #FFDCD4;
}
</style>
border-color css
<style>
span { border-color: #FFDCD4; }
span { border-color: rgb(255,220,212); }
td.TdClassName
{
border-color: #FFDCD4;
}
.TagClassName
{
border-color: #FFDCD4;
}
</style>