Shades of Prim #DFC9D4
Tints of Prim #DFC9D4
RGB
CMYK
RGB Variations
Color information
#DFC9D4 (or 0xDFC9D4) is known color: Prim. HEX triplet: DF, C9 and D4. RGB value is (223,201,212). Sum of RGB (Red+Green+Blue) = 223+201+212=636 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.06% from 636); Green value is 201 (78.91% from 255 or 31.60% from 636); Blue value is 212 (83.20% from 255 or 33.33% from 636); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC9D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC9D4 is #20362B. Grayscale: #D0D0D0. Windows color (decimal): -2111020 or 13945311. OLE color: 13945311.
HSL color Cylindrical-coordinate representation of color #DFC9D4: hue angle of 330º 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 #DFC9D4 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 201 | 212 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.13 |
| HSL | 330º | 0.26% | 0.83% | - |
| HSV(B) | 330º | 0.1% | 0.87% | - |
| XYZ | 63.2 | 62.21 | 70.96 | - |
| YUV | 208.83 | 129.79 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 201 | 212 | 0 | 0.10 | 0.05 | 0.13 | 330 | 0.26 | 0.83 |
| Hex | DF | C9 | D4 | 0 | A | 5 | D | 14A | 1A | 53 |
| Octal | 337 | 311 | 324 | 0 | 12 | 5 | 15 | 512 | 32 | 123 |
| Binary | 11011111 | 11001001 | 11010100 | 0 | 1010 | 101 | 1101 | 101001010 | 11010 | 1010011 |
Color Harmonies of #DFC9D4
Complementary color
Monochromatic Colors of #DFC9D4
Black with #DFC9D4
Text Example
Text Example
White with #DFC9D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC9D4; }
p { color: rgb(223,201,212); }
H1.HeaderClassName
{
color: #DFC9D4;
}
.AnyTagClassName
{
color: #DFC9D4;
}
</style>
background-color css
<style>
a { background-color: #DFC9D4; }
a { background-color: rgb(223,201,212); }
div.DivClassName
{
background-color: #DFC9D4;
}
.BgClassName
{
background-color: #DFC9D4;
}
</style>
border-color css
<style>
span { border-color: #DFC9D4; }
span { border-color: rgb(223,201,212); }
td.TdClassName
{
border-color: #DFC9D4;
}
.TagClassName
{
border-color: #DFC9D4;
}
</style>