Shades of Prim #DBCFD4
Tints of Prim #DBCFD4
RGB
CMYK
RGB Variations
Color information
#DBCFD4 (or 0xDBCFD4) is known color: Prim. HEX triplet: DB, CF and D4. RGB value is (219,207,212). Sum of RGB (Red+Green+Blue) = 219+207+212=638 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.33% from 638); Green value is 207 (81.25% from 255 or 32.45% from 638); Blue value is 212 (83.20% from 255 or 33.23% from 638); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCFD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCFD4 is #24302B. Grayscale: #D3D3D3. Windows color (decimal): -2371628 or 13946843. OLE color: 13946843.
HSL color Cylindrical-coordinate representation of color #DBCFD4: hue angle of 335º 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 #DBCFD4 is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 207 | 212 | - |
| CMYK | 0 | 0.05 | 0.03 | 0.14 |
| HSL | 335º | 0.14% | 0.84% | - |
| HSV(B) | 335º | 0.05% | 0.86% | - |
| XYZ | 63.41 | 64.44 | 71.38 | - |
| YUV | 211.16 | 128.48 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 207 | 212 | 0 | 0.05 | 0.03 | 0.14 | 335 | 0.14 | 0.84 |
| Hex | DB | CF | D4 | 0 | 5 | 3 | E | 14F | E | 54 |
| Octal | 333 | 317 | 324 | 0 | 5 | 3 | 16 | 517 | 16 | 124 |
| Binary | 11011011 | 11001111 | 11010100 | 0 | 101 | 11 | 1110 | 101001111 | 1110 | 1010100 |
Color Harmonies of #DBCFD4
Complementary color
Monochromatic Colors of #DBCFD4
Black with #DBCFD4
Text Example
Text Example
White with #DBCFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCFD4; }
p { color: rgb(219,207,212); }
H1.HeaderClassName
{
color: #DBCFD4;
}
.AnyTagClassName
{
color: #DBCFD4;
}
</style>
background-color css
<style>
a { background-color: #DBCFD4; }
a { background-color: rgb(219,207,212); }
div.DivClassName
{
background-color: #DBCFD4;
}
.BgClassName
{
background-color: #DBCFD4;
}
</style>
border-color css
<style>
span { border-color: #DBCFD4; }
span { border-color: rgb(219,207,212); }
td.TdClassName
{
border-color: #DBCFD4;
}
.TagClassName
{
border-color: #DBCFD4;
}
</style>