Shades of Prim #DFC4CE
Tints of Prim #DFC4CE
RGB
CMYK
RGB Variations
Color information
#DFC4CE (or 0xDFC4CE) is known color: Prim. HEX triplet: DF, C4 and CE. RGB value is (223,196,206). Sum of RGB (Red+Green+Blue) = 223+196+206=625 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.68% from 625); Green value is 196 (76.95% from 255 or 31.36% from 625); Blue value is 206 (80.86% from 255 or 32.96% from 625); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC4CE is #203B31. Grayscale: #CDCDCD. Windows color (decimal): -2112306 or 13550815. OLE color: 13550815.
HSL color Cylindrical-coordinate representation of color #DFC4CE: hue angle of 337.78º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFC4CE is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 196 | 206 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.13 |
| HSL | 337.78º | 0.3% | 0.82% | - |
| HSV(B) | 337.78º | 0.12% | 0.87% | - |
| XYZ | 61.31 | 59.62 | 66.67 | - |
| YUV | 205.21 | 128.45 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 196 | 206 | 0 | 0.12 | 0.08 | 0.13 | 337.78 | 0.3 | 0.82 |
| Hex | DF | C4 | CE | 0 | C | 8 | D | 152 | 1E | 52 |
| Octal | 337 | 304 | 316 | 0 | 14 | 10 | 15 | 522 | 36 | 122 |
| Binary | 11011111 | 11000100 | 11001110 | 0 | 1100 | 1000 | 1101 | 101010010 | 11110 | 1010010 |
Color Harmonies of #DFC4CE
Complementary color
Monochromatic Colors of #DFC4CE
Black with #DFC4CE
Text Example
Text Example
White with #DFC4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC4CE; }
p { color: rgb(223,196,206); }
H1.HeaderClassName
{
color: #DFC4CE;
}
.AnyTagClassName
{
color: #DFC4CE;
}
</style>
background-color css
<style>
a { background-color: #DFC4CE; }
a { background-color: rgb(223,196,206); }
div.DivClassName
{
background-color: #DFC4CE;
}
.BgClassName
{
background-color: #DFC4CE;
}
</style>
border-color css
<style>
span { border-color: #DFC4CE; }
span { border-color: rgb(223,196,206); }
td.TdClassName
{
border-color: #DFC4CE;
}
.TagClassName
{
border-color: #DFC4CE;
}
</style>