Shades of Prim #DBCED0
Tints of Prim #DBCED0
RGB
CMYK
RGB Variations
Color information
#DBCED0 (or 0xDBCED0) is known color: Prim. HEX triplet: DB, CE and D0. RGB value is (219,206,208). Sum of RGB (Red+Green+Blue) = 219+206+208=633 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.60% from 633); Green value is 206 (80.86% from 255 or 32.54% from 633); Blue value is 208 (81.64% from 255 or 32.86% from 633); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCED0 is #24312F. Grayscale: #D2D2D2. Windows color (decimal): -2371888 or 13684443. OLE color: 13684443.
HSL color Cylindrical-coordinate representation of color #DBCED0: hue angle of 350.77º 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 #DBCED0 is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 206 | 208 | - |
| CMYK | 0 | 0.06 | 0.05 | 0.14 |
| HSL | 350.77º | 0.15% | 0.83% | - |
| HSV(B) | 350.77º | 0.06% | 0.86% | - |
| XYZ | 62.67 | 63.76 | 68.68 | - |
| YUV | 210.12 | 126.81 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 206 | 208 | 0 | 0.06 | 0.05 | 0.14 | 350.77 | 0.15 | 0.83 |
| Hex | DB | CE | D0 | 0 | 6 | 5 | E | 15F | F | 53 |
| Octal | 333 | 316 | 320 | 0 | 6 | 5 | 16 | 537 | 17 | 123 |
| Binary | 11011011 | 11001110 | 11010000 | 0 | 110 | 101 | 1110 | 101011111 | 1111 | 1010011 |
Color Harmonies of #DBCED0
Complementary color
Monochromatic Colors of #DBCED0
Black with #DBCED0
Text Example
Text Example
White with #DBCED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCED0; }
p { color: rgb(219,206,208); }
H1.HeaderClassName
{
color: #DBCED0;
}
.AnyTagClassName
{
color: #DBCED0;
}
</style>
background-color css
<style>
a { background-color: #DBCED0; }
a { background-color: rgb(219,206,208); }
div.DivClassName
{
background-color: #DBCED0;
}
.BgClassName
{
background-color: #DBCED0;
}
</style>
border-color css
<style>
span { border-color: #DBCED0; }
span { border-color: rgb(219,206,208); }
td.TdClassName
{
border-color: #DBCED0;
}
.TagClassName
{
border-color: #DBCED0;
}
</style>