Shades of Pippin #FFDDD6
Tints of Pippin #FFDDD6
RGB
CMYK
RGB Variations
Color information
#FFDDD6 (or 0xFFDDD6) is known color: Pippin. HEX triplet: FF, DD and D6. RGB value is (255,221,214). Sum of RGB (Red+Green+Blue) = 255+221+214=690 (91% of max value = 765). Red value is 255 (100% from 255 or 36.96% from 690); Green value is 221 (86.72% from 255 or 32.03% from 690); Blue value is 214 (83.98% from 255 or 31.01% from 690); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDDD6 is #002229. Grayscale: #E6E6E6. Windows color (decimal): -8746 or 14081535. OLE color: 14081535.
HSL color Cylindrical-coordinate representation of color #FFDDD6: hue angle of 10.24º 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 #FFDDD6 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 214 | - |
| CMYK | 0 | 0.13 | 0.16 | 0 |
| HSL | 10.24º | 1% | 0.92% | - |
| HSV(B) | 10.24º | 0.16% | 1% | - |
| XYZ | 79.23 | 77.83 | 74.46 | - |
| YUV | 230.37 | 118.76 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 214 | 0 | 0.13 | 0.16 | 0 | 10.24 | 1 | 0.92 |
| Hex | FF | DD | D6 | 0 | D | 10 | 0 | A | 64 | 5C |
| Octal | 377 | 335 | 326 | 0 | 15 | 20 | 0 | 12 | 144 | 134 |
| Binary | 11111111 | 11011101 | 11010110 | 0 | 1101 | 10000 | 0 | 1010 | 1100100 | 1011100 |
Color Harmonies of #FFDDD6
Complementary color
Monochromatic Colors of #FFDDD6
Black with #FFDDD6
Text Example
Text Example
White with #FFDDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDDD6; }
p { color: rgb(255,221,214); }
H1.HeaderClassName
{
color: #FFDDD6;
}
.AnyTagClassName
{
color: #FFDDD6;
}
</style>
background-color css
<style>
a { background-color: #FFDDD6; }
a { background-color: rgb(255,221,214); }
div.DivClassName
{
background-color: #FFDDD6;
}
.BgClassName
{
background-color: #FFDDD6;
}
</style>
border-color css
<style>
span { border-color: #FFDDD6; }
span { border-color: rgb(255,221,214); }
td.TdClassName
{
border-color: #FFDDD6;
}
.TagClassName
{
border-color: #FFDDD6;
}
</style>