Shades of Prim #DFC7CC
Tints of Prim #DFC7CC
RGB
CMYK
RGB Variations
Color information
#DFC7CC (or 0xDFC7CC) is known color: Prim. HEX triplet: DF, C7 and CC. RGB value is (223,199,204). Sum of RGB (Red+Green+Blue) = 223+199+204=626 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.62% from 626); Green value is 199 (78.12% from 255 or 31.79% from 626); Blue value is 204 (80.08% from 255 or 32.59% from 626); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC7CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC7CC is #203833. Grayscale: #CECECE. Windows color (decimal): -2111540 or 13420511. OLE color: 13420511.
HSL color Cylindrical-coordinate representation of color #DFC7CC: hue angle of 347.5º degrees, saturation: 0.27, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFC7CC is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 199 | 204 | - |
CMYK | 0 | 0.11 | 0.09 | 0.13 |
HSL | 347.5º | 0.27% | 0.83% | - |
HSV(B) | 347.5º | 0.11% | 0.87% | - |
XYZ | 61.75 | 60.89 | 65.63 | - |
YUV | 206.75 | 126.45 | 139.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 199 | 204 | 0 | 0.11 | 0.09 | 0.13 | 347.5 | 0.27 | 0.83 |
Hex | DF | C7 | CC | 0 | B | 9 | D | 15C | 1B | 53 |
Octal | 337 | 307 | 314 | 0 | 13 | 11 | 15 | 534 | 33 | 123 |
Binary | 11011111 | 11000111 | 11001100 | 0 | 1011 | 1001 | 1101 | 101011100 | 11011 | 1010011 |
Color Harmonies of #DFC7CC
Complementary color
Monochromatic Colors of #DFC7CC
Black with #DFC7CC
Text Example
Text Example
White with #DFC7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC7CC; }
p { color: rgb(223,199,204); }
H1.HeaderClassName
{
color: #DFC7CC;
}
.AnyTagClassName
{
color: #DFC7CC;
}
</style>
background-color css
<style>
a { background-color: #DFC7CC; }
a { background-color: rgb(223,199,204); }
div.DivClassName
{
background-color: #DFC7CC;
}
.BgClassName
{
background-color: #DFC7CC;
}
</style>
border-color css
<style>
span { border-color: #DFC7CC; }
span { border-color: rgb(223,199,204); }
td.TdClassName
{
border-color: #DFC7CC;
}
.TagClassName
{
border-color: #DFC7CC;
}
</style>