Shades of Twilight #D6BECC
Tints of Twilight #D6BECC
RGB
CMYK
RGB Variations
Color information
#D6BECC (or 0xD6BECC) is known color: Twilight. HEX triplet: D6, BE and CC. RGB value is (214,190,204). Sum of RGB (Red+Green+Blue) = 214+190+204=608 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.20% from 608); Green value is 190 (74.61% from 255 or 31.25% from 608); Blue value is 204 (80.08% from 255 or 33.55% from 608); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BECC is #294133. Grayscale: #C6C6C6. Windows color (decimal): -2703668 or 13418198. OLE color: 13418198.
HSL color Cylindrical-coordinate representation of color #D6BECC: hue angle of 325º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D6BECC is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 190 | 204 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.16 |
| HSL | 325º | 0.23% | 0.79% | - |
| HSV(B) | 325º | 0.11% | 0.84% | - |
| XYZ | 57.04 | 55.48 | 64.83 | - |
| YUV | 198.77 | 130.95 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 190 | 204 | 0 | 0.11 | 0.05 | 0.16 | 325 | 0.23 | 0.79 |
| Hex | D6 | BE | CC | 0 | B | 5 | 10 | 145 | 17 | 4F |
| Octal | 326 | 276 | 314 | 0 | 13 | 5 | 20 | 505 | 27 | 117 |
| Binary | 11010110 | 10111110 | 11001100 | 0 | 1011 | 101 | 10000 | 101000101 | 10111 | 1001111 |
Color Harmonies of #D6BECC
Complementary color
Monochromatic Colors of #D6BECC
Black with #D6BECC
Text Example
Text Example
White with #D6BECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BECC; }
p { color: rgb(214,190,204); }
H1.HeaderClassName
{
color: #D6BECC;
}
.AnyTagClassName
{
color: #D6BECC;
}
</style>
background-color css
<style>
a { background-color: #D6BECC; }
a { background-color: rgb(214,190,204); }
div.DivClassName
{
background-color: #D6BECC;
}
.BgClassName
{
background-color: #D6BECC;
}
</style>
border-color css
<style>
span { border-color: #D6BECC; }
span { border-color: rgb(214,190,204); }
td.TdClassName
{
border-color: #D6BECC;
}
.TagClassName
{
border-color: #D6BECC;
}
</style>