Shades of Twilight #D6BBCC
Tints of Twilight #D6BBCC
RGB
CMYK
RGB Variations
Color information
#D6BBCC (or 0xD6BBCC) is known color: Twilight. HEX triplet: D6, BB and CC. RGB value is (214,187,204). Sum of RGB (Red+Green+Blue) = 214+187+204=605 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.37% from 605); Green value is 187 (73.44% from 255 or 30.91% from 605); Blue value is 204 (80.08% from 255 or 33.72% from 605); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BBCC is #294433. Grayscale: #C4C4C4. Windows color (decimal): -2704436 or 13417430. OLE color: 13417430.
HSL color Cylindrical-coordinate representation of color #D6BBCC: hue angle of 322.22º 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 #D6BBCC is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 187 | 204 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.16 |
| HSL | 322.22º | 0.25% | 0.79% | - |
| HSV(B) | 322.22º | 0.13% | 0.84% | - |
| XYZ | 56.4 | 54.2 | 64.62 | - |
| YUV | 197.01 | 131.95 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 187 | 204 | 0 | 0.13 | 0.05 | 0.16 | 322.22 | 0.25 | 0.79 |
| Hex | D6 | BB | CC | 0 | D | 5 | 10 | 142 | 19 | 4F |
| Octal | 326 | 273 | 314 | 0 | 15 | 5 | 20 | 502 | 31 | 117 |
| Binary | 11010110 | 10111011 | 11001100 | 0 | 1101 | 101 | 10000 | 101000010 | 11001 | 1001111 |
Color Harmonies of #D6BBCC
Complementary color
Monochromatic Colors of #D6BBCC
Black with #D6BBCC
Text Example
Text Example
White with #D6BBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BBCC; }
p { color: rgb(214,187,204); }
H1.HeaderClassName
{
color: #D6BBCC;
}
.AnyTagClassName
{
color: #D6BBCC;
}
</style>
background-color css
<style>
a { background-color: #D6BBCC; }
a { background-color: rgb(214,187,204); }
div.DivClassName
{
background-color: #D6BBCC;
}
.BgClassName
{
background-color: #D6BBCC;
}
</style>
border-color css
<style>
span { border-color: #D6BBCC; }
span { border-color: rgb(214,187,204); }
td.TdClassName
{
border-color: #D6BBCC;
}
.TagClassName
{
border-color: #D6BBCC;
}
</style>