Shades of Pippin #FFDDCF
Tints of Pippin #FFDDCF
RGB
CMYK
RGB Variations
Color information
#FFDDCF (or 0xFFDDCF) is known color: Pippin. HEX triplet: FF, DD and CF. RGB value is (255,221,207). Sum of RGB (Red+Green+Blue) = 255+221+207=683 (90% of max value = 765). Red value is 255 (100% from 255 or 37.34% from 683); Green value is 221 (86.72% from 255 or 32.36% from 683); Blue value is 207 (81.25% from 255 or 30.31% from 683); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDDCF is #002230. Grayscale: #E5E5E5. Windows color (decimal): -8753 or 13622783. OLE color: 13622783.
HSL color Cylindrical-coordinate representation of color #FFDDCF: hue angle of 17.5º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FFDDCF is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 207 | - |
| CMYK | 0 | 0.13 | 0.19 | 0 |
| HSL | 17.5º | 1% | 0.91% | - |
| HSV(B) | 17.5º | 0.19% | 1% | - |
| XYZ | 78.36 | 77.48 | 69.86 | - |
| YUV | 229.57 | 115.26 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 207 | 0 | 0.13 | 0.19 | 0 | 17.5 | 1 | 0.91 |
| Hex | FF | DD | CF | 0 | D | 13 | 0 | 12 | 64 | 5B |
| Octal | 377 | 335 | 317 | 0 | 15 | 23 | 0 | 22 | 144 | 133 |
| Binary | 11111111 | 11011101 | 11001111 | 0 | 1101 | 10011 | 0 | 10010 | 1100100 | 1011011 |
Color Harmonies of #FFDDCF
Complementary color
Monochromatic Colors of #FFDDCF
Black with #FFDDCF
Text Example
Text Example
White with #FFDDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDDCF; }
p { color: rgb(255,221,207); }
H1.HeaderClassName
{
color: #FFDDCF;
}
.AnyTagClassName
{
color: #FFDDCF;
}
</style>
background-color css
<style>
a { background-color: #FFDDCF; }
a { background-color: rgb(255,221,207); }
div.DivClassName
{
background-color: #FFDDCF;
}
.BgClassName
{
background-color: #FFDDCF;
}
</style>
border-color css
<style>
span { border-color: #FFDDCF; }
span { border-color: rgb(255,221,207); }
td.TdClassName
{
border-color: #FFDDCF;
}
.TagClassName
{
border-color: #FFDDCF;
}
</style>