Shades of Twilight #D8B1C3
Tints of Twilight #D8B1C3
RGB
CMYK
RGB Variations
Color information
#D8B1C3 (or 0xD8B1C3) is known color: Twilight. HEX triplet: D8, B1 and C3. RGB value is (216,177,195). Sum of RGB (Red+Green+Blue) = 216+177+195=588 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.73% from 588); Green value is 177 (69.53% from 255 or 30.10% from 588); Blue value is 195 (76.56% from 255 or 33.16% from 588); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B1C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8B1C3 is #274E3C. Grayscale: #BEBEBE. Windows color (decimal): -2575933 or 12825048. OLE color: 12825048.
HSL color Cylindrical-coordinate representation of color #D8B1C3: hue angle of 332.31º degrees, saturation: 0.33, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D8B1C3 is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 177 | 195 | - |
| CMYK | 0 | 0.18 | 0.10 | 0.15 |
| HSL | 332.31º | 0.33% | 0.77% | - |
| HSV(B) | 332.31º | 0.18% | 0.85% | - |
| XYZ | 53.89 | 49.98 | 58.44 | - |
| YUV | 190.71 | 130.42 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 177 | 195 | 0 | 0.18 | 0.10 | 0.15 | 332.31 | 0.33 | 0.77 |
| Hex | D8 | B1 | C3 | 0 | 12 | A | F | 14C | 21 | 4D |
| Octal | 330 | 261 | 303 | 0 | 22 | 12 | 17 | 514 | 41 | 115 |
| Binary | 11011000 | 10110001 | 11000011 | 0 | 10010 | 1010 | 1111 | 101001100 | 100001 | 1001101 |
Color Harmonies of #D8B1C3
Complementary color
Monochromatic Colors of #D8B1C3
Black with #D8B1C3
Text Example
Text Example
White with #D8B1C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B1C3; }
p { color: rgb(216,177,195); }
H1.HeaderClassName
{
color: #D8B1C3;
}
.AnyTagClassName
{
color: #D8B1C3;
}
</style>
background-color css
<style>
a { background-color: #D8B1C3; }
a { background-color: rgb(216,177,195); }
div.DivClassName
{
background-color: #D8B1C3;
}
.BgClassName
{
background-color: #D8B1C3;
}
</style>
border-color css
<style>
span { border-color: #D8B1C3; }
span { border-color: rgb(216,177,195); }
td.TdClassName
{
border-color: #D8B1C3;
}
.TagClassName
{
border-color: #D8B1C3;
}
</style>