Shades of Prim #DFC8CC
Tints of Prim #DFC8CC
RGB
CMYK
RGB Variations
Color information
#DFC8CC (or 0xDFC8CC) is known color: Prim. HEX triplet: DF, C8 and CC. RGB value is (223,200,204). Sum of RGB (Red+Green+Blue) = 223+200+204=627 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.57% from 627); Green value is 200 (78.52% from 255 or 31.90% from 627); Blue value is 204 (80.08% from 255 or 32.54% from 627); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC8CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC8CC is #203733. Grayscale: #CFCFCF. Windows color (decimal): -2111284 or 13420767. OLE color: 13420767.
HSL color Cylindrical-coordinate representation of color #DFC8CC: hue angle of 349.57º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFC8CC is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 200 | 204 | - |
| CMYK | 0 | 0.10 | 0.09 | 0.13 |
| HSL | 349.57º | 0.26% | 0.83% | - |
| HSV(B) | 349.57º | 0.1% | 0.87% | - |
| XYZ | 61.98 | 61.36 | 65.7 | - |
| YUV | 207.33 | 126.12 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 200 | 204 | 0 | 0.10 | 0.09 | 0.13 | 349.57 | 0.26 | 0.83 |
| Hex | DF | C8 | CC | 0 | A | 9 | D | 15E | 1A | 53 |
| Octal | 337 | 310 | 314 | 0 | 12 | 11 | 15 | 536 | 32 | 123 |
| Binary | 11011111 | 11001000 | 11001100 | 0 | 1010 | 1001 | 1101 | 101011110 | 11010 | 1010011 |
Color Harmonies of #DFC8CC
Complementary color
Monochromatic Colors of #DFC8CC
Black with #DFC8CC
Text Example
Text Example
White with #DFC8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC8CC; }
p { color: rgb(223,200,204); }
H1.HeaderClassName
{
color: #DFC8CC;
}
.AnyTagClassName
{
color: #DFC8CC;
}
</style>
background-color css
<style>
a { background-color: #DFC8CC; }
a { background-color: rgb(223,200,204); }
div.DivClassName
{
background-color: #DFC8CC;
}
.BgClassName
{
background-color: #DFC8CC;
}
</style>
border-color css
<style>
span { border-color: #DFC8CC; }
span { border-color: rgb(223,200,204); }
td.TdClassName
{
border-color: #DFC8CC;
}
.TagClassName
{
border-color: #DFC8CC;
}
</style>