Shades of Twilight #D1BCC4
Tints of Twilight #D1BCC4
RGB
CMYK
RGB Variations
Color information
#D1BCC4 (or 0xD1BCC4) is known color: Twilight. HEX triplet: D1, BC and C4. RGB value is (209,188,196). Sum of RGB (Red+Green+Blue) = 209+188+196=593 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.24% from 593); Green value is 188 (73.83% from 255 or 31.70% from 593); Blue value is 196 (76.95% from 255 or 33.05% from 593); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BCC4 is #2E433B. Grayscale: #C3C3C3. Windows color (decimal): -3031868 or 12893393. OLE color: 12893393.
HSL color Cylindrical-coordinate representation of color #D1BCC4: hue angle of 337.14º 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 #D1BCC4 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 188 | 196 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.18 |
| HSL | 337.14º | 0.19% | 0.78% | - |
| HSV(B) | 337.14º | 0.1% | 0.82% | - |
| XYZ | 54.24 | 53.51 | 59.69 | - |
| YUV | 195.19 | 128.46 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 188 | 196 | 0 | 0.10 | 0.06 | 0.18 | 337.14 | 0.19 | 0.78 |
| Hex | D1 | BC | C4 | 0 | A | 6 | 12 | 151 | 13 | 4E |
| Octal | 321 | 274 | 304 | 0 | 12 | 6 | 22 | 521 | 23 | 116 |
| Binary | 11010001 | 10111100 | 11000100 | 0 | 1010 | 110 | 10010 | 101010001 | 10011 | 1001110 |
Color Harmonies of #D1BCC4
Complementary color
Monochromatic Colors of #D1BCC4
Black with #D1BCC4
Text Example
Text Example
White with #D1BCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BCC4; }
p { color: rgb(209,188,196); }
H1.HeaderClassName
{
color: #D1BCC4;
}
.AnyTagClassName
{
color: #D1BCC4;
}
</style>
background-color css
<style>
a { background-color: #D1BCC4; }
a { background-color: rgb(209,188,196); }
div.DivClassName
{
background-color: #D1BCC4;
}
.BgClassName
{
background-color: #D1BCC4;
}
</style>
border-color css
<style>
span { border-color: #D1BCC4; }
span { border-color: rgb(209,188,196); }
td.TdClassName
{
border-color: #D1BCC4;
}
.TagClassName
{
border-color: #D1BCC4;
}
</style>