Shades of Pig Pink #FFDDE7
Tints of Pig Pink #FFDDE7
RGB
CMYK
RGB Variations
Color information
#FFDDE7 (or 0xFFDDE7) is known color: Pig Pink. HEX triplet: FF, DD and E7. RGB value is (255,221,231). Sum of RGB (Red+Green+Blue) = 255+221+231=707 (93% of max value = 765). Red value is 255 (100% from 255 or 36.07% from 707); Green value is 221 (86.72% from 255 or 31.26% from 707); Blue value is 231 (90.62% from 255 or 32.67% from 707); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDDE7 is #002218. Grayscale: #E8E8E8. Windows color (decimal): -8729 or 15195647. OLE color: 15195647.
HSL color Cylindrical-coordinate representation of color #FFDDE7: hue angle of 342.35º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FFDDE7 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 231 | - |
| CMYK | 0 | 0.13 | 0.09 | 0 |
| HSL | 342.35º | 1% | 0.93% | - |
| HSV(B) | 342.35º | 0.13% | 1% | - |
| XYZ | 81.52 | 78.74 | 86.5 | - |
| YUV | 232.31 | 127.26 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 231 | 0 | 0.13 | 0.09 | 0 | 342.35 | 1 | 0.93 |
| Hex | FF | DD | E7 | 0 | D | 9 | 0 | 156 | 64 | 5D |
| Octal | 377 | 335 | 347 | 0 | 15 | 11 | 0 | 526 | 144 | 135 |
| Binary | 11111111 | 11011101 | 11100111 | 0 | 1101 | 1001 | 0 | 101010110 | 1100100 | 1011101 |
Color Harmonies of #FFDDE7
Complementary color
Monochromatic Colors of #FFDDE7
Black with #FFDDE7
Text Example
Text Example
White with #FFDDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDDE7; }
p { color: rgb(255,221,231); }
H1.HeaderClassName
{
color: #FFDDE7;
}
.AnyTagClassName
{
color: #FFDDE7;
}
</style>
background-color css
<style>
a { background-color: #FFDDE7; }
a { background-color: rgb(255,221,231); }
div.DivClassName
{
background-color: #FFDDE7;
}
.BgClassName
{
background-color: #FFDDE7;
}
</style>
border-color css
<style>
span { border-color: #FFDDE7; }
span { border-color: rgb(255,221,231); }
td.TdClassName
{
border-color: #FFDDE7;
}
.TagClassName
{
border-color: #FFDDE7;
}
</style>