Shades of Prim #DFCCD6
Tints of Prim #DFCCD6
RGB
CMYK
RGB Variations
Color information
#DFCCD6 (or 0xDFCCD6) is known color: Prim. HEX triplet: DF, CC and D6. RGB value is (223,204,214). Sum of RGB (Red+Green+Blue) = 223+204+214=641 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.79% from 641); Green value is 204 (80.08% from 255 or 31.83% from 641); Blue value is 214 (83.98% from 255 or 33.39% from 641); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCCD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCCD6 is #203329. Grayscale: #D2D2D2. Windows color (decimal): -2110250 or 14077151. OLE color: 14077151.
HSL color Cylindrical-coordinate representation of color #DFCCD6: hue angle of 328.42º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFCCD6 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 204 | 214 | - |
CMYK | 0 | 0.09 | 0.04 | 0.13 |
HSL | 328.42º | 0.23% | 0.84% | - |
HSV(B) | 328.42º | 0.09% | 0.87% | - |
XYZ | 64.16 | 63.73 | 72.54 | - |
YUV | 210.82 | 129.79 | 136.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 204 | 214 | 0 | 0.09 | 0.04 | 0.13 | 328.42 | 0.23 | 0.84 |
Hex | DF | CC | D6 | 0 | 9 | 4 | D | 148 | 17 | 54 |
Octal | 337 | 314 | 326 | 0 | 11 | 4 | 15 | 510 | 27 | 124 |
Binary | 11011111 | 11001100 | 11010110 | 0 | 1001 | 100 | 1101 | 101001000 | 10111 | 1010100 |
Color Harmonies of #DFCCD6
Complementary color
Monochromatic Colors of #DFCCD6
Black with #DFCCD6
Text Example
Text Example
White with #DFCCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCCD6; }
p { color: rgb(223,204,214); }
H1.HeaderClassName
{
color: #DFCCD6;
}
.AnyTagClassName
{
color: #DFCCD6;
}
</style>
background-color css
<style>
a { background-color: #DFCCD6; }
a { background-color: rgb(223,204,214); }
div.DivClassName
{
background-color: #DFCCD6;
}
.BgClassName
{
background-color: #DFCCD6;
}
</style>
border-color css
<style>
span { border-color: #DFCCD6; }
span { border-color: rgb(223,204,214); }
td.TdClassName
{
border-color: #DFCCD6;
}
.TagClassName
{
border-color: #DFCCD6;
}
</style>