Shades of Twilight #D6B0C3
Tints of Twilight #D6B0C3
RGB
CMYK
RGB Variations
Color information
#D6B0C3 (or 0xD6B0C3) is known color: Twilight. HEX triplet: D6, B0 and C3. RGB value is (214,176,195). Sum of RGB (Red+Green+Blue) = 214+176+195=585 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.58% from 585); Green value is 176 (69.14% from 255 or 30.09% from 585); Blue value is 195 (76.56% from 255 or 33.33% from 585); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B0C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6B0C3 is #294F3C. Grayscale: #BDBDBD. Windows color (decimal): -2707261 or 12824790. OLE color: 12824790.
HSL color Cylindrical-coordinate representation of color #D6B0C3: hue angle of 330º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D6B0C3 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 176 | 195 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.16 |
| HSL | 330º | 0.32% | 0.76% | - |
| HSV(B) | 330º | 0.18% | 0.84% | - |
| XYZ | 53.11 | 49.29 | 58.34 | - |
| YUV | 189.53 | 131.09 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 176 | 195 | 0 | 0.18 | 0.09 | 0.16 | 330 | 0.32 | 0.76 |
| Hex | D6 | B0 | C3 | 0 | 12 | 9 | 10 | 14A | 20 | 4C |
| Octal | 326 | 260 | 303 | 0 | 22 | 11 | 20 | 512 | 40 | 114 |
| Binary | 11010110 | 10110000 | 11000011 | 0 | 10010 | 1001 | 10000 | 101001010 | 100000 | 1001100 |
Color Harmonies of #D6B0C3
Complementary color
Monochromatic Colors of #D6B0C3
Black with #D6B0C3
Text Example
Text Example
White with #D6B0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B0C3; }
p { color: rgb(214,176,195); }
H1.HeaderClassName
{
color: #D6B0C3;
}
.AnyTagClassName
{
color: #D6B0C3;
}
</style>
background-color css
<style>
a { background-color: #D6B0C3; }
a { background-color: rgb(214,176,195); }
div.DivClassName
{
background-color: #D6B0C3;
}
.BgClassName
{
background-color: #D6B0C3;
}
</style>
border-color css
<style>
span { border-color: #D6B0C3; }
span { border-color: rgb(214,176,195); }
td.TdClassName
{
border-color: #D6B0C3;
}
.TagClassName
{
border-color: #D6B0C3;
}
</style>