Shades of Prim #DBC9CC
Tints of Prim #DBC9CC
RGB
CMYK
RGB Variations
Color information
#DBC9CC (or 0xDBC9CC) is known color: Prim. HEX triplet: DB, C9 and CC. RGB value is (219,201,204). Sum of RGB (Red+Green+Blue) = 219+201+204=624 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.10% from 624); Green value is 201 (78.91% from 255 or 32.21% from 624); Blue value is 204 (80.08% from 255 or 32.69% from 624); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC9CC is #243633. Grayscale: #CECECE. Windows color (decimal): -2373172 or 13421019. OLE color: 13421019.
HSL color Cylindrical-coordinate representation of color #DBC9CC: hue angle of 350º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBC9CC is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 201 | 204 | - |
| CMYK | 0 | 0.08 | 0.07 | 0.14 |
| HSL | 350º | 0.2% | 0.82% | - |
| HSV(B) | 350º | 0.08% | 0.86% | - |
| XYZ | 61 | 61.19 | 65.72 | - |
| YUV | 206.72 | 126.46 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 201 | 204 | 0 | 0.08 | 0.07 | 0.14 | 350 | 0.2 | 0.82 |
| Hex | DB | C9 | CC | 0 | 8 | 7 | E | 15E | 14 | 52 |
| Octal | 333 | 311 | 314 | 0 | 10 | 7 | 16 | 536 | 24 | 122 |
| Binary | 11011011 | 11001001 | 11001100 | 0 | 1000 | 111 | 1110 | 101011110 | 10100 | 1010010 |
Color Harmonies of #DBC9CC
Complementary color
Monochromatic Colors of #DBC9CC
Black with #DBC9CC
Text Example
Text Example
White with #DBC9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC9CC; }
p { color: rgb(219,201,204); }
H1.HeaderClassName
{
color: #DBC9CC;
}
.AnyTagClassName
{
color: #DBC9CC;
}
</style>
background-color css
<style>
a { background-color: #DBC9CC; }
a { background-color: rgb(219,201,204); }
div.DivClassName
{
background-color: #DBC9CC;
}
.BgClassName
{
background-color: #DBC9CC;
}
</style>
border-color css
<style>
span { border-color: #DBC9CC; }
span { border-color: rgb(219,201,204); }
td.TdClassName
{
border-color: #DBC9CC;
}
.TagClassName
{
border-color: #DBC9CC;
}
</style>