Shades of Misty Rose #FFDCDB
Tints of Misty Rose #FFDCDB
RGB
CMYK
RGB Variations
Color information
#FFDCDB (or 0xFFDCDB) is known color: Misty Rose. HEX triplet: FF, DC and DB. RGB value is (255,220,219). Sum of RGB (Red+Green+Blue) = 255+220+219=694 (91% of max value = 765). Red value is 255 (100% from 255 or 36.74% from 694); Green value is 220 (86.33% from 255 or 31.70% from 694); Blue value is 219 (85.94% from 255 or 31.56% from 694); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDCDB is #002324. Grayscale: #E6E6E6. Windows color (decimal): -8997 or 14408959. OLE color: 14408959.
HSL color Cylindrical-coordinate representation of color #FFDCDB: hue angle of 1.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 #FFDCDB is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 219 | - |
| CMYK | 0 | 0.14 | 0.14 | 0 |
| HSL | 1.67º | 1% | 0.93% | - |
| HSV(B) | 1.67º | 0.14% | 1% | - |
| XYZ | 79.62 | 77.56 | 77.79 | - |
| YUV | 230.35 | 121.6 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 219 | 0 | 0.14 | 0.14 | 0 | 1.67 | 1 | 0.93 |
| Hex | FF | DC | DB | 0 | E | E | 0 | 2 | 64 | 5D |
| Octal | 377 | 334 | 333 | 0 | 16 | 16 | 0 | 2 | 144 | 135 |
| Binary | 11111111 | 11011100 | 11011011 | 0 | 1110 | 1110 | 0 | 10 | 1100100 | 1011101 |
Color Harmonies of #FFDCDB
Complementary color
Monochromatic Colors of #FFDCDB
Black with #FFDCDB
Text Example
Text Example
White with #FFDCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDCDB; }
p { color: rgb(255,220,219); }
H1.HeaderClassName
{
color: #FFDCDB;
}
.AnyTagClassName
{
color: #FFDCDB;
}
</style>
background-color css
<style>
a { background-color: #FFDCDB; }
a { background-color: rgb(255,220,219); }
div.DivClassName
{
background-color: #FFDCDB;
}
.BgClassName
{
background-color: #FFDCDB;
}
</style>
border-color css
<style>
span { border-color: #FFDCDB; }
span { border-color: rgb(255,220,219); }
td.TdClassName
{
border-color: #FFDCDB;
}
.TagClassName
{
border-color: #FFDCDB;
}
</style>