Shades of Pippin #FFDDD3
Tints of Pippin #FFDDD3
RGB
CMYK
RGB Variations
Color information
#FFDDD3 (or 0xFFDDD3) is known color: Pippin. HEX triplet: FF, DD and D3. RGB value is (255,221,211). Sum of RGB (Red+Green+Blue) = 255+221+211=687 (90% of max value = 765). Red value is 255 (100% from 255 or 37.12% from 687); Green value is 221 (86.72% from 255 or 32.17% from 687); Blue value is 211 (82.81% from 255 or 30.71% from 687); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDDD3 is #00222C. Grayscale: #E6E6E6. Windows color (decimal): -8749 or 13884927. OLE color: 13884927.
HSL color Cylindrical-coordinate representation of color #FFDDD3: hue angle of 13.64º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FFDDD3 is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 211 | - |
| CMYK | 0 | 0.13 | 0.17 | 0 |
| HSL | 13.64º | 1% | 0.91% | - |
| HSV(B) | 13.64º | 0.17% | 1% | - |
| XYZ | 78.85 | 77.68 | 72.46 | - |
| YUV | 230.03 | 117.26 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 211 | 0 | 0.13 | 0.17 | 0 | 13.64 | 1 | 0.91 |
| Hex | FF | DD | D3 | 0 | D | 11 | 0 | E | 64 | 5B |
| Octal | 377 | 335 | 323 | 0 | 15 | 21 | 0 | 16 | 144 | 133 |
| Binary | 11111111 | 11011101 | 11010011 | 0 | 1101 | 10001 | 0 | 1110 | 1100100 | 1011011 |
Color Harmonies of #FFDDD3
Complementary color
Monochromatic Colors of #FFDDD3
Black with #FFDDD3
Text Example
Text Example
White with #FFDDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDDD3; }
p { color: rgb(255,221,211); }
H1.HeaderClassName
{
color: #FFDDD3;
}
.AnyTagClassName
{
color: #FFDDD3;
}
</style>
background-color css
<style>
a { background-color: #FFDDD3; }
a { background-color: rgb(255,221,211); }
div.DivClassName
{
background-color: #FFDDD3;
}
.BgClassName
{
background-color: #FFDDD3;
}
</style>
border-color css
<style>
span { border-color: #FFDDD3; }
span { border-color: rgb(255,221,211); }
td.TdClassName
{
border-color: #FFDDD3;
}
.TagClassName
{
border-color: #FFDDD3;
}
</style>