Shades of Twilight #D5BCCD
Tints of Twilight #D5BCCD
RGB
CMYK
RGB Variations
Color information
#D5BCCD (or 0xD5BCCD) is known color: Twilight. HEX triplet: D5, BC and CD. RGB value is (213,188,205). Sum of RGB (Red+Green+Blue) = 213+188+205=606 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.15% from 606); Green value is 188 (73.83% from 255 or 31.02% from 606); Blue value is 205 (80.47% from 255 or 33.83% from 606); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BCCD is #2A4332. Grayscale: #C5C5C5. Windows color (decimal): -2769715 or 13483221. OLE color: 13483221.
HSL color Cylindrical-coordinate representation of color #D5BCCD: hue angle of 319.2º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5BCCD is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 188 | 205 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.16 |
| HSL | 319.2º | 0.23% | 0.79% | - |
| HSV(B) | 319.2º | 0.12% | 0.84% | - |
| XYZ | 56.44 | 54.52 | 65.31 | - |
| YUV | 197.41 | 132.28 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 188 | 205 | 0 | 0.12 | 0.04 | 0.16 | 319.2 | 0.23 | 0.79 |
| Hex | D5 | BC | CD | 0 | C | 4 | 10 | 13F | 17 | 4F |
| Octal | 325 | 274 | 315 | 0 | 14 | 4 | 20 | 477 | 27 | 117 |
| Binary | 11010101 | 10111100 | 11001101 | 0 | 1100 | 100 | 10000 | 100111111 | 10111 | 1001111 |
Color Harmonies of #D5BCCD
Complementary color
Monochromatic Colors of #D5BCCD
Black with #D5BCCD
Text Example
Text Example
White with #D5BCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BCCD; }
p { color: rgb(213,188,205); }
H1.HeaderClassName
{
color: #D5BCCD;
}
.AnyTagClassName
{
color: #D5BCCD;
}
</style>
background-color css
<style>
a { background-color: #D5BCCD; }
a { background-color: rgb(213,188,205); }
div.DivClassName
{
background-color: #D5BCCD;
}
.BgClassName
{
background-color: #D5BCCD;
}
</style>
border-color css
<style>
span { border-color: #D5BCCD; }
span { border-color: rgb(213,188,205); }
td.TdClassName
{
border-color: #D5BCCD;
}
.TagClassName
{
border-color: #D5BCCD;
}
</style>