Shades of Prim #DFC6CC
Tints of Prim #DFC6CC
RGB
CMYK
RGB Variations
Color information
#DFC6CC (or 0xDFC6CC) is known color: Prim. HEX triplet: DF, C6 and CC. RGB value is (223,198,204). Sum of RGB (Red+Green+Blue) = 223+198+204=625 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.68% from 625); Green value is 198 (77.73% from 255 or 31.68% from 625); Blue value is 204 (80.08% from 255 or 32.64% from 625); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC6CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC6CC is #203933. Grayscale: #CECECE. Windows color (decimal): -2111796 or 13420255. OLE color: 13420255.
HSL color Cylindrical-coordinate representation of color #DFC6CC: hue angle of 345.6º degrees, saturation: 0.28, 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 #DFC6CC is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 198 | 204 | - |
CMYK | 0 | 0.11 | 0.09 | 0.13 |
HSL | 345.6º | 0.28% | 0.83% | - |
HSV(B) | 345.6º | 0.11% | 0.87% | - |
XYZ | 61.52 | 60.44 | 65.55 | - |
YUV | 206.16 | 126.78 | 140.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 198 | 204 | 0 | 0.11 | 0.09 | 0.13 | 345.6 | 0.28 | 0.83 |
Hex | DF | C6 | CC | 0 | B | 9 | D | 15A | 1C | 53 |
Octal | 337 | 306 | 314 | 0 | 13 | 11 | 15 | 532 | 34 | 123 |
Binary | 11011111 | 11000110 | 11001100 | 0 | 1011 | 1001 | 1101 | 101011010 | 11100 | 1010011 |
Color Harmonies of #DFC6CC
Complementary color
Monochromatic Colors of #DFC6CC
Black with #DFC6CC
Text Example
Text Example
White with #DFC6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC6CC; }
p { color: rgb(223,198,204); }
H1.HeaderClassName
{
color: #DFC6CC;
}
.AnyTagClassName
{
color: #DFC6CC;
}
</style>
background-color css
<style>
a { background-color: #DFC6CC; }
a { background-color: rgb(223,198,204); }
div.DivClassName
{
background-color: #DFC6CC;
}
.BgClassName
{
background-color: #DFC6CC;
}
</style>
border-color css
<style>
span { border-color: #DFC6CC; }
span { border-color: rgb(223,198,204); }
td.TdClassName
{
border-color: #DFC6CC;
}
.TagClassName
{
border-color: #DFC6CC;
}
</style>