Shades of Twilight #DCB4CE
Tints of Twilight #DCB4CE
RGB
CMYK
RGB Variations
Color information
#DCB4CE (or 0xDCB4CE) is known color: Twilight. HEX triplet: DC, B4 and CE. RGB value is (220,180,206). Sum of RGB (Red+Green+Blue) = 220+180+206=606 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.30% from 606); Green value is 180 (70.70% from 255 or 29.70% from 606); Blue value is 206 (80.86% from 255 or 33.99% from 606); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB4CE is #234B31. Grayscale: #C2C2C2. Windows color (decimal): -2313010 or 13546716. OLE color: 13546716.
HSL color Cylindrical-coordinate representation of color #DCB4CE: hue angle of 321º 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 #DCB4CE is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 180 | 206 | - |
| CMYK | 0 | 0.18 | 0.06 | 0.14 |
| HSL | 321º | 0.36% | 0.78% | - |
| HSV(B) | 321º | 0.18% | 0.86% | - |
| XYZ | 56.98 | 52.31 | 65.49 | - |
| YUV | 194.92 | 134.25 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 180 | 206 | 0 | 0.18 | 0.06 | 0.14 | 321 | 0.36 | 0.78 |
| Hex | DC | B4 | CE | 0 | 12 | 6 | E | 141 | 24 | 4E |
| Octal | 334 | 264 | 316 | 0 | 22 | 6 | 16 | 501 | 44 | 116 |
| Binary | 11011100 | 10110100 | 11001110 | 0 | 10010 | 110 | 1110 | 101000001 | 100100 | 1001110 |
Color Harmonies of #DCB4CE
Complementary color
Monochromatic Colors of #DCB4CE
Black with #DCB4CE
Text Example
Text Example
White with #DCB4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB4CE; }
p { color: rgb(220,180,206); }
H1.HeaderClassName
{
color: #DCB4CE;
}
.AnyTagClassName
{
color: #DCB4CE;
}
</style>
background-color css
<style>
a { background-color: #DCB4CE; }
a { background-color: rgb(220,180,206); }
div.DivClassName
{
background-color: #DCB4CE;
}
.BgClassName
{
background-color: #DCB4CE;
}
</style>
border-color css
<style>
span { border-color: #DCB4CE; }
span { border-color: rgb(220,180,206); }
td.TdClassName
{
border-color: #DCB4CE;
}
.TagClassName
{
border-color: #DCB4CE;
}
</style>