Shades of Twilight #D6B9CC
Tints of Twilight #D6B9CC
RGB
CMYK
RGB Variations
Color information
#D6B9CC (or 0xD6B9CC) is known color: Twilight. HEX triplet: D6, B9 and CC. RGB value is (214,185,204). Sum of RGB (Red+Green+Blue) = 214+185+204=603 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.49% from 603); Green value is 185 (72.66% from 255 or 30.68% from 603); Blue value is 204 (80.08% from 255 or 33.83% from 603); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6B9CC is #294633. Grayscale: #C3C3C3. Windows color (decimal): -2704948 or 13416918. OLE color: 13416918.
HSL color Cylindrical-coordinate representation of color #D6B9CC: hue angle of 320.69º degrees, saturation: 0.26, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D6B9CC is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 185 | 204 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.16 |
| HSL | 320.69º | 0.26% | 0.78% | - |
| HSV(B) | 320.69º | 0.14% | 0.84% | - |
| XYZ | 55.98 | 53.35 | 64.47 | - |
| YUV | 195.84 | 132.61 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 185 | 204 | 0 | 0.14 | 0.05 | 0.16 | 320.69 | 0.26 | 0.78 |
| Hex | D6 | B9 | CC | 0 | E | 5 | 10 | 141 | 1A | 4E |
| Octal | 326 | 271 | 314 | 0 | 16 | 5 | 20 | 501 | 32 | 116 |
| Binary | 11010110 | 10111001 | 11001100 | 0 | 1110 | 101 | 10000 | 101000001 | 11010 | 1001110 |
Color Harmonies of #D6B9CC
Complementary color
Monochromatic Colors of #D6B9CC
Black with #D6B9CC
Text Example
Text Example
White with #D6B9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B9CC; }
p { color: rgb(214,185,204); }
H1.HeaderClassName
{
color: #D6B9CC;
}
.AnyTagClassName
{
color: #D6B9CC;
}
</style>
background-color css
<style>
a { background-color: #D6B9CC; }
a { background-color: rgb(214,185,204); }
div.DivClassName
{
background-color: #D6B9CC;
}
.BgClassName
{
background-color: #D6B9CC;
}
</style>
border-color css
<style>
span { border-color: #D6B9CC; }
span { border-color: rgb(214,185,204); }
td.TdClassName
{
border-color: #D6B9CC;
}
.TagClassName
{
border-color: #D6B9CC;
}
</style>