Shades of Prim #DBCFD6
Tints of Prim #DBCFD6
RGB
CMYK
RGB Variations
Color information
#DBCFD6 (or 0xDBCFD6) is known color: Prim. HEX triplet: DB, CF and D6. RGB value is (219,207,214). Sum of RGB (Red+Green+Blue) = 219+207+214=640 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.22% from 640); Green value is 207 (81.25% from 255 or 32.34% from 640); Blue value is 214 (83.98% from 255 or 33.44% from 640); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCFD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCFD6 is #243029. Grayscale: #D3D3D3. Windows color (decimal): -2371626 or 14077915. OLE color: 14077915.
HSL color Cylindrical-coordinate representation of color #DBCFD6: hue angle of 325º degrees, saturation: 0.14, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DBCFD6 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 207 | 214 | - |
| CMYK | 0 | 0.05 | 0.02 | 0.14 |
| HSL | 325º | 0.14% | 0.84% | - |
| HSV(B) | 325º | 0.05% | 0.86% | - |
| XYZ | 63.66 | 64.54 | 72.72 | - |
| YUV | 211.39 | 129.48 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 207 | 214 | 0 | 0.05 | 0.02 | 0.14 | 325 | 0.14 | 0.84 |
| Hex | DB | CF | D6 | 0 | 5 | 2 | E | 145 | E | 54 |
| Octal | 333 | 317 | 326 | 0 | 5 | 2 | 16 | 505 | 16 | 124 |
| Binary | 11011011 | 11001111 | 11010110 | 0 | 101 | 10 | 1110 | 101000101 | 1110 | 1010100 |
Color Harmonies of #DBCFD6
Complementary color
Monochromatic Colors of #DBCFD6
Black with #DBCFD6
Text Example
Text Example
White with #DBCFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCFD6; }
p { color: rgb(219,207,214); }
H1.HeaderClassName
{
color: #DBCFD6;
}
.AnyTagClassName
{
color: #DBCFD6;
}
</style>
background-color css
<style>
a { background-color: #DBCFD6; }
a { background-color: rgb(219,207,214); }
div.DivClassName
{
background-color: #DBCFD6;
}
.BgClassName
{
background-color: #DBCFD6;
}
</style>
border-color css
<style>
span { border-color: #DBCFD6; }
span { border-color: rgb(219,207,214); }
td.TdClassName
{
border-color: #DBCFD6;
}
.TagClassName
{
border-color: #DBCFD6;
}
</style>