Shades of Pippin #FFDBD5
Tints of Pippin #FFDBD5
RGB
CMYK
RGB Variations
Color information
#FFDBD5 (or 0xFFDBD5) is known color: Pippin. HEX triplet: FF, DB and D5. RGB value is (255,219,213). Sum of RGB (Red+Green+Blue) = 255+219+213=687 (90% of max value = 765). Red value is 255 (100% from 255 or 37.12% from 687); Green value is 219 (85.94% from 255 or 31.88% from 687); Blue value is 213 (83.59% from 255 or 31.00% from 687); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDBD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDBD5 is #00242A. Grayscale: #E5E5E5. Windows color (decimal): -9259 or 14015487. OLE color: 14015487.
HSL color Cylindrical-coordinate representation of color #FFDBD5: hue angle of 8.57º 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 #FFDBD5 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 219 | 213 | - |
CMYK | 0 | 0.14 | 0.16 | 0 |
HSL | 8.57º | 1% | 0.92% | - |
HSV(B) | 8.57º | 0.16% | 1% | - |
XYZ | 78.58 | 76.73 | 73.62 | - |
YUV | 229.08 | 118.93 | 146.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 219 | 213 | 0 | 0.14 | 0.16 | 0 | 8.57 | 1 | 0.92 |
Hex | FF | DB | D5 | 0 | E | 10 | 0 | 9 | 64 | 5C |
Octal | 377 | 333 | 325 | 0 | 16 | 20 | 0 | 11 | 144 | 134 |
Binary | 11111111 | 11011011 | 11010101 | 0 | 1110 | 10000 | 0 | 1001 | 1100100 | 1011100 |
Color Harmonies of #FFDBD5
Complementary color
Monochromatic Colors of #FFDBD5
Black with #FFDBD5
Text Example
Text Example
White with #FFDBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDBD5; }
p { color: rgb(255,219,213); }
H1.HeaderClassName
{
color: #FFDBD5;
}
.AnyTagClassName
{
color: #FFDBD5;
}
</style>
background-color css
<style>
a { background-color: #FFDBD5; }
a { background-color: rgb(255,219,213); }
div.DivClassName
{
background-color: #FFDBD5;
}
.BgClassName
{
background-color: #FFDBD5;
}
</style>
border-color css
<style>
span { border-color: #FFDBD5; }
span { border-color: rgb(255,219,213); }
td.TdClassName
{
border-color: #FFDBD5;
}
.TagClassName
{
border-color: #FFDBD5;
}
</style>