Shades of Misty Rose #FFDEDC
Tints of Misty Rose #FFDEDC
RGB
CMYK
RGB Variations
Color information
#FFDEDC (or 0xFFDEDC) is known color: Misty Rose. HEX triplet: FF, DE and DC. RGB value is (255,222,220). Sum of RGB (Red+Green+Blue) = 255+222+220=697 (92% of max value = 765). Red value is 255 (100% from 255 or 36.59% from 697); Green value is 222 (87.11% from 255 or 31.85% from 697); Blue value is 220 (86.33% from 255 or 31.56% from 697); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDEDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDEDC is #002123. Grayscale: #E7E7E7. Windows color (decimal): -8484 or 14475007. OLE color: 14475007.
HSL color Cylindrical-coordinate representation of color #FFDEDC: hue angle of 3.43º 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 #FFDEDC is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 222 | 220 | - |
| CMYK | 0 | 0.13 | 0.14 | 0 |
| HSL | 3.43º | 1% | 0.93% | - |
| HSV(B) | 3.43º | 0.14% | 1% | - |
| XYZ | 80.28 | 78.67 | 78.66 | - |
| YUV | 231.64 | 121.43 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 222 | 220 | 0 | 0.13 | 0.14 | 0 | 3.43 | 1 | 0.93 |
| Hex | FF | DE | DC | 0 | D | E | 0 | 3 | 64 | 5D |
| Octal | 377 | 336 | 334 | 0 | 15 | 16 | 0 | 3 | 144 | 135 |
| Binary | 11111111 | 11011110 | 11011100 | 0 | 1101 | 1110 | 0 | 11 | 1100100 | 1011101 |
Color Harmonies of #FFDEDC
Complementary color
Monochromatic Colors of #FFDEDC
Black with #FFDEDC
Text Example
Text Example
White with #FFDEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDEDC; }
p { color: rgb(255,222,220); }
H1.HeaderClassName
{
color: #FFDEDC;
}
.AnyTagClassName
{
color: #FFDEDC;
}
</style>
background-color css
<style>
a { background-color: #FFDEDC; }
a { background-color: rgb(255,222,220); }
div.DivClassName
{
background-color: #FFDEDC;
}
.BgClassName
{
background-color: #FFDEDC;
}
</style>
border-color css
<style>
span { border-color: #FFDEDC; }
span { border-color: rgb(255,222,220); }
td.TdClassName
{
border-color: #FFDEDC;
}
.TagClassName
{
border-color: #FFDEDC;
}
</style>