Shades of Prim #DFCBD5
Tints of Prim #DFCBD5
RGB
CMYK
RGB Variations
Color information
#DFCBD5 (or 0xDFCBD5) is known color: Prim. HEX triplet: DF, CB and D5. RGB value is (223,203,213). Sum of RGB (Red+Green+Blue) = 223+203+213=639 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.90% from 639); Green value is 203 (79.69% from 255 or 31.77% from 639); Blue value is 213 (83.59% from 255 or 33.33% from 639); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCBD5 is #20342A. Grayscale: #D2D2D2. Windows color (decimal): -2110507 or 14011359. OLE color: 14011359.
HSL color Cylindrical-coordinate representation of color #DFCBD5: hue angle of 330º 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 #DFCBD5 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 203 | 213 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.13 |
| HSL | 330º | 0.24% | 0.84% | - |
| HSV(B) | 330º | 0.09% | 0.87% | - |
| XYZ | 63.8 | 63.2 | 71.79 | - |
| YUV | 210.12 | 129.63 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 203 | 213 | 0 | 0.09 | 0.04 | 0.13 | 330 | 0.24 | 0.84 |
| Hex | DF | CB | D5 | 0 | 9 | 4 | D | 14A | 18 | 54 |
| Octal | 337 | 313 | 325 | 0 | 11 | 4 | 15 | 512 | 30 | 124 |
| Binary | 11011111 | 11001011 | 11010101 | 0 | 1001 | 100 | 1101 | 101001010 | 11000 | 1010100 |
Color Harmonies of #DFCBD5
Complementary color
Monochromatic Colors of #DFCBD5
Black with #DFCBD5
Text Example
Text Example
White with #DFCBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCBD5; }
p { color: rgb(223,203,213); }
H1.HeaderClassName
{
color: #DFCBD5;
}
.AnyTagClassName
{
color: #DFCBD5;
}
</style>
background-color css
<style>
a { background-color: #DFCBD5; }
a { background-color: rgb(223,203,213); }
div.DivClassName
{
background-color: #DFCBD5;
}
.BgClassName
{
background-color: #DFCBD5;
}
</style>
border-color css
<style>
span { border-color: #DFCBD5; }
span { border-color: rgb(223,203,213); }
td.TdClassName
{
border-color: #DFCBD5;
}
.TagClassName
{
border-color: #DFCBD5;
}
</style>