Shades of Prim #DBCED3
Tints of Prim #DBCED3
RGB
CMYK
RGB Variations
Color information
#DBCED3 (or 0xDBCED3) is known color: Prim. HEX triplet: DB, CE and D3. RGB value is (219,206,211). Sum of RGB (Red+Green+Blue) = 219+206+211=636 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.43% from 636); Green value is 206 (80.86% from 255 or 32.39% from 636); Blue value is 211 (82.81% from 255 or 33.18% from 636); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCED3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCED3 is #24312C. Grayscale: #D2D2D2. Windows color (decimal): -2371885 or 13881051. OLE color: 13881051.
HSL color Cylindrical-coordinate representation of color #DBCED3: hue angle of 336.92º degrees, saturation: 0.15, 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 #DBCED3 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 206 | 211 | - |
| CMYK | 0 | 0.06 | 0.04 | 0.14 |
| HSL | 336.92º | 0.15% | 0.83% | - |
| HSV(B) | 336.92º | 0.06% | 0.86% | - |
| XYZ | 63.04 | 63.91 | 70.64 | - |
| YUV | 210.46 | 128.31 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 206 | 211 | 0 | 0.06 | 0.04 | 0.14 | 336.92 | 0.15 | 0.83 |
| Hex | DB | CE | D3 | 0 | 6 | 4 | E | 151 | F | 53 |
| Octal | 333 | 316 | 323 | 0 | 6 | 4 | 16 | 521 | 17 | 123 |
| Binary | 11011011 | 11001110 | 11010011 | 0 | 110 | 100 | 1110 | 101010001 | 1111 | 1010011 |
Color Harmonies of #DBCED3
Complementary color
Monochromatic Colors of #DBCED3
Black with #DBCED3
Text Example
Text Example
White with #DBCED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCED3; }
p { color: rgb(219,206,211); }
H1.HeaderClassName
{
color: #DBCED3;
}
.AnyTagClassName
{
color: #DBCED3;
}
</style>
background-color css
<style>
a { background-color: #DBCED3; }
a { background-color: rgb(219,206,211); }
div.DivClassName
{
background-color: #DBCED3;
}
.BgClassName
{
background-color: #DBCED3;
}
</style>
border-color css
<style>
span { border-color: #DBCED3; }
span { border-color: rgb(219,206,211); }
td.TdClassName
{
border-color: #DBCED3;
}
.TagClassName
{
border-color: #DBCED3;
}
</style>