Shades of Twilight #DCB4CB
Tints of Twilight #DCB4CB
RGB
CMYK
RGB Variations
Color information
#DCB4CB (or 0xDCB4CB) is known color: Twilight. HEX triplet: DC, B4 and CB. RGB value is (220,180,203). Sum of RGB (Red+Green+Blue) = 220+180+203=603 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.48% from 603); Green value is 180 (70.70% from 255 or 29.85% from 603); Blue value is 203 (79.69% from 255 or 33.67% from 603); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB4CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB4CB is #234B34. Grayscale: #C2C2C2. Windows color (decimal): -2313013 or 13350108. OLE color: 13350108.
HSL color Cylindrical-coordinate representation of color #DCB4CB: hue angle of 325.5º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCB4CB is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 180 | 203 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.14 |
| HSL | 325.5º | 0.36% | 0.78% | - |
| HSV(B) | 325.5º | 0.18% | 0.86% | - |
| XYZ | 56.62 | 52.17 | 63.59 | - |
| YUV | 194.58 | 132.75 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 180 | 203 | 0 | 0.18 | 0.08 | 0.14 | 325.5 | 0.36 | 0.78 |
| Hex | DC | B4 | CB | 0 | 12 | 8 | E | 146 | 24 | 4E |
| Octal | 334 | 264 | 313 | 0 | 22 | 10 | 16 | 506 | 44 | 116 |
| Binary | 11011100 | 10110100 | 11001011 | 0 | 10010 | 1000 | 1110 | 101000110 | 100100 | 1001110 |
Color Harmonies of #DCB4CB
Complementary color
Monochromatic Colors of #DCB4CB
Black with #DCB4CB
Text Example
Text Example
White with #DCB4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB4CB; }
p { color: rgb(220,180,203); }
H1.HeaderClassName
{
color: #DCB4CB;
}
.AnyTagClassName
{
color: #DCB4CB;
}
</style>
background-color css
<style>
a { background-color: #DCB4CB; }
a { background-color: rgb(220,180,203); }
div.DivClassName
{
background-color: #DCB4CB;
}
.BgClassName
{
background-color: #DCB4CB;
}
</style>
border-color css
<style>
span { border-color: #DCB4CB; }
span { border-color: rgb(220,180,203); }
td.TdClassName
{
border-color: #DCB4CB;
}
.TagClassName
{
border-color: #DCB4CB;
}
</style>