Shades of Twilight #D1BBC5
Tints of Twilight #D1BBC5
RGB
CMYK
RGB Variations
Color information
#D1BBC5 (or 0xD1BBC5) is known color: Twilight. HEX triplet: D1, BB and C5. RGB value is (209,187,197). Sum of RGB (Red+Green+Blue) = 209+187+197=593 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.24% from 593); Green value is 187 (73.44% from 255 or 31.53% from 593); Blue value is 197 (77.34% from 255 or 33.22% from 593); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BBC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BBC5 is #2E443A. Grayscale: #C2C2C2. Windows color (decimal): -3032123 or 12958673. OLE color: 12958673.
HSL color Cylindrical-coordinate representation of color #D1BBC5: hue angle of 332.73º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D1BBC5 is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
RGB | 209 | 187 | 197 | - |
CMYK | 0 | 0.11 | 0.06 | 0.18 |
HSL | 332.73º | 0.19% | 0.78% | - |
HSV(B) | 332.73º | 0.11% | 0.82% | - |
XYZ | 54.14 | 53.13 | 60.22 | - |
YUV | 194.72 | 129.29 | 138.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 187 | 197 | 0 | 0.11 | 0.06 | 0.18 | 332.73 | 0.19 | 0.78 |
Hex | D1 | BB | C5 | 0 | B | 6 | 12 | 14D | 13 | 4E |
Octal | 321 | 273 | 305 | 0 | 13 | 6 | 22 | 515 | 23 | 116 |
Binary | 11010001 | 10111011 | 11000101 | 0 | 1011 | 110 | 10010 | 101001101 | 10011 | 1001110 |
Color Harmonies of #D1BBC5
Complementary color
Monochromatic Colors of #D1BBC5
Black with #D1BBC5
Text Example
Text Example
White with #D1BBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BBC5; }
p { color: rgb(209,187,197); }
H1.HeaderClassName
{
color: #D1BBC5;
}
.AnyTagClassName
{
color: #D1BBC5;
}
</style>
background-color css
<style>
a { background-color: #D1BBC5; }
a { background-color: rgb(209,187,197); }
div.DivClassName
{
background-color: #D1BBC5;
}
.BgClassName
{
background-color: #D1BBC5;
}
</style>
border-color css
<style>
span { border-color: #D1BBC5; }
span { border-color: rgb(209,187,197); }
td.TdClassName
{
border-color: #D1BBC5;
}
.TagClassName
{
border-color: #D1BBC5;
}
</style>