Shades of Prim #DBCDD3
Tints of Prim #DBCDD3
RGB
CMYK
RGB Variations
Color information
#DBCDD3 (or 0xDBCDD3) is known color: Prim. HEX triplet: DB, CD and D3. RGB value is (219,205,211). Sum of RGB (Red+Green+Blue) = 219+205+211=635 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.49% from 635); Green value is 205 (80.47% from 255 or 32.28% from 635); Blue value is 211 (82.81% from 255 or 33.23% from 635); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCDD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCDD3 is #24322C. Grayscale: #D1D1D1. Windows color (decimal): -2372141 or 13880795. OLE color: 13880795.
HSL color Cylindrical-coordinate representation of color #DBCDD3: hue angle of 334.29º degrees, saturation: 0.16, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DBCDD3 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 205 | 211 | - |
| CMYK | 0 | 0.06 | 0.04 | 0.14 |
| HSL | 334.29º | 0.16% | 0.83% | - |
| HSV(B) | 334.29º | 0.06% | 0.86% | - |
| XYZ | 62.8 | 63.43 | 70.56 | - |
| YUV | 209.87 | 128.64 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 205 | 211 | 0 | 0.06 | 0.04 | 0.14 | 334.29 | 0.16 | 0.83 |
| Hex | DB | CD | D3 | 0 | 6 | 4 | E | 14E | 10 | 53 |
| Octal | 333 | 315 | 323 | 0 | 6 | 4 | 16 | 516 | 20 | 123 |
| Binary | 11011011 | 11001101 | 11010011 | 0 | 110 | 100 | 1110 | 101001110 | 10000 | 1010011 |
Color Harmonies of #DBCDD3
Complementary color
Monochromatic Colors of #DBCDD3
Black with #DBCDD3
Text Example
Text Example
White with #DBCDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCDD3; }
p { color: rgb(219,205,211); }
H1.HeaderClassName
{
color: #DBCDD3;
}
.AnyTagClassName
{
color: #DBCDD3;
}
</style>
background-color css
<style>
a { background-color: #DBCDD3; }
a { background-color: rgb(219,205,211); }
div.DivClassName
{
background-color: #DBCDD3;
}
.BgClassName
{
background-color: #DBCDD3;
}
</style>
border-color css
<style>
span { border-color: #DBCDD3; }
span { border-color: rgb(219,205,211); }
td.TdClassName
{
border-color: #DBCDD3;
}
.TagClassName
{
border-color: #DBCDD3;
}
</style>