Shades of Prim #DFC6CE
Tints of Prim #DFC6CE
RGB
CMYK
RGB Variations
Color information
#DFC6CE (or 0xDFC6CE) is known color: Prim. HEX triplet: DF, C6 and CE. RGB value is (223,198,206). Sum of RGB (Red+Green+Blue) = 223+198+206=627 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.57% from 627); Green value is 198 (77.73% from 255 or 31.58% from 627); Blue value is 206 (80.86% from 255 or 32.85% from 627); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC6CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC6CE is #203931. Grayscale: #CECECE. Windows color (decimal): -2111794 or 13551327. OLE color: 13551327.
HSL color Cylindrical-coordinate representation of color #DFC6CE: hue angle of 340.8º 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 #DFC6CE is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 198 | 206 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.13 |
| HSL | 340.8º | 0.28% | 0.83% | - |
| HSV(B) | 340.8º | 0.11% | 0.87% | - |
| XYZ | 61.77 | 60.53 | 66.82 | - |
| YUV | 206.39 | 127.78 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 198 | 206 | 0 | 0.11 | 0.08 | 0.13 | 340.8 | 0.28 | 0.83 |
| Hex | DF | C6 | CE | 0 | B | 8 | D | 155 | 1C | 53 |
| Octal | 337 | 306 | 316 | 0 | 13 | 10 | 15 | 525 | 34 | 123 |
| Binary | 11011111 | 11000110 | 11001110 | 0 | 1011 | 1000 | 1101 | 101010101 | 11100 | 1010011 |
Color Harmonies of #DFC6CE
Complementary color
Monochromatic Colors of #DFC6CE
Black with #DFC6CE
Text Example
Text Example
White with #DFC6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC6CE; }
p { color: rgb(223,198,206); }
H1.HeaderClassName
{
color: #DFC6CE;
}
.AnyTagClassName
{
color: #DFC6CE;
}
</style>
background-color css
<style>
a { background-color: #DFC6CE; }
a { background-color: rgb(223,198,206); }
div.DivClassName
{
background-color: #DFC6CE;
}
.BgClassName
{
background-color: #DFC6CE;
}
</style>
border-color css
<style>
span { border-color: #DFC6CE; }
span { border-color: rgb(223,198,206); }
td.TdClassName
{
border-color: #DFC6CE;
}
.TagClassName
{
border-color: #DFC6CE;
}
</style>