Shades of Prim #DBCED1
Tints of Prim #DBCED1
RGB
CMYK
RGB Variations
Color information
#DBCED1 (or 0xDBCED1) is known color: Prim. HEX triplet: DB, CE and D1. RGB value is (219,206,209). Sum of RGB (Red+Green+Blue) = 219+206+209=634 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.54% from 634); Green value is 206 (80.86% from 255 or 32.49% from 634); Blue value is 209 (82.03% from 255 or 32.97% from 634); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCED1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCED1 is #24312E. Grayscale: #D2D2D2. Windows color (decimal): -2371887 or 13749979. OLE color: 13749979.
HSL color Cylindrical-coordinate representation of color #DBCED1: hue angle of 346.15º 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 #DBCED1 is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 206 | 209 | - |
| CMYK | 0 | 0.06 | 0.05 | 0.14 |
| HSL | 346.15º | 0.15% | 0.83% | - |
| HSV(B) | 346.15º | 0.06% | 0.86% | - |
| XYZ | 62.79 | 63.81 | 69.33 | - |
| YUV | 210.23 | 127.31 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 206 | 209 | 0 | 0.06 | 0.05 | 0.14 | 346.15 | 0.15 | 0.83 |
| Hex | DB | CE | D1 | 0 | 6 | 5 | E | 15A | F | 53 |
| Octal | 333 | 316 | 321 | 0 | 6 | 5 | 16 | 532 | 17 | 123 |
| Binary | 11011011 | 11001110 | 11010001 | 0 | 110 | 101 | 1110 | 101011010 | 1111 | 1010011 |
Color Harmonies of #DBCED1
Complementary color
Monochromatic Colors of #DBCED1
Black with #DBCED1
Text Example
Text Example
White with #DBCED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCED1; }
p { color: rgb(219,206,209); }
H1.HeaderClassName
{
color: #DBCED1;
}
.AnyTagClassName
{
color: #DBCED1;
}
</style>
background-color css
<style>
a { background-color: #DBCED1; }
a { background-color: rgb(219,206,209); }
div.DivClassName
{
background-color: #DBCED1;
}
.BgClassName
{
background-color: #DBCED1;
}
</style>
border-color css
<style>
span { border-color: #DBCED1; }
span { border-color: rgb(219,206,209); }
td.TdClassName
{
border-color: #DBCED1;
}
.TagClassName
{
border-color: #DBCED1;
}
</style>