Shades of Prim #DBCAD1
Tints of Prim #DBCAD1
RGB
CMYK
RGB Variations
Color information
#DBCAD1 (or 0xDBCAD1) is known color: Prim. HEX triplet: DB, CA and D1. RGB value is (219,202,209). Sum of RGB (Red+Green+Blue) = 219+202+209=630 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.76% from 630); Green value is 202 (79.30% from 255 or 32.06% from 630); Blue value is 209 (82.03% from 255 or 33.17% from 630); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCAD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCAD1 is #24352E. Grayscale: #CFCFCF. Windows color (decimal): -2372911 or 13748955. OLE color: 13748955.
HSL color Cylindrical-coordinate representation of color #DBCAD1: hue angle of 335.29º 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 #DBCAD1 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 202 | 209 | - |
| CMYK | 0 | 0.08 | 0.05 | 0.14 |
| HSL | 335.29º | 0.19% | 0.83% | - |
| HSV(B) | 335.29º | 0.08% | 0.86% | - |
| XYZ | 61.84 | 61.9 | 69.01 | - |
| YUV | 207.88 | 128.63 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 209 | 0 | 0.08 | 0.05 | 0.14 | 335.29 | 0.19 | 0.83 |
| Hex | DB | CA | D1 | 0 | 8 | 5 | E | 14F | 13 | 53 |
| Octal | 333 | 312 | 321 | 0 | 10 | 5 | 16 | 517 | 23 | 123 |
| Binary | 11011011 | 11001010 | 11010001 | 0 | 1000 | 101 | 1110 | 101001111 | 10011 | 1010011 |
Color Harmonies of #DBCAD1
Complementary color
Monochromatic Colors of #DBCAD1
Black with #DBCAD1
Text Example
Text Example
White with #DBCAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCAD1; }
p { color: rgb(219,202,209); }
H1.HeaderClassName
{
color: #DBCAD1;
}
.AnyTagClassName
{
color: #DBCAD1;
}
</style>
background-color css
<style>
a { background-color: #DBCAD1; }
a { background-color: rgb(219,202,209); }
div.DivClassName
{
background-color: #DBCAD1;
}
.BgClassName
{
background-color: #DBCAD1;
}
</style>
border-color css
<style>
span { border-color: #DBCAD1; }
span { border-color: rgb(219,202,209); }
td.TdClassName
{
border-color: #DBCAD1;
}
.TagClassName
{
border-color: #DBCAD1;
}
</style>