Shades of Prim #DFCCD4
Tints of Prim #DFCCD4
RGB
CMYK
RGB Variations
Color information
#DFCCD4 (or 0xDFCCD4) is known color: Prim. HEX triplet: DF, CC and D4. RGB value is (223,204,212). Sum of RGB (Red+Green+Blue) = 223+204+212=639 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.90% from 639); Green value is 204 (80.08% from 255 or 31.92% from 639); Blue value is 212 (83.20% from 255 or 33.18% from 639); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCCD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCCD4 is #20332B. Grayscale: #D2D2D2. Windows color (decimal): -2110252 or 13946079. OLE color: 13946079.
HSL color Cylindrical-coordinate representation of color #DFCCD4: hue angle of 334.74º 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 #DFCCD4 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 204 | 212 | - |
CMYK | 0 | 0.09 | 0.05 | 0.13 |
HSL | 334.74º | 0.23% | 0.84% | - |
HSV(B) | 334.74º | 0.09% | 0.87% | - |
XYZ | 63.91 | 63.63 | 71.2 | - |
YUV | 210.59 | 128.79 | 136.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 204 | 212 | 0 | 0.09 | 0.05 | 0.13 | 334.74 | 0.23 | 0.84 |
Hex | DF | CC | D4 | 0 | 9 | 5 | D | 14F | 17 | 54 |
Octal | 337 | 314 | 324 | 0 | 11 | 5 | 15 | 517 | 27 | 124 |
Binary | 11011111 | 11001100 | 11010100 | 0 | 1001 | 101 | 1101 | 101001111 | 10111 | 1010100 |
Color Harmonies of #DFCCD4
Complementary color
Monochromatic Colors of #DFCCD4
Black with #DFCCD4
Text Example
Text Example
White with #DFCCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCCD4; }
p { color: rgb(223,204,212); }
H1.HeaderClassName
{
color: #DFCCD4;
}
.AnyTagClassName
{
color: #DFCCD4;
}
</style>
background-color css
<style>
a { background-color: #DFCCD4; }
a { background-color: rgb(223,204,212); }
div.DivClassName
{
background-color: #DFCCD4;
}
.BgClassName
{
background-color: #DFCCD4;
}
</style>
border-color css
<style>
span { border-color: #DFCCD4; }
span { border-color: rgb(223,204,212); }
td.TdClassName
{
border-color: #DFCCD4;
}
.TagClassName
{
border-color: #DFCCD4;
}
</style>