Shades of Prim #DBC6CC
Tints of Prim #DBC6CC
RGB
CMYK
RGB Variations
Color information
#DBC6CC (or 0xDBC6CC) is known color: Prim. HEX triplet: DB, C6 and CC. RGB value is (219,198,204). Sum of RGB (Red+Green+Blue) = 219+198+204=621 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.27% from 621); Green value is 198 (77.73% from 255 or 31.88% from 621); Blue value is 204 (80.08% from 255 or 32.85% from 621); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC6CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC6CC is #243933. Grayscale: #CCCCCC. Windows color (decimal): -2373940 or 13420251. OLE color: 13420251.
HSL color Cylindrical-coordinate representation of color #DBC6CC: hue angle of 342.86º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBC6CC is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 198 | 204 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.14 |
| HSL | 342.86º | 0.23% | 0.82% | - |
| HSV(B) | 342.86º | 0.1% | 0.86% | - |
| XYZ | 60.31 | 59.81 | 65.49 | - |
| YUV | 204.96 | 127.46 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 198 | 204 | 0 | 0.10 | 0.07 | 0.14 | 342.86 | 0.23 | 0.82 |
| Hex | DB | C6 | CC | 0 | A | 7 | E | 157 | 17 | 52 |
| Octal | 333 | 306 | 314 | 0 | 12 | 7 | 16 | 527 | 27 | 122 |
| Binary | 11011011 | 11000110 | 11001100 | 0 | 1010 | 111 | 1110 | 101010111 | 10111 | 1010010 |
Color Harmonies of #DBC6CC
Complementary color
Monochromatic Colors of #DBC6CC
Black with #DBC6CC
Text Example
Text Example
White with #DBC6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC6CC; }
p { color: rgb(219,198,204); }
H1.HeaderClassName
{
color: #DBC6CC;
}
.AnyTagClassName
{
color: #DBC6CC;
}
</style>
background-color css
<style>
a { background-color: #DBC6CC; }
a { background-color: rgb(219,198,204); }
div.DivClassName
{
background-color: #DBC6CC;
}
.BgClassName
{
background-color: #DBC6CC;
}
</style>
border-color css
<style>
span { border-color: #DBC6CC; }
span { border-color: rgb(219,198,204); }
td.TdClassName
{
border-color: #DBC6CC;
}
.TagClassName
{
border-color: #DBC6CC;
}
</style>