Shades of Misty Rose #FFDDDB
Tints of Misty Rose #FFDDDB
RGB
CMYK
RGB Variations
Color information
#FFDDDB (or 0xFFDDDB) is known color: Misty Rose. HEX triplet: FF, DD and DB. RGB value is (255,221,219). Sum of RGB (Red+Green+Blue) = 255+221+219=695 (92% of max value = 765). Red value is 255 (100% from 255 or 36.69% from 695); Green value is 221 (86.72% from 255 or 31.80% from 695); Blue value is 219 (85.94% from 255 or 31.51% from 695); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDDDB is #002224. Grayscale: #E6E6E6. Windows color (decimal): -8741 or 14409215. OLE color: 14409215.
HSL color Cylindrical-coordinate representation of color #FFDDDB: hue angle of 3.33º 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 #FFDDDB is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 221 | 219 | - |
CMYK | 0 | 0.13 | 0.14 | 0 |
HSL | 3.33º | 1% | 0.93% | - |
HSV(B) | 3.33º | 0.14% | 1% | - |
XYZ | 79.88 | 78.09 | 77.88 | - |
YUV | 230.94 | 121.26 | 145.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 221 | 219 | 0 | 0.13 | 0.14 | 0 | 3.33 | 1 | 0.93 |
Hex | FF | DD | DB | 0 | D | E | 0 | 3 | 64 | 5D |
Octal | 377 | 335 | 333 | 0 | 15 | 16 | 0 | 3 | 144 | 135 |
Binary | 11111111 | 11011101 | 11011011 | 0 | 1101 | 1110 | 0 | 11 | 1100100 | 1011101 |
Color Harmonies of #FFDDDB
Complementary color
Monochromatic Colors of #FFDDDB
Black with #FFDDDB
Text Example
Text Example
White with #FFDDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDDDB; }
p { color: rgb(255,221,219); }
H1.HeaderClassName
{
color: #FFDDDB;
}
.AnyTagClassName
{
color: #FFDDDB;
}
</style>
background-color css
<style>
a { background-color: #FFDDDB; }
a { background-color: rgb(255,221,219); }
div.DivClassName
{
background-color: #FFDDDB;
}
.BgClassName
{
background-color: #FFDDDB;
}
</style>
border-color css
<style>
span { border-color: #FFDDDB; }
span { border-color: rgb(255,221,219); }
td.TdClassName
{
border-color: #FFDDDB;
}
.TagClassName
{
border-color: #FFDDDB;
}
</style>