Shades of Pale Rose #DFD5D6
Tints of Pale Rose #DFD5D6
RGB
CMYK
RGB Variations
Color information
#DFD5D6 (or 0xDFD5D6) is known color: Pale Rose. HEX triplet: DF, D5 and D6. RGB value is (223,213,214). Sum of RGB (Red+Green+Blue) = 223+213+214=650 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.31% from 650); Green value is 213 (83.59% from 255 or 32.77% from 650); Blue value is 214 (83.98% from 255 or 32.92% from 650); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD5D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD5D6 is #202A29. Grayscale: #D8D8D8. Windows color (decimal): -2107946 or 14079455. OLE color: 14079455.
HSL color Cylindrical-coordinate representation of color #DFD5D6: hue angle of 354º 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 #DFD5D6 is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 213 | 214 | - |
CMYK | 0 | 0.04 | 0.04 | 0.13 |
HSL | 354º | 0.14% | 0.85% | - |
HSV(B) | 354º | 0.04% | 0.87% | - |
XYZ | 66.36 | 68.13 | 73.27 | - |
YUV | 216.1 | 126.81 | 132.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 213 | 214 | 0 | 0.04 | 0.04 | 0.13 | 354 | 0.14 | 0.85 |
Hex | DF | D5 | D6 | 0 | 4 | 4 | D | 162 | E | 55 |
Octal | 337 | 325 | 326 | 0 | 4 | 4 | 15 | 542 | 16 | 125 |
Binary | 11011111 | 11010101 | 11010110 | 0 | 100 | 100 | 1101 | 101100010 | 1110 | 1010101 |
Color Harmonies of #DFD5D6
Complementary color
Monochromatic Colors of #DFD5D6
Black with #DFD5D6
Text Example
Text Example
White with #DFD5D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD5D6; }
p { color: rgb(223,213,214); }
H1.HeaderClassName
{
color: #DFD5D6;
}
.AnyTagClassName
{
color: #DFD5D6;
}
</style>
background-color css
<style>
a { background-color: #DFD5D6; }
a { background-color: rgb(223,213,214); }
div.DivClassName
{
background-color: #DFD5D6;
}
.BgClassName
{
background-color: #DFD5D6;
}
</style>
border-color css
<style>
span { border-color: #DFD5D6; }
span { border-color: rgb(223,213,214); }
td.TdClassName
{
border-color: #DFD5D6;
}
.TagClassName
{
border-color: #DFD5D6;
}
</style>