Shades of Pippin #FFDCCE
Tints of Pippin #FFDCCE
RGB
CMYK
RGB Variations
Color information
#FFDCCE (or 0xFFDCCE) is known color: Pippin. HEX triplet: FF, DC and CE. RGB value is (255,220,206). Sum of RGB (Red+Green+Blue) = 255+220+206=681 (90% of max value = 765). Red value is 255 (100% from 255 or 37.44% from 681); Green value is 220 (86.33% from 255 or 32.31% from 681); Blue value is 206 (80.86% from 255 or 30.25% from 681); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDCCE is #002331. Grayscale: #E4E4E4. Windows color (decimal): -9010 or 13556991. OLE color: 13556991.
HSL color Cylindrical-coordinate representation of color #FFDCCE: hue angle of 17.14º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FFDCCE is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 206 | - |
| CMYK | 0 | 0.14 | 0.19 | 0 |
| HSL | 17.14º | 1% | 0.9% | - |
| HSV(B) | 17.14º | 0.19% | 1% | - |
| XYZ | 77.97 | 76.9 | 69.13 | - |
| YUV | 228.87 | 115.1 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 206 | 0 | 0.14 | 0.19 | 0 | 17.14 | 1 | 0.9 |
| Hex | FF | DC | CE | 0 | E | 13 | 0 | 11 | 64 | 5A |
| Octal | 377 | 334 | 316 | 0 | 16 | 23 | 0 | 21 | 144 | 132 |
| Binary | 11111111 | 11011100 | 11001110 | 0 | 1110 | 10011 | 0 | 10001 | 1100100 | 1011010 |
Color Harmonies of #FFDCCE
Complementary color
Monochromatic Colors of #FFDCCE
Black with #FFDCCE
Text Example
Text Example
White with #FFDCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDCCE; }
p { color: rgb(255,220,206); }
H1.HeaderClassName
{
color: #FFDCCE;
}
.AnyTagClassName
{
color: #FFDCCE;
}
</style>
background-color css
<style>
a { background-color: #FFDCCE; }
a { background-color: rgb(255,220,206); }
div.DivClassName
{
background-color: #FFDCCE;
}
.BgClassName
{
background-color: #FFDCCE;
}
</style>
border-color css
<style>
span { border-color: #FFDCCE; }
span { border-color: rgb(255,220,206); }
td.TdClassName
{
border-color: #FFDCCE;
}
.TagClassName
{
border-color: #FFDCCE;
}
</style>