Shades of Pale Rose #DFCDCE
Tints of Pale Rose #DFCDCE
RGB
CMYK
RGB Variations
Color information
#DFCDCE (or 0xDFCDCE) is known color: Pale Rose. HEX triplet: DF, CD and CE. RGB value is (223,205,206). Sum of RGB (Red+Green+Blue) = 223+205+206=634 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.17% from 634); Green value is 205 (80.47% from 255 or 32.33% from 634); Blue value is 206 (80.86% from 255 or 32.49% from 634); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCDCE is #203231. Grayscale: #D2D2D2. Windows color (decimal): -2110002 or 13553119. OLE color: 13553119.
HSL color Cylindrical-coordinate representation of color #DFCDCE: hue angle of 356.67º degrees, saturation: 0.22, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DFCDCE is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 205 | 206 | - |
| CMYK | 0 | 0.08 | 0.08 | 0.13 |
| HSL | 356.67º | 0.22% | 0.84% | - |
| HSV(B) | 356.67º | 0.08% | 0.87% | - |
| XYZ | 63.4 | 63.81 | 67.37 | - |
| YUV | 210.5 | 125.46 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 205 | 206 | 0 | 0.08 | 0.08 | 0.13 | 356.67 | 0.22 | 0.84 |
| Hex | DF | CD | CE | 0 | 8 | 8 | D | 165 | 16 | 54 |
| Octal | 337 | 315 | 316 | 0 | 10 | 10 | 15 | 545 | 26 | 124 |
| Binary | 11011111 | 11001101 | 11001110 | 0 | 1000 | 1000 | 1101 | 101100101 | 10110 | 1010100 |
Color Harmonies of #DFCDCE
Complementary color
Monochromatic Colors of #DFCDCE
Black with #DFCDCE
Text Example
Text Example
White with #DFCDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCDCE; }
p { color: rgb(223,205,206); }
H1.HeaderClassName
{
color: #DFCDCE;
}
.AnyTagClassName
{
color: #DFCDCE;
}
</style>
background-color css
<style>
a { background-color: #DFCDCE; }
a { background-color: rgb(223,205,206); }
div.DivClassName
{
background-color: #DFCDCE;
}
.BgClassName
{
background-color: #DFCDCE;
}
</style>
border-color css
<style>
span { border-color: #DFCDCE; }
span { border-color: rgb(223,205,206); }
td.TdClassName
{
border-color: #DFCDCE;
}
.TagClassName
{
border-color: #DFCDCE;
}
</style>