Shades of Prim #DFCCD0
Tints of Prim #DFCCD0
RGB
CMYK
RGB Variations
Color information
#DFCCD0 (or 0xDFCCD0) is known color: Prim. HEX triplet: DF, CC and D0. RGB value is (223,204,208). Sum of RGB (Red+Green+Blue) = 223+204+208=635 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.12% from 635); Green value is 204 (80.08% from 255 or 32.13% from 635); Blue value is 208 (81.64% from 255 or 32.76% from 635); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCCD0 is #20332F. Grayscale: #D2D2D2. Windows color (decimal): -2110256 or 13683935. OLE color: 13683935.
HSL color Cylindrical-coordinate representation of color #DFCCD0: hue angle of 347.37º 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 #DFCCD0 is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 204 | 208 | - |
CMYK | 0 | 0.09 | 0.07 | 0.13 |
HSL | 347.37º | 0.23% | 0.84% | - |
HSV(B) | 347.37º | 0.09% | 0.87% | - |
XYZ | 63.41 | 63.43 | 68.58 | - |
YUV | 210.14 | 126.79 | 137.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 204 | 208 | 0 | 0.09 | 0.07 | 0.13 | 347.37 | 0.23 | 0.84 |
Hex | DF | CC | D0 | 0 | 9 | 7 | D | 15B | 17 | 54 |
Octal | 337 | 314 | 320 | 0 | 11 | 7 | 15 | 533 | 27 | 124 |
Binary | 11011111 | 11001100 | 11010000 | 0 | 1001 | 111 | 1101 | 101011011 | 10111 | 1010100 |
Color Harmonies of #DFCCD0
Complementary color
Monochromatic Colors of #DFCCD0
Black with #DFCCD0
Text Example
Text Example
White with #DFCCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCCD0; }
p { color: rgb(223,204,208); }
H1.HeaderClassName
{
color: #DFCCD0;
}
.AnyTagClassName
{
color: #DFCCD0;
}
</style>
background-color css
<style>
a { background-color: #DFCCD0; }
a { background-color: rgb(223,204,208); }
div.DivClassName
{
background-color: #DFCCD0;
}
.BgClassName
{
background-color: #DFCCD0;
}
</style>
border-color css
<style>
span { border-color: #DFCCD0; }
span { border-color: rgb(223,204,208); }
td.TdClassName
{
border-color: #DFCCD0;
}
.TagClassName
{
border-color: #DFCCD0;
}
</style>