Shades of Twilight #D6BFCC
Tints of Twilight #D6BFCC
RGB
CMYK
RGB Variations
Color information
#D6BFCC (or 0xD6BFCC) is known color: Twilight. HEX triplet: D6, BF and CC. RGB value is (214,191,204). Sum of RGB (Red+Green+Blue) = 214+191+204=609 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.14% from 609); Green value is 191 (75% from 255 or 31.36% from 609); Blue value is 204 (80.08% from 255 or 33.50% from 609); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BFCC is #294033. Grayscale: #C7C7C7. Windows color (decimal): -2703412 or 13418454. OLE color: 13418454.
HSL color Cylindrical-coordinate representation of color #D6BFCC: hue angle of 326.09º 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 #D6BFCC is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 191 | 204 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.16 |
| HSL | 326.09º | 0.22% | 0.79% | - |
| HSV(B) | 326.09º | 0.11% | 0.84% | - |
| XYZ | 57.26 | 55.92 | 64.9 | - |
| YUV | 199.36 | 130.62 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 191 | 204 | 0 | 0.11 | 0.05 | 0.16 | 326.09 | 0.22 | 0.79 |
| Hex | D6 | BF | CC | 0 | B | 5 | 10 | 146 | 16 | 4F |
| Octal | 326 | 277 | 314 | 0 | 13 | 5 | 20 | 506 | 26 | 117 |
| Binary | 11010110 | 10111111 | 11001100 | 0 | 1011 | 101 | 10000 | 101000110 | 10110 | 1001111 |
Color Harmonies of #D6BFCC
Complementary color
Monochromatic Colors of #D6BFCC
Black with #D6BFCC
Text Example
Text Example
White with #D6BFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BFCC; }
p { color: rgb(214,191,204); }
H1.HeaderClassName
{
color: #D6BFCC;
}
.AnyTagClassName
{
color: #D6BFCC;
}
</style>
background-color css
<style>
a { background-color: #D6BFCC; }
a { background-color: rgb(214,191,204); }
div.DivClassName
{
background-color: #D6BFCC;
}
.BgClassName
{
background-color: #D6BFCC;
}
</style>
border-color css
<style>
span { border-color: #D6BFCC; }
span { border-color: rgb(214,191,204); }
td.TdClassName
{
border-color: #D6BFCC;
}
.TagClassName
{
border-color: #D6BFCC;
}
</style>