Shades of Twilight #D2BCC5
Tints of Twilight #D2BCC5
RGB
CMYK
RGB Variations
Color information
#D2BCC5 (or 0xD2BCC5) is known color: Twilight. HEX triplet: D2, BC and C5. RGB value is (210,188,197). Sum of RGB (Red+Green+Blue) = 210+188+197=595 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.29% from 595); Green value is 188 (73.83% from 255 or 31.60% from 595); Blue value is 197 (77.34% from 255 or 33.11% from 595); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BCC5 is #2D433A. Grayscale: #C3C3C3. Windows color (decimal): -2966331 or 12958930. OLE color: 12958930.
HSL color Cylindrical-coordinate representation of color #D2BCC5: hue angle of 335.45º degrees, saturation: 0.2, 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 #D2BCC5 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 188 | 197 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.18 |
| HSL | 335.45º | 0.2% | 0.78% | - |
| HSV(B) | 335.45º | 0.1% | 0.82% | - |
| XYZ | 54.64 | 53.7 | 60.31 | - |
| YUV | 195.6 | 128.79 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 188 | 197 | 0 | 0.10 | 0.06 | 0.18 | 335.45 | 0.2 | 0.78 |
| Hex | D2 | BC | C5 | 0 | A | 6 | 12 | 14F | 14 | 4E |
| Octal | 322 | 274 | 305 | 0 | 12 | 6 | 22 | 517 | 24 | 116 |
| Binary | 11010010 | 10111100 | 11000101 | 0 | 1010 | 110 | 10010 | 101001111 | 10100 | 1001110 |
Color Harmonies of #D2BCC5
Complementary color
Monochromatic Colors of #D2BCC5
Black with #D2BCC5
Text Example
Text Example
White with #D2BCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BCC5; }
p { color: rgb(210,188,197); }
H1.HeaderClassName
{
color: #D2BCC5;
}
.AnyTagClassName
{
color: #D2BCC5;
}
</style>
background-color css
<style>
a { background-color: #D2BCC5; }
a { background-color: rgb(210,188,197); }
div.DivClassName
{
background-color: #D2BCC5;
}
.BgClassName
{
background-color: #D2BCC5;
}
</style>
border-color css
<style>
span { border-color: #D2BCC5; }
span { border-color: rgb(210,188,197); }
td.TdClassName
{
border-color: #D2BCC5;
}
.TagClassName
{
border-color: #D2BCC5;
}
</style>