Shades of Twilight #DBC1CB
Tints of Twilight #DBC1CB
RGB
CMYK
RGB Variations
Color information
#DBC1CB (or 0xDBC1CB) is known color: Twilight. HEX triplet: DB, C1 and CB. RGB value is (219,193,203). Sum of RGB (Red+Green+Blue) = 219+193+203=615 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.61% from 615); Green value is 193 (75.78% from 255 or 31.38% from 615); Blue value is 203 (79.69% from 255 or 33.01% from 615); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC1CB is #243E34. Grayscale: #C9C9C9. Windows color (decimal): -2375221 or 13353435. OLE color: 13353435.
HSL color Cylindrical-coordinate representation of color #DBC1CB: hue angle of 336.92º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBC1CB is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 193 | 203 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.14 |
| HSL | 336.92º | 0.27% | 0.81% | - |
| HSV(B) | 336.92º | 0.12% | 0.86% | - |
| XYZ | 59.06 | 57.51 | 64.49 | - |
| YUV | 201.91 | 128.61 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 193 | 203 | 0 | 0.12 | 0.07 | 0.14 | 336.92 | 0.27 | 0.81 |
| Hex | DB | C1 | CB | 0 | C | 7 | E | 151 | 1B | 51 |
| Octal | 333 | 301 | 313 | 0 | 14 | 7 | 16 | 521 | 33 | 121 |
| Binary | 11011011 | 11000001 | 11001011 | 0 | 1100 | 111 | 1110 | 101010001 | 11011 | 1010001 |
Color Harmonies of #DBC1CB
Complementary color
Monochromatic Colors of #DBC1CB
Black with #DBC1CB
Text Example
Text Example
White with #DBC1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC1CB; }
p { color: rgb(219,193,203); }
H1.HeaderClassName
{
color: #DBC1CB;
}
.AnyTagClassName
{
color: #DBC1CB;
}
</style>
background-color css
<style>
a { background-color: #DBC1CB; }
a { background-color: rgb(219,193,203); }
div.DivClassName
{
background-color: #DBC1CB;
}
.BgClassName
{
background-color: #DBC1CB;
}
</style>
border-color css
<style>
span { border-color: #DBC1CB; }
span { border-color: rgb(219,193,203); }
td.TdClassName
{
border-color: #DBC1CB;
}
.TagClassName
{
border-color: #DBC1CB;
}
</style>