Shades of Pale Rose #DFD0D1
Tints of Pale Rose #DFD0D1
RGB
CMYK
RGB Variations
Color information
#DFD0D1 (or 0xDFD0D1) is known color: Pale Rose. HEX triplet: DF, D0 and D1. RGB value is (223,208,209). Sum of RGB (Red+Green+Blue) = 223+208+209=640 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.84% from 640); Green value is 208 (81.64% from 255 or 32.5% from 640); Blue value is 209 (82.03% from 255 or 32.66% from 640); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD0D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD0D1 is #202F2E. Grayscale: #D4D4D4. Windows color (decimal): -2109231 or 13750495. OLE color: 13750495.
HSL color Cylindrical-coordinate representation of color #DFD0D1: hue angle of 356º degrees, saturation: 0.19, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DFD0D1 is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 208 | 209 | - |
| CMYK | 0 | 0.07 | 0.06 | 0.13 |
| HSL | 356º | 0.19% | 0.85% | - |
| HSV(B) | 356º | 0.07% | 0.87% | - |
| XYZ | 64.5 | 65.4 | 69.55 | - |
| YUV | 212.6 | 125.97 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 208 | 209 | 0 | 0.07 | 0.06 | 0.13 | 356 | 0.19 | 0.85 |
| Hex | DF | D0 | D1 | 0 | 7 | 6 | D | 164 | 13 | 55 |
| Octal | 337 | 320 | 321 | 0 | 7 | 6 | 15 | 544 | 23 | 125 |
| Binary | 11011111 | 11010000 | 11010001 | 0 | 111 | 110 | 1101 | 101100100 | 10011 | 1010101 |
Color Harmonies of #DFD0D1
Complementary color
Monochromatic Colors of #DFD0D1
Black with #DFD0D1
Text Example
Text Example
White with #DFD0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD0D1; }
p { color: rgb(223,208,209); }
H1.HeaderClassName
{
color: #DFD0D1;
}
.AnyTagClassName
{
color: #DFD0D1;
}
</style>
background-color css
<style>
a { background-color: #DFD0D1; }
a { background-color: rgb(223,208,209); }
div.DivClassName
{
background-color: #DFD0D1;
}
.BgClassName
{
background-color: #DFD0D1;
}
</style>
border-color css
<style>
span { border-color: #DFD0D1; }
span { border-color: rgb(223,208,209); }
td.TdClassName
{
border-color: #DFD0D1;
}
.TagClassName
{
border-color: #DFD0D1;
}
</style>