Shades of Twilight #DCB8CB
Tints of Twilight #DCB8CB
RGB
CMYK
RGB Variations
Color information
#DCB8CB (or 0xDCB8CB) is known color: Twilight. HEX triplet: DC, B8 and CB. RGB value is (220,184,203). Sum of RGB (Red+Green+Blue) = 220+184+203=607 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.24% from 607); Green value is 184 (72.27% from 255 or 30.31% from 607); Blue value is 203 (79.69% from 255 or 33.44% from 607); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB8CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB8CB is #234734. Grayscale: #C4C4C4. Windows color (decimal): -2311989 or 13351132. OLE color: 13351132.
HSL color Cylindrical-coordinate representation of color #DCB8CB: hue angle of 328.33º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCB8CB is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 203 | - |
| CMYK | 0 | 0.16 | 0.08 | 0.14 |
| HSL | 328.33º | 0.34% | 0.79% | - |
| HSV(B) | 328.33º | 0.16% | 0.86% | - |
| XYZ | 57.44 | 53.81 | 63.86 | - |
| YUV | 196.93 | 131.43 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 203 | 0 | 0.16 | 0.08 | 0.14 | 328.33 | 0.34 | 0.79 |
| Hex | DC | B8 | CB | 0 | 10 | 8 | E | 148 | 22 | 4F |
| Octal | 334 | 270 | 313 | 0 | 20 | 10 | 16 | 510 | 42 | 117 |
| Binary | 11011100 | 10111000 | 11001011 | 0 | 10000 | 1000 | 1110 | 101001000 | 100010 | 1001111 |
Color Harmonies of #DCB8CB
Complementary color
Monochromatic Colors of #DCB8CB
Black with #DCB8CB
Text Example
Text Example
White with #DCB8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB8CB; }
p { color: rgb(220,184,203); }
H1.HeaderClassName
{
color: #DCB8CB;
}
.AnyTagClassName
{
color: #DCB8CB;
}
</style>
background-color css
<style>
a { background-color: #DCB8CB; }
a { background-color: rgb(220,184,203); }
div.DivClassName
{
background-color: #DCB8CB;
}
.BgClassName
{
background-color: #DCB8CB;
}
</style>
border-color css
<style>
span { border-color: #DCB8CB; }
span { border-color: rgb(220,184,203); }
td.TdClassName
{
border-color: #DCB8CB;
}
.TagClassName
{
border-color: #DCB8CB;
}
</style>