Shades of Twilight #D8B8C6
Tints of Twilight #D8B8C6
RGB
CMYK
RGB Variations
Color information
#D8B8C6 (or 0xD8B8C6) is known color: Twilight. HEX triplet: D8, B8 and C6. RGB value is (216,184,198). Sum of RGB (Red+Green+Blue) = 216+184+198=598 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36.12% from 598); Green value is 184 (72.27% from 255 or 30.77% from 598); Blue value is 198 (77.73% from 255 or 33.11% from 598); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B8C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8B8C6 is #274739. Grayscale: #C3C3C3. Windows color (decimal): -2574138 or 13023448. OLE color: 13023448.
HSL color Cylindrical-coordinate representation of color #D8B8C6: hue angle of 333.75º degrees, saturation: 0.29, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D8B8C6 is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 184 | 198 | - |
| CMYK | 0 | 0.15 | 0.08 | 0.15 |
| HSL | 333.75º | 0.29% | 0.78% | - |
| HSV(B) | 333.75º | 0.15% | 0.85% | - |
| XYZ | 55.65 | 52.96 | 60.71 | - |
| YUV | 195.16 | 129.6 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 184 | 198 | 0 | 0.15 | 0.08 | 0.15 | 333.75 | 0.29 | 0.78 |
| Hex | D8 | B8 | C6 | 0 | F | 8 | F | 14E | 1D | 4E |
| Octal | 330 | 270 | 306 | 0 | 17 | 10 | 17 | 516 | 35 | 116 |
| Binary | 11011000 | 10111000 | 11000110 | 0 | 1111 | 1000 | 1111 | 101001110 | 11101 | 1001110 |
Color Harmonies of #D8B8C6
Complementary color
Monochromatic Colors of #D8B8C6
Black with #D8B8C6
Text Example
Text Example
White with #D8B8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B8C6; }
p { color: rgb(216,184,198); }
H1.HeaderClassName
{
color: #D8B8C6;
}
.AnyTagClassName
{
color: #D8B8C6;
}
</style>
background-color css
<style>
a { background-color: #D8B8C6; }
a { background-color: rgb(216,184,198); }
div.DivClassName
{
background-color: #D8B8C6;
}
.BgClassName
{
background-color: #D8B8C6;
}
</style>
border-color css
<style>
span { border-color: #D8B8C6; }
span { border-color: rgb(216,184,198); }
td.TdClassName
{
border-color: #D8B8C6;
}
.TagClassName
{
border-color: #D8B8C6;
}
</style>