Shades of Twilight #D8B3CC
Tints of Twilight #D8B3CC
RGB
CMYK
RGB Variations
Color information
#D8B3CC (or 0xD8B3CC) is known color: Twilight. HEX triplet: D8, B3 and CC. RGB value is (216,179,204). Sum of RGB (Red+Green+Blue) = 216+179+204=599 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36.06% from 599); Green value is 179 (70.31% from 255 or 29.88% from 599); Blue value is 204 (80.08% from 255 or 34.06% from 599); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B3CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8B3CC is #274C33. Grayscale: #C0C0C0. Windows color (decimal): -2575412 or 13415384. OLE color: 13415384.
HSL color Cylindrical-coordinate representation of color #D8B3CC: hue angle of 319.46º degrees, saturation: 0.32, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D8B3CC is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 179 | 204 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.15 |
| HSL | 319.46º | 0.32% | 0.77% | - |
| HSV(B) | 319.46º | 0.17% | 0.85% | - |
| XYZ | 55.34 | 51.2 | 64.09 | - |
| YUV | 192.91 | 134.26 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 179 | 204 | 0 | 0.17 | 0.06 | 0.15 | 319.46 | 0.32 | 0.77 |
| Hex | D8 | B3 | CC | 0 | 11 | 6 | F | 13F | 20 | 4D |
| Octal | 330 | 263 | 314 | 0 | 21 | 6 | 17 | 477 | 40 | 115 |
| Binary | 11011000 | 10110011 | 11001100 | 0 | 10001 | 110 | 1111 | 100111111 | 100000 | 1001101 |
Color Harmonies of #D8B3CC
Complementary color
Monochromatic Colors of #D8B3CC
Black with #D8B3CC
Text Example
Text Example
White with #D8B3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B3CC; }
p { color: rgb(216,179,204); }
H1.HeaderClassName
{
color: #D8B3CC;
}
.AnyTagClassName
{
color: #D8B3CC;
}
</style>
background-color css
<style>
a { background-color: #D8B3CC; }
a { background-color: rgb(216,179,204); }
div.DivClassName
{
background-color: #D8B3CC;
}
.BgClassName
{
background-color: #D8B3CC;
}
</style>
border-color css
<style>
span { border-color: #D8B3CC; }
span { border-color: rgb(216,179,204); }
td.TdClassName
{
border-color: #D8B3CC;
}
.TagClassName
{
border-color: #D8B3CC;
}
</style>