Shades of Prim #DFC9D2
Tints of Prim #DFC9D2
RGB
CMYK
RGB Variations
Color information
#DFC9D2 (or 0xDFC9D2) is known color: Prim. HEX triplet: DF, C9 and D2. RGB value is (223,201,210). Sum of RGB (Red+Green+Blue) = 223+201+210=634 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.17% from 634); Green value is 201 (78.91% from 255 or 31.70% from 634); Blue value is 210 (82.42% from 255 or 33.12% from 634); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC9D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC9D2 is #20362D. Grayscale: #D0D0D0. Windows color (decimal): -2111022 or 13814239. OLE color: 13814239.
HSL color Cylindrical-coordinate representation of color #DFC9D2: hue angle of 335.45º 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 #DFC9D2 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 201 | 210 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.13 |
| HSL | 335.45º | 0.26% | 0.83% | - |
| HSV(B) | 335.45º | 0.1% | 0.87% | - |
| XYZ | 62.95 | 62.11 | 69.64 | - |
| YUV | 208.6 | 128.79 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 201 | 210 | 0 | 0.10 | 0.06 | 0.13 | 335.45 | 0.26 | 0.83 |
| Hex | DF | C9 | D2 | 0 | A | 6 | D | 14F | 1A | 53 |
| Octal | 337 | 311 | 322 | 0 | 12 | 6 | 15 | 517 | 32 | 123 |
| Binary | 11011111 | 11001001 | 11010010 | 0 | 1010 | 110 | 1101 | 101001111 | 11010 | 1010011 |
Color Harmonies of #DFC9D2
Complementary color
Monochromatic Colors of #DFC9D2
Black with #DFC9D2
Text Example
Text Example
White with #DFC9D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC9D2; }
p { color: rgb(223,201,210); }
H1.HeaderClassName
{
color: #DFC9D2;
}
.AnyTagClassName
{
color: #DFC9D2;
}
</style>
background-color css
<style>
a { background-color: #DFC9D2; }
a { background-color: rgb(223,201,210); }
div.DivClassName
{
background-color: #DFC9D2;
}
.BgClassName
{
background-color: #DFC9D2;
}
</style>
border-color css
<style>
span { border-color: #DFC9D2; }
span { border-color: rgb(223,201,210); }
td.TdClassName
{
border-color: #DFC9D2;
}
.TagClassName
{
border-color: #DFC9D2;
}
</style>