Shades of Twilight #D1BCC8
Tints of Twilight #D1BCC8
RGB
CMYK
RGB Variations
Color information
#D1BCC8 (or 0xD1BCC8) is known color: Twilight. HEX triplet: D1, BC and C8. RGB value is (209,188,200). Sum of RGB (Red+Green+Blue) = 209+188+200=597 (79% of max value = 765). Red value is 209 (82.03% from 255 or 35.01% from 597); Green value is 188 (73.83% from 255 or 31.49% from 597); Blue value is 200 (78.52% from 255 or 33.50% from 597); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BCC8 is #2E4337. Grayscale: #C3C3C3. Windows color (decimal): -3031864 or 13155537. OLE color: 13155537.
HSL color Cylindrical-coordinate representation of color #D1BCC8: hue angle of 325.71º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D1BCC8 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 188 | 200 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.18 |
| HSL | 325.71º | 0.19% | 0.78% | - |
| HSV(B) | 325.71º | 0.1% | 0.82% | - |
| XYZ | 54.7 | 53.69 | 62.12 | - |
| YUV | 195.65 | 130.46 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 188 | 200 | 0 | 0.10 | 0.04 | 0.18 | 325.71 | 0.19 | 0.78 |
| Hex | D1 | BC | C8 | 0 | A | 4 | 12 | 146 | 13 | 4E |
| Octal | 321 | 274 | 310 | 0 | 12 | 4 | 22 | 506 | 23 | 116 |
| Binary | 11010001 | 10111100 | 11001000 | 0 | 1010 | 100 | 10010 | 101000110 | 10011 | 1001110 |
Color Harmonies of #D1BCC8
Complementary color
Monochromatic Colors of #D1BCC8
Black with #D1BCC8
Text Example
Text Example
White with #D1BCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BCC8; }
p { color: rgb(209,188,200); }
H1.HeaderClassName
{
color: #D1BCC8;
}
.AnyTagClassName
{
color: #D1BCC8;
}
</style>
background-color css
<style>
a { background-color: #D1BCC8; }
a { background-color: rgb(209,188,200); }
div.DivClassName
{
background-color: #D1BCC8;
}
.BgClassName
{
background-color: #D1BCC8;
}
</style>
border-color css
<style>
span { border-color: #D1BCC8; }
span { border-color: rgb(209,188,200); }
td.TdClassName
{
border-color: #D1BCC8;
}
.TagClassName
{
border-color: #D1BCC8;
}
</style>