Shades of Pippin #FFDBD6
Tints of Pippin #FFDBD6
RGB
CMYK
RGB Variations
Color information
#FFDBD6 (or 0xFFDBD6) is known color: Pippin. HEX triplet: FF, DB and D6. RGB value is (255,219,214). Sum of RGB (Red+Green+Blue) = 255+219+214=688 (91% of max value = 765). Red value is 255 (100% from 255 or 37.06% from 688); Green value is 219 (85.94% from 255 or 31.83% from 688); Blue value is 214 (83.98% from 255 or 31.10% from 688); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDBD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDBD6 is #002429. Grayscale: #E5E5E5. Windows color (decimal): -9258 or 14081023. OLE color: 14081023.
HSL color Cylindrical-coordinate representation of color #FFDBD6: hue angle of 7.32º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FFDBD6 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 214 | - |
| CMYK | 0 | 0.14 | 0.16 | 0 |
| HSL | 7.32º | 1% | 0.92% | - |
| HSV(B) | 7.32º | 0.16% | 1% | - |
| XYZ | 78.71 | 76.78 | 74.29 | - |
| YUV | 229.19 | 119.43 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 214 | 0 | 0.14 | 0.16 | 0 | 7.32 | 1 | 0.92 |
| Hex | FF | DB | D6 | 0 | E | 10 | 0 | 7 | 64 | 5C |
| Octal | 377 | 333 | 326 | 0 | 16 | 20 | 0 | 7 | 144 | 134 |
| Binary | 11111111 | 11011011 | 11010110 | 0 | 1110 | 10000 | 0 | 111 | 1100100 | 1011100 |
Color Harmonies of #FFDBD6
Complementary color
Monochromatic Colors of #FFDBD6
Black with #FFDBD6
Text Example
Text Example
White with #FFDBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDBD6; }
p { color: rgb(255,219,214); }
H1.HeaderClassName
{
color: #FFDBD6;
}
.AnyTagClassName
{
color: #FFDBD6;
}
</style>
background-color css
<style>
a { background-color: #FFDBD6; }
a { background-color: rgb(255,219,214); }
div.DivClassName
{
background-color: #FFDBD6;
}
.BgClassName
{
background-color: #FFDBD6;
}
</style>
border-color css
<style>
span { border-color: #FFDBD6; }
span { border-color: rgb(255,219,214); }
td.TdClassName
{
border-color: #FFDBD6;
}
.TagClassName
{
border-color: #FFDBD6;
}
</style>