Shades of Prim #DBCACD
Tints of Prim #DBCACD
RGB
CMYK
RGB Variations
Color information
#DBCACD (or 0xDBCACD) is known color: Prim. HEX triplet: DB, CA and CD. RGB value is (219,202,205). Sum of RGB (Red+Green+Blue) = 219+202+205=626 (82% of max value = 765). Red value is 219 (85.94% from 255 or 34.98% from 626); Green value is 202 (79.30% from 255 or 32.27% from 626); Blue value is 205 (80.47% from 255 or 32.75% from 626); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCACD is #243532. Grayscale: #CFCFCF. Windows color (decimal): -2372915 or 13486811. OLE color: 13486811.
HSL color Cylindrical-coordinate representation of color #DBCACD: hue angle of 349.41º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBCACD is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 202 | 205 | - |
| CMYK | 0 | 0.08 | 0.06 | 0.14 |
| HSL | 349.41º | 0.19% | 0.83% | - |
| HSV(B) | 349.41º | 0.08% | 0.86% | - |
| XYZ | 61.35 | 61.71 | 66.43 | - |
| YUV | 207.43 | 126.63 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 205 | 0 | 0.08 | 0.06 | 0.14 | 349.41 | 0.19 | 0.83 |
| Hex | DB | CA | CD | 0 | 8 | 6 | E | 15D | 13 | 53 |
| Octal | 333 | 312 | 315 | 0 | 10 | 6 | 16 | 535 | 23 | 123 |
| Binary | 11011011 | 11001010 | 11001101 | 0 | 1000 | 110 | 1110 | 101011101 | 10011 | 1010011 |
Color Harmonies of #DBCACD
Complementary color
Monochromatic Colors of #DBCACD
Black with #DBCACD
Text Example
Text Example
White with #DBCACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCACD; }
p { color: rgb(219,202,205); }
H1.HeaderClassName
{
color: #DBCACD;
}
.AnyTagClassName
{
color: #DBCACD;
}
</style>
background-color css
<style>
a { background-color: #DBCACD; }
a { background-color: rgb(219,202,205); }
div.DivClassName
{
background-color: #DBCACD;
}
.BgClassName
{
background-color: #DBCACD;
}
</style>
border-color css
<style>
span { border-color: #DBCACD; }
span { border-color: rgb(219,202,205); }
td.TdClassName
{
border-color: #DBCACD;
}
.TagClassName
{
border-color: #DBCACD;
}
</style>