Shades of Twilight #DCB7CE
Tints of Twilight #DCB7CE
RGB
CMYK
RGB Variations
Color information
#DCB7CE (or 0xDCB7CE) is known color: Twilight. HEX triplet: DC, B7 and CE. RGB value is (220,183,206). Sum of RGB (Red+Green+Blue) = 220+183+206=609 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.12% from 609); Green value is 183 (71.88% from 255 or 30.05% from 609); Blue value is 206 (80.86% from 255 or 33.83% from 609); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB7CE is #234831. Grayscale: #C4C4C4. Windows color (decimal): -2312242 or 13547484. OLE color: 13547484.
HSL color Cylindrical-coordinate representation of color #DCB7CE: hue angle of 322.7º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCB7CE is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 183 | 206 | - |
CMYK | 0 | 0.17 | 0.06 | 0.14 |
HSL | 322.7º | 0.35% | 0.79% | - |
HSV(B) | 322.7º | 0.17% | 0.86% | - |
XYZ | 57.59 | 53.54 | 65.69 | - |
YUV | 196.69 | 133.26 | 144.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 183 | 206 | 0 | 0.17 | 0.06 | 0.14 | 322.7 | 0.35 | 0.79 |
Hex | DC | B7 | CE | 0 | 11 | 6 | E | 143 | 23 | 4F |
Octal | 334 | 267 | 316 | 0 | 21 | 6 | 16 | 503 | 43 | 117 |
Binary | 11011100 | 10110111 | 11001110 | 0 | 10001 | 110 | 1110 | 101000011 | 100011 | 1001111 |
Color Harmonies of #DCB7CE
Complementary color
Monochromatic Colors of #DCB7CE
Black with #DCB7CE
Text Example
Text Example
White with #DCB7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB7CE; }
p { color: rgb(220,183,206); }
H1.HeaderClassName
{
color: #DCB7CE;
}
.AnyTagClassName
{
color: #DCB7CE;
}
</style>
background-color css
<style>
a { background-color: #DCB7CE; }
a { background-color: rgb(220,183,206); }
div.DivClassName
{
background-color: #DCB7CE;
}
.BgClassName
{
background-color: #DCB7CE;
}
</style>
border-color css
<style>
span { border-color: #DCB7CE; }
span { border-color: rgb(220,183,206); }
td.TdClassName
{
border-color: #DCB7CE;
}
.TagClassName
{
border-color: #DCB7CE;
}
</style>