Shades of Prim #DBCED4
Tints of Prim #DBCED4
RGB
CMYK
RGB Variations
Color information
#DBCED4 (or 0xDBCED4) is known color: Prim. HEX triplet: DB, CE and D4. RGB value is (219,206,212). Sum of RGB (Red+Green+Blue) = 219+206+212=637 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.38% from 637); Green value is 206 (80.86% from 255 or 32.34% from 637); Blue value is 212 (83.20% from 255 or 33.28% from 637); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCED4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCED4 is #24312B. Grayscale: #D2D2D2. Windows color (decimal): -2371884 or 13946587. OLE color: 13946587.
HSL color Cylindrical-coordinate representation of color #DBCED4: hue angle of 332.31º 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 #DBCED4 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 206 | 212 | - |
| CMYK | 0 | 0.06 | 0.03 | 0.14 |
| HSL | 332.31º | 0.15% | 0.83% | - |
| HSV(B) | 332.31º | 0.06% | 0.86% | - |
| XYZ | 63.17 | 63.96 | 71.3 | - |
| YUV | 210.57 | 128.81 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 206 | 212 | 0 | 0.06 | 0.03 | 0.14 | 332.31 | 0.15 | 0.83 |
| Hex | DB | CE | D4 | 0 | 6 | 3 | E | 14C | F | 53 |
| Octal | 333 | 316 | 324 | 0 | 6 | 3 | 16 | 514 | 17 | 123 |
| Binary | 11011011 | 11001110 | 11010100 | 0 | 110 | 11 | 1110 | 101001100 | 1111 | 1010011 |
Color Harmonies of #DBCED4
Complementary color
Monochromatic Colors of #DBCED4
Black with #DBCED4
Text Example
Text Example
White with #DBCED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCED4; }
p { color: rgb(219,206,212); }
H1.HeaderClassName
{
color: #DBCED4;
}
.AnyTagClassName
{
color: #DBCED4;
}
</style>
background-color css
<style>
a { background-color: #DBCED4; }
a { background-color: rgb(219,206,212); }
div.DivClassName
{
background-color: #DBCED4;
}
.BgClassName
{
background-color: #DBCED4;
}
</style>
border-color css
<style>
span { border-color: #DBCED4; }
span { border-color: rgb(219,206,212); }
td.TdClassName
{
border-color: #DBCED4;
}
.TagClassName
{
border-color: #DBCED4;
}
</style>