Shades of Misty Rose #FFDFDB
Tints of Misty Rose #FFDFDB
RGB
CMYK
RGB Variations
Color information
#FFDFDB (or 0xFFDFDB) is known color: Misty Rose. HEX triplet: FF, DF and DB. RGB value is (255,223,219). Sum of RGB (Red+Green+Blue) = 255+223+219=697 (92% of max value = 765). Red value is 255 (100% from 255 or 36.59% from 697); Green value is 223 (87.5% from 255 or 31.99% from 697); Blue value is 219 (85.94% from 255 or 31.42% from 697); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDFDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDFDB is #002024. Grayscale: #E8E8E8. Windows color (decimal): -8229 or 14409727. OLE color: 14409727.
HSL color Cylindrical-coordinate representation of color #FFDFDB: hue angle of 6.67º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FFDFDB is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 219 | - |
| CMYK | 0 | 0.13 | 0.14 | 0 |
| HSL | 6.67º | 1% | 0.93% | - |
| HSV(B) | 6.67º | 0.14% | 1% | - |
| XYZ | 80.41 | 79.15 | 78.06 | - |
| YUV | 232.11 | 120.6 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 219 | 0 | 0.13 | 0.14 | 0 | 6.67 | 1 | 0.93 |
| Hex | FF | DF | DB | 0 | D | E | 0 | 7 | 64 | 5D |
| Octal | 377 | 337 | 333 | 0 | 15 | 16 | 0 | 7 | 144 | 135 |
| Binary | 11111111 | 11011111 | 11011011 | 0 | 1101 | 1110 | 0 | 111 | 1100100 | 1011101 |
Color Harmonies of #FFDFDB
Complementary color
Monochromatic Colors of #FFDFDB
Black with #FFDFDB
Text Example
Text Example
White with #FFDFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDFDB; }
p { color: rgb(255,223,219); }
H1.HeaderClassName
{
color: #FFDFDB;
}
.AnyTagClassName
{
color: #FFDFDB;
}
</style>
background-color css
<style>
a { background-color: #FFDFDB; }
a { background-color: rgb(255,223,219); }
div.DivClassName
{
background-color: #FFDFDB;
}
.BgClassName
{
background-color: #FFDFDB;
}
</style>
border-color css
<style>
span { border-color: #FFDFDB; }
span { border-color: rgb(255,223,219); }
td.TdClassName
{
border-color: #FFDFDB;
}
.TagClassName
{
border-color: #FFDFDB;
}
</style>