Shades of Pippin #FFDED1
Tints of Pippin #FFDED1
RGB
CMYK
RGB Variations
Color information
#FFDED1 (or 0xFFDED1) is known color: Pippin. HEX triplet: FF, DE and D1. RGB value is (255,222,209). Sum of RGB (Red+Green+Blue) = 255+222+209=686 (90% of max value = 765). Red value is 255 (100% from 255 or 37.17% from 686); Green value is 222 (87.11% from 255 or 32.36% from 686); Blue value is 209 (82.03% from 255 or 30.47% from 686); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDED1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDED1 is #00212E. Grayscale: #E6E6E6. Windows color (decimal): -8495 or 13754111. OLE color: 13754111.
HSL color Cylindrical-coordinate representation of color #FFDED1: hue angle of 16.96º 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 #FFDED1 is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 222 | 209 | - |
| CMYK | 0 | 0.13 | 0.18 | 0 |
| HSL | 16.96º | 1% | 0.91% | - |
| HSV(B) | 16.96º | 0.18% | 1% | - |
| XYZ | 78.87 | 78.11 | 71.24 | - |
| YUV | 230.39 | 115.93 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 222 | 209 | 0 | 0.13 | 0.18 | 0 | 16.96 | 1 | 0.91 |
| Hex | FF | DE | D1 | 0 | D | 12 | 0 | 11 | 64 | 5B |
| Octal | 377 | 336 | 321 | 0 | 15 | 22 | 0 | 21 | 144 | 133 |
| Binary | 11111111 | 11011110 | 11010001 | 0 | 1101 | 10010 | 0 | 10001 | 1100100 | 1011011 |
Color Harmonies of #FFDED1
Complementary color
Monochromatic Colors of #FFDED1
Black with #FFDED1
Text Example
Text Example
White with #FFDED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDED1; }
p { color: rgb(255,222,209); }
H1.HeaderClassName
{
color: #FFDED1;
}
.AnyTagClassName
{
color: #FFDED1;
}
</style>
background-color css
<style>
a { background-color: #FFDED1; }
a { background-color: rgb(255,222,209); }
div.DivClassName
{
background-color: #FFDED1;
}
.BgClassName
{
background-color: #FFDED1;
}
</style>
border-color css
<style>
span { border-color: #FFDED1; }
span { border-color: rgb(255,222,209); }
td.TdClassName
{
border-color: #FFDED1;
}
.TagClassName
{
border-color: #FFDED1;
}
</style>