Shades of Twilight #D6BFCB
Tints of Twilight #D6BFCB
RGB
CMYK
RGB Variations
Color information
#D6BFCB (or 0xD6BFCB) is known color: Twilight. HEX triplet: D6, BF and CB. RGB value is (214,191,203). Sum of RGB (Red+Green+Blue) = 214+191+203=608 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.20% from 608); Green value is 191 (75% from 255 or 31.41% from 608); Blue value is 203 (79.69% from 255 or 33.39% from 608); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BFCB is #294034. Grayscale: #C7C7C7. Windows color (decimal): -2703413 or 13352918. OLE color: 13352918.
HSL color Cylindrical-coordinate representation of color #D6BFCB: hue angle of 328.7º degrees, saturation: 0.22, 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 #D6BFCB is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 191 | 203 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.16 |
| HSL | 328.7º | 0.22% | 0.79% | - |
| HSV(B) | 328.7º | 0.11% | 0.84% | - |
| XYZ | 57.14 | 55.87 | 64.27 | - |
| YUV | 199.25 | 130.12 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 191 | 203 | 0 | 0.11 | 0.05 | 0.16 | 328.7 | 0.22 | 0.79 |
| Hex | D6 | BF | CB | 0 | B | 5 | 10 | 149 | 16 | 4F |
| Octal | 326 | 277 | 313 | 0 | 13 | 5 | 20 | 511 | 26 | 117 |
| Binary | 11010110 | 10111111 | 11001011 | 0 | 1011 | 101 | 10000 | 101001001 | 10110 | 1001111 |
Color Harmonies of #D6BFCB
Complementary color
Monochromatic Colors of #D6BFCB
Black with #D6BFCB
Text Example
Text Example
White with #D6BFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BFCB; }
p { color: rgb(214,191,203); }
H1.HeaderClassName
{
color: #D6BFCB;
}
.AnyTagClassName
{
color: #D6BFCB;
}
</style>
background-color css
<style>
a { background-color: #D6BFCB; }
a { background-color: rgb(214,191,203); }
div.DivClassName
{
background-color: #D6BFCB;
}
.BgClassName
{
background-color: #D6BFCB;
}
</style>
border-color css
<style>
span { border-color: #D6BFCB; }
span { border-color: rgb(214,191,203); }
td.TdClassName
{
border-color: #D6BFCB;
}
.TagClassName
{
border-color: #D6BFCB;
}
</style>