Shades of Prim #DFCFD6
Tints of Prim #DFCFD6
RGB
CMYK
RGB Variations
Color information
#DFCFD6 (or 0xDFCFD6) is known color: Prim. HEX triplet: DF, CF and D6. RGB value is (223,207,214). Sum of RGB (Red+Green+Blue) = 223+207+214=644 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.63% from 644); Green value is 207 (81.25% from 255 or 32.14% from 644); Blue value is 214 (83.98% from 255 or 33.23% from 644); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCFD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCFD6 is #203029. Grayscale: #D4D4D4. Windows color (decimal): -2109482 or 14077919. OLE color: 14077919.
HSL color Cylindrical-coordinate representation of color #DFCFD6: hue angle of 333.75º degrees, saturation: 0.2, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DFCFD6 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 207 | 214 | - |
CMYK | 0 | 0.07 | 0.04 | 0.13 |
HSL | 333.75º | 0.2% | 0.84% | - |
HSV(B) | 333.75º | 0.07% | 0.87% | - |
XYZ | 64.88 | 65.17 | 72.78 | - |
YUV | 212.58 | 128.8 | 135.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 207 | 214 | 0 | 0.07 | 0.04 | 0.13 | 333.75 | 0.2 | 0.84 |
Hex | DF | CF | D6 | 0 | 7 | 4 | D | 14E | 14 | 54 |
Octal | 337 | 317 | 326 | 0 | 7 | 4 | 15 | 516 | 24 | 124 |
Binary | 11011111 | 11001111 | 11010110 | 0 | 111 | 100 | 1101 | 101001110 | 10100 | 1010100 |
Color Harmonies of #DFCFD6
Complementary color
Monochromatic Colors of #DFCFD6
Black with #DFCFD6
Text Example
Text Example
White with #DFCFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCFD6; }
p { color: rgb(223,207,214); }
H1.HeaderClassName
{
color: #DFCFD6;
}
.AnyTagClassName
{
color: #DFCFD6;
}
</style>
background-color css
<style>
a { background-color: #DFCFD6; }
a { background-color: rgb(223,207,214); }
div.DivClassName
{
background-color: #DFCFD6;
}
.BgClassName
{
background-color: #DFCFD6;
}
</style>
border-color css
<style>
span { border-color: #DFCFD6; }
span { border-color: rgb(223,207,214); }
td.TdClassName
{
border-color: #DFCFD6;
}
.TagClassName
{
border-color: #DFCFD6;
}
</style>