Shades of Prim #DFCDD0
Tints of Prim #DFCDD0
RGB
CMYK
RGB Variations
Color information
#DFCDD0 (or 0xDFCDD0) is known color: Prim. HEX triplet: DF, CD and D0. RGB value is (223,205,208). Sum of RGB (Red+Green+Blue) = 223+205+208=636 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.06% from 636); Green value is 205 (80.47% from 255 or 32.23% from 636); Blue value is 208 (81.64% from 255 or 32.70% from 636); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCDD0 is #20322F. Grayscale: #D2D2D2. Windows color (decimal): -2110000 or 13684191. OLE color: 13684191.
HSL color Cylindrical-coordinate representation of color #DFCDD0: hue angle of 350º degrees, saturation: 0.22, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DFCDD0 is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 205 | 208 | - |
CMYK | 0 | 0.08 | 0.07 | 0.13 |
HSL | 350º | 0.22% | 0.84% | - |
HSV(B) | 350º | 0.08% | 0.87% | - |
XYZ | 63.65 | 63.9 | 68.65 | - |
YUV | 210.72 | 126.46 | 136.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 205 | 208 | 0 | 0.08 | 0.07 | 0.13 | 350 | 0.22 | 0.84 |
Hex | DF | CD | D0 | 0 | 8 | 7 | D | 15E | 16 | 54 |
Octal | 337 | 315 | 320 | 0 | 10 | 7 | 15 | 536 | 26 | 124 |
Binary | 11011111 | 11001101 | 11010000 | 0 | 1000 | 111 | 1101 | 101011110 | 10110 | 1010100 |
Color Harmonies of #DFCDD0
Complementary color
Monochromatic Colors of #DFCDD0
Black with #DFCDD0
Text Example
Text Example
White with #DFCDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCDD0; }
p { color: rgb(223,205,208); }
H1.HeaderClassName
{
color: #DFCDD0;
}
.AnyTagClassName
{
color: #DFCDD0;
}
</style>
background-color css
<style>
a { background-color: #DFCDD0; }
a { background-color: rgb(223,205,208); }
div.DivClassName
{
background-color: #DFCDD0;
}
.BgClassName
{
background-color: #DFCDD0;
}
</style>
border-color css
<style>
span { border-color: #DFCDD0; }
span { border-color: rgb(223,205,208); }
td.TdClassName
{
border-color: #DFCDD0;
}
.TagClassName
{
border-color: #DFCDD0;
}
</style>