Shades of Prim #DFCBD0
Tints of Prim #DFCBD0
RGB
CMYK
RGB Variations
Color information
#DFCBD0 (or 0xDFCBD0) is known color: Prim. HEX triplet: DF, CB and D0. RGB value is (223,203,208). Sum of RGB (Red+Green+Blue) = 223+203+208=634 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.17% from 634); Green value is 203 (79.69% from 255 or 32.02% from 634); Blue value is 208 (81.64% from 255 or 32.81% from 634); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCBD0 is #20342F. Grayscale: #D1D1D1. Windows color (decimal): -2110512 or 13683679. OLE color: 13683679.
HSL color Cylindrical-coordinate representation of color #DFCBD0: hue angle of 345º degrees, saturation: 0.24, 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 #DFCBD0 is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 203 | 208 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.13 |
| HSL | 345º | 0.24% | 0.84% | - |
| HSV(B) | 345º | 0.09% | 0.87% | - |
| XYZ | 63.17 | 62.95 | 68.5 | - |
| YUV | 209.55 | 127.13 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 203 | 208 | 0 | 0.09 | 0.07 | 0.13 | 345 | 0.24 | 0.84 |
| Hex | DF | CB | D0 | 0 | 9 | 7 | D | 159 | 18 | 54 |
| Octal | 337 | 313 | 320 | 0 | 11 | 7 | 15 | 531 | 30 | 124 |
| Binary | 11011111 | 11001011 | 11010000 | 0 | 1001 | 111 | 1101 | 101011001 | 11000 | 1010100 |
Color Harmonies of #DFCBD0
Complementary color
Monochromatic Colors of #DFCBD0
Black with #DFCBD0
Text Example
Text Example
White with #DFCBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCBD0; }
p { color: rgb(223,203,208); }
H1.HeaderClassName
{
color: #DFCBD0;
}
.AnyTagClassName
{
color: #DFCBD0;
}
</style>
background-color css
<style>
a { background-color: #DFCBD0; }
a { background-color: rgb(223,203,208); }
div.DivClassName
{
background-color: #DFCBD0;
}
.BgClassName
{
background-color: #DFCBD0;
}
</style>
border-color css
<style>
span { border-color: #DFCBD0; }
span { border-color: rgb(223,203,208); }
td.TdClassName
{
border-color: #DFCBD0;
}
.TagClassName
{
border-color: #DFCBD0;
}
</style>