Shades of Pippin #FFDDD4
Tints of Pippin #FFDDD4
RGB
CMYK
RGB Variations
Color information
#FFDDD4 (or 0xFFDDD4) is known color: Pippin. HEX triplet: FF, DD and D4. RGB value is (255,221,212). Sum of RGB (Red+Green+Blue) = 255+221+212=688 (91% of max value = 765). Red value is 255 (100% from 255 or 37.06% from 688); Green value is 221 (86.72% from 255 or 32.12% from 688); Blue value is 212 (83.20% from 255 or 30.81% from 688); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDDD4 is #00222B. Grayscale: #E6E6E6. Windows color (decimal): -8748 or 13950463. OLE color: 13950463.
HSL color Cylindrical-coordinate representation of color #FFDDD4: hue angle of 12.56º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FFDDD4 is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 212 | - |
| CMYK | 0 | 0.13 | 0.17 | 0 |
| HSL | 12.56º | 1% | 0.92% | - |
| HSV(B) | 12.56º | 0.17% | 1% | - |
| XYZ | 78.98 | 77.73 | 73.13 | - |
| YUV | 230.14 | 117.76 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 212 | 0 | 0.13 | 0.17 | 0 | 12.56 | 1 | 0.92 |
| Hex | FF | DD | D4 | 0 | D | 11 | 0 | D | 64 | 5C |
| Octal | 377 | 335 | 324 | 0 | 15 | 21 | 0 | 15 | 144 | 134 |
| Binary | 11111111 | 11011101 | 11010100 | 0 | 1101 | 10001 | 0 | 1101 | 1100100 | 1011100 |
Color Harmonies of #FFDDD4
Complementary color
Monochromatic Colors of #FFDDD4
Black with #FFDDD4
Text Example
Text Example
White with #FFDDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDDD4; }
p { color: rgb(255,221,212); }
H1.HeaderClassName
{
color: #FFDDD4;
}
.AnyTagClassName
{
color: #FFDDD4;
}
</style>
background-color css
<style>
a { background-color: #FFDDD4; }
a { background-color: rgb(255,221,212); }
div.DivClassName
{
background-color: #FFDDD4;
}
.BgClassName
{
background-color: #FFDDD4;
}
</style>
border-color css
<style>
span { border-color: #FFDDD4; }
span { border-color: rgb(255,221,212); }
td.TdClassName
{
border-color: #FFDDD4;
}
.TagClassName
{
border-color: #FFDDD4;
}
</style>