Shades of Pale Rose #DFCACC
Tints of Pale Rose #DFCACC
RGB
CMYK
RGB Variations
Color information
#DFCACC (or 0xDFCACC) is known color: Pale Rose. HEX triplet: DF, CA and CC. RGB value is (223,202,204). Sum of RGB (Red+Green+Blue) = 223+202+204=629 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.45% from 629); Green value is 202 (79.30% from 255 or 32.11% from 629); Blue value is 204 (80.08% from 255 or 32.43% from 629); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCACC is #203533. Grayscale: #D0D0D0. Windows color (decimal): -2110772 or 13421279. OLE color: 13421279.
HSL color Cylindrical-coordinate representation of color #DFCACC: hue angle of 354.29º degrees, saturation: 0.25, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFCACC is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 202 | 204 | - |
| CMYK | 0 | 0.09 | 0.09 | 0.13 |
| HSL | 354.29º | 0.25% | 0.83% | - |
| HSV(B) | 354.29º | 0.09% | 0.87% | - |
| XYZ | 62.45 | 62.29 | 65.86 | - |
| YUV | 208.51 | 125.46 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 202 | 204 | 0 | 0.09 | 0.09 | 0.13 | 354.29 | 0.25 | 0.83 |
| Hex | DF | CA | CC | 0 | 9 | 9 | D | 162 | 19 | 53 |
| Octal | 337 | 312 | 314 | 0 | 11 | 11 | 15 | 542 | 31 | 123 |
| Binary | 11011111 | 11001010 | 11001100 | 0 | 1001 | 1001 | 1101 | 101100010 | 11001 | 1010011 |
Color Harmonies of #DFCACC
Complementary color
Monochromatic Colors of #DFCACC
Black with #DFCACC
Text Example
Text Example
White with #DFCACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCACC; }
p { color: rgb(223,202,204); }
H1.HeaderClassName
{
color: #DFCACC;
}
.AnyTagClassName
{
color: #DFCACC;
}
</style>
background-color css
<style>
a { background-color: #DFCACC; }
a { background-color: rgb(223,202,204); }
div.DivClassName
{
background-color: #DFCACC;
}
.BgClassName
{
background-color: #DFCACC;
}
</style>
border-color css
<style>
span { border-color: #DFCACC; }
span { border-color: rgb(223,202,204); }
td.TdClassName
{
border-color: #DFCACC;
}
.TagClassName
{
border-color: #DFCACC;
}
</style>