Shades of Pippin #FFDDCE
Tints of Pippin #FFDDCE
RGB
CMYK
RGB Variations
Color information
#FFDDCE (or 0xFFDDCE) is known color: Pippin. HEX triplet: FF, DD and CE. RGB value is (255,221,206). Sum of RGB (Red+Green+Blue) = 255+221+206=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 221 (86.72% from 255 or 32.40% from 682); Blue value is 206 (80.86% from 255 or 30.21% from 682); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDDCE is #002231. Grayscale: #E5E5E5. Windows color (decimal): -8754 or 13557247. OLE color: 13557247.
HSL color Cylindrical-coordinate representation of color #FFDDCE: hue angle of 18.37º 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 #FFDDCE is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 206 | - |
| CMYK | 0 | 0.13 | 0.19 | 0 |
| HSL | 18.37º | 1% | 0.9% | - |
| HSV(B) | 18.37º | 0.19% | 1% | - |
| XYZ | 78.24 | 77.43 | 69.21 | - |
| YUV | 229.46 | 114.76 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 206 | 0 | 0.13 | 0.19 | 0 | 18.37 | 1 | 0.9 |
| Hex | FF | DD | CE | 0 | D | 13 | 0 | 12 | 64 | 5A |
| Octal | 377 | 335 | 316 | 0 | 15 | 23 | 0 | 22 | 144 | 132 |
| Binary | 11111111 | 11011101 | 11001110 | 0 | 1101 | 10011 | 0 | 10010 | 1100100 | 1011010 |
Color Harmonies of #FFDDCE
Complementary color
Monochromatic Colors of #FFDDCE
Black with #FFDDCE
Text Example
Text Example
White with #FFDDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDDCE; }
p { color: rgb(255,221,206); }
H1.HeaderClassName
{
color: #FFDDCE;
}
.AnyTagClassName
{
color: #FFDDCE;
}
</style>
background-color css
<style>
a { background-color: #FFDDCE; }
a { background-color: rgb(255,221,206); }
div.DivClassName
{
background-color: #FFDDCE;
}
.BgClassName
{
background-color: #FFDDCE;
}
</style>
border-color css
<style>
span { border-color: #FFDDCE; }
span { border-color: rgb(255,221,206); }
td.TdClassName
{
border-color: #FFDDCE;
}
.TagClassName
{
border-color: #FFDDCE;
}
</style>