Shades of Twilight #D6BBCE
Tints of Twilight #D6BBCE
RGB
CMYK
RGB Variations
Color information
#D6BBCE (or 0xD6BBCE) is known color: Twilight. HEX triplet: D6, BB and CE. RGB value is (214,187,206). Sum of RGB (Red+Green+Blue) = 214+187+206=607 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.26% from 607); Green value is 187 (73.44% from 255 or 30.81% from 607); Blue value is 206 (80.86% from 255 or 33.94% from 607); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BBCE is #294431. Grayscale: #C5C5C5. Windows color (decimal): -2704434 or 13548502. OLE color: 13548502.
HSL color Cylindrical-coordinate representation of color #D6BBCE: hue angle of 317.78º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D6BBCE is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 187 | 206 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.16 |
| HSL | 317.78º | 0.25% | 0.79% | - |
| HSV(B) | 317.78º | 0.13% | 0.84% | - |
| XYZ | 56.64 | 54.29 | 65.89 | - |
| YUV | 197.24 | 132.95 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 187 | 206 | 0 | 0.13 | 0.04 | 0.16 | 317.78 | 0.25 | 0.79 |
| Hex | D6 | BB | CE | 0 | D | 4 | 10 | 13E | 19 | 4F |
| Octal | 326 | 273 | 316 | 0 | 15 | 4 | 20 | 476 | 31 | 117 |
| Binary | 11010110 | 10111011 | 11001110 | 0 | 1101 | 100 | 10000 | 100111110 | 11001 | 1001111 |
Color Harmonies of #D6BBCE
Complementary color
Monochromatic Colors of #D6BBCE
Black with #D6BBCE
Text Example
Text Example
White with #D6BBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BBCE; }
p { color: rgb(214,187,206); }
H1.HeaderClassName
{
color: #D6BBCE;
}
.AnyTagClassName
{
color: #D6BBCE;
}
</style>
background-color css
<style>
a { background-color: #D6BBCE; }
a { background-color: rgb(214,187,206); }
div.DivClassName
{
background-color: #D6BBCE;
}
.BgClassName
{
background-color: #D6BBCE;
}
</style>
border-color css
<style>
span { border-color: #D6BBCE; }
span { border-color: rgb(214,187,206); }
td.TdClassName
{
border-color: #D6BBCE;
}
.TagClassName
{
border-color: #D6BBCE;
}
</style>