Shades of Pale Rose #DFCCCE
Tints of Pale Rose #DFCCCE
RGB
CMYK
RGB Variations
Color information
#DFCCCE (or 0xDFCCCE) is known color: Pale Rose. HEX triplet: DF, CC and CE. RGB value is (223,204,206). Sum of RGB (Red+Green+Blue) = 223+204+206=633 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.23% from 633); Green value is 204 (80.08% from 255 or 32.23% from 633); Blue value is 206 (80.86% from 255 or 32.54% from 633); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCCCE is #203331. Grayscale: #D1D1D1. Windows color (decimal): -2110258 or 13552863. OLE color: 13552863.
HSL color Cylindrical-coordinate representation of color #DFCCCE: hue angle of 353.68º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFCCCE is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 204 | 206 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.13 |
| HSL | 353.68º | 0.23% | 0.84% | - |
| HSV(B) | 353.68º | 0.09% | 0.87% | - |
| XYZ | 63.16 | 63.33 | 67.29 | - |
| YUV | 209.91 | 125.79 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 204 | 206 | 0 | 0.09 | 0.08 | 0.13 | 353.68 | 0.23 | 0.84 |
| Hex | DF | CC | CE | 0 | 9 | 8 | D | 162 | 17 | 54 |
| Octal | 337 | 314 | 316 | 0 | 11 | 10 | 15 | 542 | 27 | 124 |
| Binary | 11011111 | 11001100 | 11001110 | 0 | 1001 | 1000 | 1101 | 101100010 | 10111 | 1010100 |
Color Harmonies of #DFCCCE
Complementary color
Monochromatic Colors of #DFCCCE
Black with #DFCCCE
Text Example
Text Example
White with #DFCCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCCCE; }
p { color: rgb(223,204,206); }
H1.HeaderClassName
{
color: #DFCCCE;
}
.AnyTagClassName
{
color: #DFCCCE;
}
</style>
background-color css
<style>
a { background-color: #DFCCCE; }
a { background-color: rgb(223,204,206); }
div.DivClassName
{
background-color: #DFCCCE;
}
.BgClassName
{
background-color: #DFCCCE;
}
</style>
border-color css
<style>
span { border-color: #DFCCCE; }
span { border-color: rgb(223,204,206); }
td.TdClassName
{
border-color: #DFCCCE;
}
.TagClassName
{
border-color: #DFCCCE;
}
</style>