Shades of Pale Rose #DFD5D7
Tints of Pale Rose #DFD5D7
RGB
CMYK
RGB Variations
Color information
#DFD5D7 (or 0xDFD5D7) is known color: Pale Rose. HEX triplet: DF, D5 and D7. RGB value is (223,213,215). Sum of RGB (Red+Green+Blue) = 223+213+215=651 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.25% from 651); Green value is 213 (83.59% from 255 or 32.72% from 651); Blue value is 215 (84.38% from 255 or 33.03% from 651); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD5D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD5D7 is #202A28. Grayscale: #D8D8D8. Windows color (decimal): -2107945 or 14144991. OLE color: 14144991.
HSL color Cylindrical-coordinate representation of color #DFD5D7: hue angle of 348º degrees, saturation: 0.14, 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 #DFD5D7 is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 213 | 215 | - |
CMYK | 0 | 0.04 | 0.04 | 0.13 |
HSL | 348º | 0.14% | 0.85% | - |
HSV(B) | 348º | 0.04% | 0.87% | - |
XYZ | 66.49 | 68.18 | 73.95 | - |
YUV | 216.22 | 127.31 | 132.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 213 | 215 | 0 | 0.04 | 0.04 | 0.13 | 348 | 0.14 | 0.85 |
Hex | DF | D5 | D7 | 0 | 4 | 4 | D | 15C | E | 55 |
Octal | 337 | 325 | 327 | 0 | 4 | 4 | 15 | 534 | 16 | 125 |
Binary | 11011111 | 11010101 | 11010111 | 0 | 100 | 100 | 1101 | 101011100 | 1110 | 1010101 |
Color Harmonies of #DFD5D7
Complementary color
Monochromatic Colors of #DFD5D7
Black with #DFD5D7
Text Example
Text Example
White with #DFD5D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD5D7; }
p { color: rgb(223,213,215); }
H1.HeaderClassName
{
color: #DFD5D7;
}
.AnyTagClassName
{
color: #DFD5D7;
}
</style>
background-color css
<style>
a { background-color: #DFD5D7; }
a { background-color: rgb(223,213,215); }
div.DivClassName
{
background-color: #DFD5D7;
}
.BgClassName
{
background-color: #DFD5D7;
}
</style>
border-color css
<style>
span { border-color: #DFD5D7; }
span { border-color: rgb(223,213,215); }
td.TdClassName
{
border-color: #DFD5D7;
}
.TagClassName
{
border-color: #DFD5D7;
}
</style>