Shades of Pippin #FFDCD3
Tints of Pippin #FFDCD3
RGB
CMYK
RGB Variations
Color information
#FFDCD3 (or 0xFFDCD3) is known color: Pippin. HEX triplet: FF, DC and D3. RGB value is (255,220,211). Sum of RGB (Red+Green+Blue) = 255+220+211=686 (90% of max value = 765). Red value is 255 (100% from 255 or 37.17% from 686); Green value is 220 (86.33% from 255 or 32.07% from 686); Blue value is 211 (82.81% from 255 or 30.76% from 686); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDCD3 is #00232C. Grayscale: #E5E5E5. Windows color (decimal): -9005 or 13884671. OLE color: 13884671.
HSL color Cylindrical-coordinate representation of color #FFDCD3: hue angle of 12.27º 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 #FFDCD3 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 211 | - |
| CMYK | 0 | 0.14 | 0.17 | 0 |
| HSL | 12.27º | 1% | 0.91% | - |
| HSV(B) | 12.27º | 0.17% | 1% | - |
| XYZ | 78.59 | 77.15 | 72.38 | - |
| YUV | 229.44 | 117.6 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 211 | 0 | 0.14 | 0.17 | 0 | 12.27 | 1 | 0.91 |
| Hex | FF | DC | D3 | 0 | E | 11 | 0 | C | 64 | 5B |
| Octal | 377 | 334 | 323 | 0 | 16 | 21 | 0 | 14 | 144 | 133 |
| Binary | 11111111 | 11011100 | 11010011 | 0 | 1110 | 10001 | 0 | 1100 | 1100100 | 1011011 |
Color Harmonies of #FFDCD3
Complementary color
Monochromatic Colors of #FFDCD3
Black with #FFDCD3
Text Example
Text Example
White with #FFDCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDCD3; }
p { color: rgb(255,220,211); }
H1.HeaderClassName
{
color: #FFDCD3;
}
.AnyTagClassName
{
color: #FFDCD3;
}
</style>
background-color css
<style>
a { background-color: #FFDCD3; }
a { background-color: rgb(255,220,211); }
div.DivClassName
{
background-color: #FFDCD3;
}
.BgClassName
{
background-color: #FFDCD3;
}
</style>
border-color css
<style>
span { border-color: #FFDCD3; }
span { border-color: rgb(255,220,211); }
td.TdClassName
{
border-color: #FFDCD3;
}
.TagClassName
{
border-color: #FFDCD3;
}
</style>