Shades of Prim #DBCDD1
Tints of Prim #DBCDD1
RGB
CMYK
RGB Variations
Color information
#DBCDD1 (or 0xDBCDD1) is known color: Prim. HEX triplet: DB, CD and D1. RGB value is (219,205,209). Sum of RGB (Red+Green+Blue) = 219+205+209=633 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.60% from 633); Green value is 205 (80.47% from 255 or 32.39% from 633); Blue value is 209 (82.03% from 255 or 33.02% from 633); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCDD1 is #24322E. Grayscale: #D1D1D1. Windows color (decimal): -2372143 or 13749723. OLE color: 13749723.
HSL color Cylindrical-coordinate representation of color #DBCDD1: hue angle of 342.86º 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 #DBCDD1 is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 205 | 209 | - |
| CMYK | 0 | 0.06 | 0.05 | 0.14 |
| HSL | 342.86º | 0.16% | 0.83% | - |
| HSV(B) | 342.86º | 0.06% | 0.86% | - |
| XYZ | 62.55 | 63.33 | 69.25 | - |
| YUV | 209.64 | 127.64 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 205 | 209 | 0 | 0.06 | 0.05 | 0.14 | 342.86 | 0.16 | 0.83 |
| Hex | DB | CD | D1 | 0 | 6 | 5 | E | 157 | 10 | 53 |
| Octal | 333 | 315 | 321 | 0 | 6 | 5 | 16 | 527 | 20 | 123 |
| Binary | 11011011 | 11001101 | 11010001 | 0 | 110 | 101 | 1110 | 101010111 | 10000 | 1010011 |
Color Harmonies of #DBCDD1
Complementary color
Monochromatic Colors of #DBCDD1
Black with #DBCDD1
Text Example
Text Example
White with #DBCDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCDD1; }
p { color: rgb(219,205,209); }
H1.HeaderClassName
{
color: #DBCDD1;
}
.AnyTagClassName
{
color: #DBCDD1;
}
</style>
background-color css
<style>
a { background-color: #DBCDD1; }
a { background-color: rgb(219,205,209); }
div.DivClassName
{
background-color: #DBCDD1;
}
.BgClassName
{
background-color: #DBCDD1;
}
</style>
border-color css
<style>
span { border-color: #DBCDD1; }
span { border-color: rgb(219,205,209); }
td.TdClassName
{
border-color: #DBCDD1;
}
.TagClassName
{
border-color: #DBCDD1;
}
</style>