Shades of Pale Rose #DED6D7
Tints of Pale Rose #DED6D7
RGB
CMYK
RGB Variations
Color information
#DED6D7 (or 0xDED6D7) is known color: Pale Rose. HEX triplet: DE, D6 and D7. RGB value is (222,214,215). Sum of RGB (Red+Green+Blue) = 222+214+215=651 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.10% from 651); Green value is 214 (83.98% from 255 or 32.87% from 651); Blue value is 215 (84.38% from 255 or 33.03% from 651); Max value from RGB is 222 - color contains mainly: red. Hex color #DED6D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED6D7 is #212928. Grayscale: #D8D8D8. Windows color (decimal): -2173225 or 14145246. OLE color: 14145246.
HSL color Cylindrical-coordinate representation of color #DED6D7: hue angle of 352.5º degrees, saturation: 0.11, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DED6D7 is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 214 | 215 | - |
| CMYK | 0 | 0.04 | 0.03 | 0.13 |
| HSL | 352.5º | 0.11% | 0.85% | - |
| HSV(B) | 352.5º | 0.04% | 0.87% | - |
| XYZ | 66.44 | 68.53 | 74.02 | - |
| YUV | 216.51 | 127.15 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 214 | 215 | 0 | 0.04 | 0.03 | 0.13 | 352.5 | 0.11 | 0.85 |
| Hex | DE | D6 | D7 | 0 | 4 | 3 | D | 160 | B | 55 |
| Octal | 336 | 326 | 327 | 0 | 4 | 3 | 15 | 540 | 13 | 125 |
| Binary | 11011110 | 11010110 | 11010111 | 0 | 100 | 11 | 1101 | 101100000 | 1011 | 1010101 |
Color Harmonies of #DED6D7
Complementary color
Monochromatic Colors of #DED6D7
Black with #DED6D7
Text Example
Text Example
White with #DED6D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED6D7; }
p { color: rgb(222,214,215); }
H1.HeaderClassName
{
color: #DED6D7;
}
.AnyTagClassName
{
color: #DED6D7;
}
</style>
background-color css
<style>
a { background-color: #DED6D7; }
a { background-color: rgb(222,214,215); }
div.DivClassName
{
background-color: #DED6D7;
}
.BgClassName
{
background-color: #DED6D7;
}
</style>
border-color css
<style>
span { border-color: #DED6D7; }
span { border-color: rgb(222,214,215); }
td.TdClassName
{
border-color: #DED6D7;
}
.TagClassName
{
border-color: #DED6D7;
}
</style>