Shades of Pippin #FFDDD1
Tints of Pippin #FFDDD1
RGB
CMYK
RGB Variations
Color information
#FFDDD1 (or 0xFFDDD1) is known color: Pippin. HEX triplet: FF, DD and D1. RGB value is (255,221,209). Sum of RGB (Red+Green+Blue) = 255+221+209=685 (90% of max value = 765). Red value is 255 (100% from 255 or 37.23% from 685); Green value is 221 (86.72% from 255 or 32.26% from 685); Blue value is 209 (82.03% from 255 or 30.51% from 685); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDDD1 is #00222E. Grayscale: #E5E5E5. Windows color (decimal): -8751 or 13753855. OLE color: 13753855.
HSL color Cylindrical-coordinate representation of color #FFDDD1: hue angle of 15.65º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FFDDD1 is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 209 | - |
| CMYK | 0 | 0.13 | 0.18 | 0 |
| HSL | 15.65º | 1% | 0.91% | - |
| HSV(B) | 15.65º | 0.18% | 1% | - |
| XYZ | 78.61 | 77.58 | 71.15 | - |
| YUV | 229.8 | 116.26 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 209 | 0 | 0.13 | 0.18 | 0 | 15.65 | 1 | 0.91 |
| Hex | FF | DD | D1 | 0 | D | 12 | 0 | 10 | 64 | 5B |
| Octal | 377 | 335 | 321 | 0 | 15 | 22 | 0 | 20 | 144 | 133 |
| Binary | 11111111 | 11011101 | 11010001 | 0 | 1101 | 10010 | 0 | 10000 | 1100100 | 1011011 |
Color Harmonies of #FFDDD1
Complementary color
Monochromatic Colors of #FFDDD1
Black with #FFDDD1
Text Example
Text Example
White with #FFDDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDDD1; }
p { color: rgb(255,221,209); }
H1.HeaderClassName
{
color: #FFDDD1;
}
.AnyTagClassName
{
color: #FFDDD1;
}
</style>
background-color css
<style>
a { background-color: #FFDDD1; }
a { background-color: rgb(255,221,209); }
div.DivClassName
{
background-color: #FFDDD1;
}
.BgClassName
{
background-color: #FFDDD1;
}
</style>
border-color css
<style>
span { border-color: #FFDDD1; }
span { border-color: rgb(255,221,209); }
td.TdClassName
{
border-color: #FFDDD1;
}
.TagClassName
{
border-color: #FFDDD1;
}
</style>