Shades of Pippin #FFDCD2
Tints of Pippin #FFDCD2
RGB
CMYK
RGB Variations
Color information
#FFDCD2 (or 0xFFDCD2) is known color: Pippin. HEX triplet: FF, DC and D2. RGB value is (255,220,210). Sum of RGB (Red+Green+Blue) = 255+220+210=685 (90% of max value = 765). Red value is 255 (100% from 255 or 37.23% from 685); Green value is 220 (86.33% from 255 or 32.12% from 685); Blue value is 210 (82.42% from 255 or 30.66% from 685); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDCD2 is #00232D. Grayscale: #E5E5E5. Windows color (decimal): -9006 or 13819135. OLE color: 13819135.
HSL color Cylindrical-coordinate representation of color #FFDCD2: hue angle of 13.33º 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 #FFDCD2 is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 210 | - |
| CMYK | 0 | 0.14 | 0.18 | 0 |
| HSL | 13.33º | 1% | 0.91% | - |
| HSV(B) | 13.33º | 0.18% | 1% | - |
| XYZ | 78.47 | 77.1 | 71.72 | - |
| YUV | 229.33 | 117.1 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 210 | 0 | 0.14 | 0.18 | 0 | 13.33 | 1 | 0.91 |
| Hex | FF | DC | D2 | 0 | E | 12 | 0 | D | 64 | 5B |
| Octal | 377 | 334 | 322 | 0 | 16 | 22 | 0 | 15 | 144 | 133 |
| Binary | 11111111 | 11011100 | 11010010 | 0 | 1110 | 10010 | 0 | 1101 | 1100100 | 1011011 |
Color Harmonies of #FFDCD2
Complementary color
Monochromatic Colors of #FFDCD2
Black with #FFDCD2
Text Example
Text Example
White with #FFDCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDCD2; }
p { color: rgb(255,220,210); }
H1.HeaderClassName
{
color: #FFDCD2;
}
.AnyTagClassName
{
color: #FFDCD2;
}
</style>
background-color css
<style>
a { background-color: #FFDCD2; }
a { background-color: rgb(255,220,210); }
div.DivClassName
{
background-color: #FFDCD2;
}
.BgClassName
{
background-color: #FFDCD2;
}
</style>
border-color css
<style>
span { border-color: #FFDCD2; }
span { border-color: rgb(255,220,210); }
td.TdClassName
{
border-color: #FFDCD2;
}
.TagClassName
{
border-color: #FFDCD2;
}
</style>