Shades of Twilight #DCB6CC
Tints of Twilight #DCB6CC
RGB
CMYK
RGB Variations
Color information
#DCB6CC (or 0xDCB6CC) is known color: Twilight. HEX triplet: DC, B6 and CC. RGB value is (220,182,204). Sum of RGB (Red+Green+Blue) = 220+182+204=606 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.30% from 606); Green value is 182 (71.48% from 255 or 30.03% from 606); Blue value is 204 (80.08% from 255 or 33.66% from 606); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB6CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB6CC is #234933. Grayscale: #C3C3C3. Windows color (decimal): -2312500 or 13416156. OLE color: 13416156.
HSL color Cylindrical-coordinate representation of color #DCB6CC: hue angle of 325.26º 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 #DCB6CC is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 182 | 204 | - |
CMYK | 0 | 0.17 | 0.07 | 0.14 |
HSL | 325.26º | 0.35% | 0.79% | - |
HSV(B) | 325.26º | 0.17% | 0.86% | - |
XYZ | 57.14 | 53.03 | 64.35 | - |
YUV | 195.87 | 132.59 | 145.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 182 | 204 | 0 | 0.17 | 0.07 | 0.14 | 325.26 | 0.35 | 0.79 |
Hex | DC | B6 | CC | 0 | 11 | 7 | E | 145 | 23 | 4F |
Octal | 334 | 266 | 314 | 0 | 21 | 7 | 16 | 505 | 43 | 117 |
Binary | 11011100 | 10110110 | 11001100 | 0 | 10001 | 111 | 1110 | 101000101 | 100011 | 1001111 |
Color Harmonies of #DCB6CC
Complementary color
Monochromatic Colors of #DCB6CC
Black with #DCB6CC
Text Example
Text Example
White with #DCB6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB6CC; }
p { color: rgb(220,182,204); }
H1.HeaderClassName
{
color: #DCB6CC;
}
.AnyTagClassName
{
color: #DCB6CC;
}
</style>
background-color css
<style>
a { background-color: #DCB6CC; }
a { background-color: rgb(220,182,204); }
div.DivClassName
{
background-color: #DCB6CC;
}
.BgClassName
{
background-color: #DCB6CC;
}
</style>
border-color css
<style>
span { border-color: #DCB6CC; }
span { border-color: rgb(220,182,204); }
td.TdClassName
{
border-color: #DCB6CC;
}
.TagClassName
{
border-color: #DCB6CC;
}
</style>