Shades of Pot Pourri #F7DDD2
Tints of Pot Pourri #F7DDD2
RGB
CMYK
RGB Variations
Color information
#F7DDD2 (or 0xF7DDD2) is known color: Pot Pourri. HEX triplet: F7, DD and D2. RGB value is (247,221,210). Sum of RGB (Red+Green+Blue) = 247+221+210=678 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.43% from 678); Green value is 221 (86.72% from 255 or 32.60% from 678); Blue value is 210 (82.42% from 255 or 30.97% from 678); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DDD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DDD2 is #08222D. Grayscale: #E3E3E3. Windows color (decimal): -533038 or 13819383. OLE color: 13819383.
HSL color Cylindrical-coordinate representation of color #F7DDD2: hue angle of 17.84º degrees, saturation: 0.7, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F7DDD2 is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 221 | 210 | - |
| CMYK | 0 | 0.11 | 0.15 | 0.03 |
| HSL | 17.84º | 0.7% | 0.9% | - |
| HSV(B) | 17.84º | 0.15% | 0.97% | - |
| XYZ | 75.85 | 76.14 | 71.67 | - |
| YUV | 227.52 | 118.11 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 221 | 210 | 0 | 0.11 | 0.15 | 0.03 | 17.84 | 0.7 | 0.9 |
| Hex | F7 | DD | D2 | 0 | B | F | 3 | 12 | 46 | 5A |
| Octal | 367 | 335 | 322 | 0 | 13 | 17 | 3 | 22 | 106 | 132 |
| Binary | 11110111 | 11011101 | 11010010 | 0 | 1011 | 1111 | 11 | 10010 | 1000110 | 1011010 |
Color Harmonies of #F7DDD2
Complementary color
Monochromatic Colors of #F7DDD2
Black with #F7DDD2
Text Example
Text Example
White with #F7DDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DDD2; }
p { color: rgb(247,221,210); }
H1.HeaderClassName
{
color: #F7DDD2;
}
.AnyTagClassName
{
color: #F7DDD2;
}
</style>
background-color css
<style>
a { background-color: #F7DDD2; }
a { background-color: rgb(247,221,210); }
div.DivClassName
{
background-color: #F7DDD2;
}
.BgClassName
{
background-color: #F7DDD2;
}
</style>
border-color css
<style>
span { border-color: #F7DDD2; }
span { border-color: rgb(247,221,210); }
td.TdClassName
{
border-color: #F7DDD2;
}
.TagClassName
{
border-color: #F7DDD2;
}
</style>