Shades of Pippin #FFDDD2
Tints of Pippin #FFDDD2
RGB
CMYK
RGB Variations
Color information
#FFDDD2 (or 0xFFDDD2) is known color: Pippin. HEX triplet: FF, DD and D2. RGB value is (255,221,210). Sum of RGB (Red+Green+Blue) = 255+221+210=686 (90% of max value = 765). Red value is 255 (100% from 255 or 37.17% from 686); Green value is 221 (86.72% from 255 or 32.22% from 686); Blue value is 210 (82.42% from 255 or 30.61% from 686); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDDD2 is #00222D. Grayscale: #E5E5E5. Windows color (decimal): -8750 or 13819391. OLE color: 13819391.
HSL color Cylindrical-coordinate representation of color #FFDDD2: hue angle of 14.67º 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 #FFDDD2 is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 210 | - |
| CMYK | 0 | 0.13 | 0.18 | 0 |
| HSL | 14.67º | 1% | 0.91% | - |
| HSV(B) | 14.67º | 0.18% | 1% | - |
| XYZ | 78.73 | 77.63 | 71.81 | - |
| YUV | 229.91 | 116.76 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 210 | 0 | 0.13 | 0.18 | 0 | 14.67 | 1 | 0.91 |
| Hex | FF | DD | D2 | 0 | D | 12 | 0 | F | 64 | 5B |
| Octal | 377 | 335 | 322 | 0 | 15 | 22 | 0 | 17 | 144 | 133 |
| Binary | 11111111 | 11011101 | 11010010 | 0 | 1101 | 10010 | 0 | 1111 | 1100100 | 1011011 |
Color Harmonies of #FFDDD2
Complementary color
Monochromatic Colors of #FFDDD2
Black with #FFDDD2
Text Example
Text Example
White with #FFDDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDDD2; }
p { color: rgb(255,221,210); }
H1.HeaderClassName
{
color: #FFDDD2;
}
.AnyTagClassName
{
color: #FFDDD2;
}
</style>
background-color css
<style>
a { background-color: #FFDDD2; }
a { background-color: rgb(255,221,210); }
div.DivClassName
{
background-color: #FFDDD2;
}
.BgClassName
{
background-color: #FFDDD2;
}
</style>
border-color css
<style>
span { border-color: #FFDDD2; }
span { border-color: rgb(255,221,210); }
td.TdClassName
{
border-color: #FFDDD2;
}
.TagClassName
{
border-color: #FFDDD2;
}
</style>