Shades of Pippin #FFDED3
Tints of Pippin #FFDED3
RGB
CMYK
RGB Variations
Color information
#FFDED3 (or 0xFFDED3) is known color: Pippin. HEX triplet: FF, DE and D3. RGB value is (255,222,211). Sum of RGB (Red+Green+Blue) = 255+222+211=688 (91% of max value = 765). Red value is 255 (100% from 255 or 37.06% from 688); Green value is 222 (87.11% from 255 or 32.27% from 688); Blue value is 211 (82.81% from 255 or 30.67% from 688); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDED3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDED3 is #00212C. Grayscale: #E6E6E6. Windows color (decimal): -8493 or 13885183. OLE color: 13885183.
HSL color Cylindrical-coordinate representation of color #FFDED3: hue angle of 15º 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 #FFDED3 is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 222 | 211 | - |
| CMYK | 0 | 0.13 | 0.17 | 0 |
| HSL | 15º | 1% | 0.91% | - |
| HSV(B) | 15º | 0.17% | 1% | - |
| XYZ | 79.12 | 78.21 | 72.55 | - |
| YUV | 230.61 | 116.93 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 222 | 211 | 0 | 0.13 | 0.17 | 0 | 15 | 1 | 0.91 |
| Hex | FF | DE | D3 | 0 | D | 11 | 0 | F | 64 | 5B |
| Octal | 377 | 336 | 323 | 0 | 15 | 21 | 0 | 17 | 144 | 133 |
| Binary | 11111111 | 11011110 | 11010011 | 0 | 1101 | 10001 | 0 | 1111 | 1100100 | 1011011 |
Color Harmonies of #FFDED3
Complementary color
Monochromatic Colors of #FFDED3
Black with #FFDED3
Text Example
Text Example
White with #FFDED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDED3; }
p { color: rgb(255,222,211); }
H1.HeaderClassName
{
color: #FFDED3;
}
.AnyTagClassName
{
color: #FFDED3;
}
</style>
background-color css
<style>
a { background-color: #FFDED3; }
a { background-color: rgb(255,222,211); }
div.DivClassName
{
background-color: #FFDED3;
}
.BgClassName
{
background-color: #FFDED3;
}
</style>
border-color css
<style>
span { border-color: #FFDED3; }
span { border-color: rgb(255,222,211); }
td.TdClassName
{
border-color: #FFDED3;
}
.TagClassName
{
border-color: #FFDED3;
}
</style>