Shades of Pippin #FFDECE
Tints of Pippin #FFDECE
RGB
CMYK
RGB Variations
Color information
#FFDECE (or 0xFFDECE) is known color: Pippin. HEX triplet: FF, DE and CE. RGB value is (255,222,206). Sum of RGB (Red+Green+Blue) = 255+222+206=683 (90% of max value = 765). Red value is 255 (100% from 255 or 37.34% from 683); Green value is 222 (87.11% from 255 or 32.50% from 683); Blue value is 206 (80.86% from 255 or 30.16% from 683); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDECE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDECE is #002131. Grayscale: #E6E6E6. Windows color (decimal): -8498 or 13557503. OLE color: 13557503.
HSL color Cylindrical-coordinate representation of color #FFDECE: hue angle of 19.59º 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 #FFDECE is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 222 | 206 | - |
| CMYK | 0 | 0.13 | 0.19 | 0 |
| HSL | 19.59º | 1% | 0.9% | - |
| HSV(B) | 19.59º | 0.19% | 1% | - |
| XYZ | 78.5 | 77.96 | 69.3 | - |
| YUV | 230.04 | 114.43 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 222 | 206 | 0 | 0.13 | 0.19 | 0 | 19.59 | 1 | 0.9 |
| Hex | FF | DE | CE | 0 | D | 13 | 0 | 14 | 64 | 5A |
| Octal | 377 | 336 | 316 | 0 | 15 | 23 | 0 | 24 | 144 | 132 |
| Binary | 11111111 | 11011110 | 11001110 | 0 | 1101 | 10011 | 0 | 10100 | 1100100 | 1011010 |
Color Harmonies of #FFDECE
Complementary color
Monochromatic Colors of #FFDECE
Black with #FFDECE
Text Example
Text Example
White with #FFDECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDECE; }
p { color: rgb(255,222,206); }
H1.HeaderClassName
{
color: #FFDECE;
}
.AnyTagClassName
{
color: #FFDECE;
}
</style>
background-color css
<style>
a { background-color: #FFDECE; }
a { background-color: rgb(255,222,206); }
div.DivClassName
{
background-color: #FFDECE;
}
.BgClassName
{
background-color: #FFDECE;
}
</style>
border-color css
<style>
span { border-color: #FFDECE; }
span { border-color: rgb(255,222,206); }
td.TdClassName
{
border-color: #FFDECE;
}
.TagClassName
{
border-color: #FFDECE;
}
</style>