Shades of Pale Rose #DFD9DA
Tints of Pale Rose #DFD9DA
RGB
CMYK
RGB Variations
Color information
#DFD9DA (or 0xDFD9DA) is known color: Pale Rose. HEX triplet: DF, D9 and DA. RGB value is (223,217,218). Sum of RGB (Red+Green+Blue) = 223+217+218=658 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.89% from 658); Green value is 217 (85.16% from 255 or 32.98% from 658); Blue value is 218 (85.55% from 255 or 33.13% from 658); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD9DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD9DA is #202625. Grayscale: #DADADA. Windows color (decimal): -2106918 or 14342623. OLE color: 14342623.
HSL color Cylindrical-coordinate representation of color #DFD9DA: hue angle of 350º degrees, saturation: 0.09, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DFD9DA is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 217 | 218 | - |
CMYK | 0 | 0.03 | 0.02 | 0.13 |
HSL | 350º | 0.09% | 0.86% | - |
HSV(B) | 350º | 0.03% | 0.87% | - |
XYZ | 67.9 | 70.38 | 76.33 | - |
YUV | 218.91 | 127.49 | 130.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 217 | 218 | 0 | 0.03 | 0.02 | 0.13 | 350 | 0.09 | 0.86 |
Hex | DF | D9 | DA | 0 | 3 | 2 | D | 15E | 9 | 56 |
Octal | 337 | 331 | 332 | 0 | 3 | 2 | 15 | 536 | 11 | 126 |
Binary | 11011111 | 11011001 | 11011010 | 0 | 11 | 10 | 1101 | 101011110 | 1001 | 1010110 |
Color Harmonies of #DFD9DA
Complementary color
Monochromatic Colors of #DFD9DA
Black with #DFD9DA
Text Example
Text Example
White with #DFD9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD9DA; }
p { color: rgb(223,217,218); }
H1.HeaderClassName
{
color: #DFD9DA;
}
.AnyTagClassName
{
color: #DFD9DA;
}
</style>
background-color css
<style>
a { background-color: #DFD9DA; }
a { background-color: rgb(223,217,218); }
div.DivClassName
{
background-color: #DFD9DA;
}
.BgClassName
{
background-color: #DFD9DA;
}
</style>
border-color css
<style>
span { border-color: #DFD9DA; }
span { border-color: rgb(223,217,218); }
td.TdClassName
{
border-color: #DFD9DA;
}
.TagClassName
{
border-color: #DFD9DA;
}
</style>