Shades of Pippin #FFDBD3
Tints of Pippin #FFDBD3
RGB
CMYK
RGB Variations
Color information
#FFDBD3 (or 0xFFDBD3) is known color: Pippin. HEX triplet: FF, DB and D3. RGB value is (255,219,211). Sum of RGB (Red+Green+Blue) = 255+219+211=685 (90% of max value = 765). Red value is 255 (100% from 255 or 37.23% from 685); Green value is 219 (85.94% from 255 or 31.97% from 685); Blue value is 211 (82.81% from 255 or 30.80% from 685); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDBD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDBD3 is #00242C. Grayscale: #E4E4E4. Windows color (decimal): -9261 or 13884415. OLE color: 13884415.
HSL color Cylindrical-coordinate representation of color #FFDBD3: hue angle of 10.91º 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 #FFDBD3 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 211 | - |
| CMYK | 0 | 0.14 | 0.17 | 0 |
| HSL | 10.91º | 1% | 0.91% | - |
| HSV(B) | 10.91º | 0.17% | 1% | - |
| XYZ | 78.33 | 76.63 | 72.29 | - |
| YUV | 228.85 | 117.93 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 211 | 0 | 0.14 | 0.17 | 0 | 10.91 | 1 | 0.91 |
| Hex | FF | DB | D3 | 0 | E | 11 | 0 | B | 64 | 5B |
| Octal | 377 | 333 | 323 | 0 | 16 | 21 | 0 | 13 | 144 | 133 |
| Binary | 11111111 | 11011011 | 11010011 | 0 | 1110 | 10001 | 0 | 1011 | 1100100 | 1011011 |
Color Harmonies of #FFDBD3
Complementary color
Monochromatic Colors of #FFDBD3
Black with #FFDBD3
Text Example
Text Example
White with #FFDBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDBD3; }
p { color: rgb(255,219,211); }
H1.HeaderClassName
{
color: #FFDBD3;
}
.AnyTagClassName
{
color: #FFDBD3;
}
</style>
background-color css
<style>
a { background-color: #FFDBD3; }
a { background-color: rgb(255,219,211); }
div.DivClassName
{
background-color: #FFDBD3;
}
.BgClassName
{
background-color: #FFDBD3;
}
</style>
border-color css
<style>
span { border-color: #FFDBD3; }
span { border-color: rgb(255,219,211); }
td.TdClassName
{
border-color: #FFDBD3;
}
.TagClassName
{
border-color: #FFDBD3;
}
</style>