Shades of Prim #DBCDD4
Tints of Prim #DBCDD4
RGB
CMYK
RGB Variations
Color information
#DBCDD4 (or 0xDBCDD4) is known color: Prim. HEX triplet: DB, CD and D4. RGB value is (219,205,212). Sum of RGB (Red+Green+Blue) = 219+205+212=636 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.43% from 636); Green value is 205 (80.47% from 255 or 32.23% from 636); Blue value is 212 (83.20% from 255 or 33.33% from 636); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCDD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCDD4 is #24322B. Grayscale: #D1D1D1. Windows color (decimal): -2372140 or 13946331. OLE color: 13946331.
HSL color Cylindrical-coordinate representation of color #DBCDD4: hue angle of 330º 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 #DBCDD4 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 205 | 212 | - |
| CMYK | 0 | 0.06 | 0.03 | 0.14 |
| HSL | 330º | 0.16% | 0.83% | - |
| HSV(B) | 330º | 0.06% | 0.86% | - |
| XYZ | 62.93 | 63.48 | 71.22 | - |
| YUV | 209.98 | 129.14 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 205 | 212 | 0 | 0.06 | 0.03 | 0.14 | 330 | 0.16 | 0.83 |
| Hex | DB | CD | D4 | 0 | 6 | 3 | E | 14A | 10 | 53 |
| Octal | 333 | 315 | 324 | 0 | 6 | 3 | 16 | 512 | 20 | 123 |
| Binary | 11011011 | 11001101 | 11010100 | 0 | 110 | 11 | 1110 | 101001010 | 10000 | 1010011 |
Color Harmonies of #DBCDD4
Complementary color
Monochromatic Colors of #DBCDD4
Black with #DBCDD4
Text Example
Text Example
White with #DBCDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCDD4; }
p { color: rgb(219,205,212); }
H1.HeaderClassName
{
color: #DBCDD4;
}
.AnyTagClassName
{
color: #DBCDD4;
}
</style>
background-color css
<style>
a { background-color: #DBCDD4; }
a { background-color: rgb(219,205,212); }
div.DivClassName
{
background-color: #DBCDD4;
}
.BgClassName
{
background-color: #DBCDD4;
}
</style>
border-color css
<style>
span { border-color: #DBCDD4; }
span { border-color: rgb(219,205,212); }
td.TdClassName
{
border-color: #DBCDD4;
}
.TagClassName
{
border-color: #DBCDD4;
}
</style>