Shades of Prim #DBCED2
Tints of Prim #DBCED2
RGB
CMYK
RGB Variations
Color information
#DBCED2 (or 0xDBCED2) is known color: Prim. HEX triplet: DB, CE and D2. RGB value is (219,206,210). Sum of RGB (Red+Green+Blue) = 219+206+210=635 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.49% from 635); Green value is 206 (80.86% from 255 or 32.44% from 635); Blue value is 210 (82.42% from 255 or 33.07% from 635); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCED2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCED2 is #24312D. Grayscale: #D2D2D2. Windows color (decimal): -2371886 or 13815515. OLE color: 13815515.
HSL color Cylindrical-coordinate representation of color #DBCED2: hue angle of 341.54º 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 #DBCED2 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 206 | 210 | - |
| CMYK | 0 | 0.06 | 0.04 | 0.14 |
| HSL | 341.54º | 0.15% | 0.83% | - |
| HSV(B) | 341.54º | 0.06% | 0.86% | - |
| XYZ | 62.92 | 63.86 | 69.98 | - |
| YUV | 210.34 | 127.81 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 206 | 210 | 0 | 0.06 | 0.04 | 0.14 | 341.54 | 0.15 | 0.83 |
| Hex | DB | CE | D2 | 0 | 6 | 4 | E | 156 | F | 53 |
| Octal | 333 | 316 | 322 | 0 | 6 | 4 | 16 | 526 | 17 | 123 |
| Binary | 11011011 | 11001110 | 11010010 | 0 | 110 | 100 | 1110 | 101010110 | 1111 | 1010011 |
Color Harmonies of #DBCED2
Complementary color
Monochromatic Colors of #DBCED2
Black with #DBCED2
Text Example
Text Example
White with #DBCED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCED2; }
p { color: rgb(219,206,210); }
H1.HeaderClassName
{
color: #DBCED2;
}
.AnyTagClassName
{
color: #DBCED2;
}
</style>
background-color css
<style>
a { background-color: #DBCED2; }
a { background-color: rgb(219,206,210); }
div.DivClassName
{
background-color: #DBCED2;
}
.BgClassName
{
background-color: #DBCED2;
}
</style>
border-color css
<style>
span { border-color: #DBCED2; }
span { border-color: rgb(219,206,210); }
td.TdClassName
{
border-color: #DBCED2;
}
.TagClassName
{
border-color: #DBCED2;
}
</style>