Shades of Twilight #D4BCCD
Tints of Twilight #D4BCCD
RGB
CMYK
RGB Variations
Color information
#D4BCCD (or 0xD4BCCD) is known color: Twilight. HEX triplet: D4, BC and CD. RGB value is (212,188,205). Sum of RGB (Red+Green+Blue) = 212+188+205=605 (80% of max value = 765). Red value is 212 (83.20% from 255 or 35.04% from 605); Green value is 188 (73.83% from 255 or 31.07% from 605); Blue value is 205 (80.47% from 255 or 33.88% from 605); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BCCD is #2B4332. Grayscale: #C5C5C5. Windows color (decimal): -2835251 or 13483220. OLE color: 13483220.
HSL color Cylindrical-coordinate representation of color #D4BCCD: hue angle of 317.5º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D4BCCD is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 188 | 205 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.17 |
| HSL | 317.5º | 0.22% | 0.78% | - |
| HSV(B) | 317.5º | 0.11% | 0.83% | - |
| XYZ | 56.15 | 54.37 | 65.29 | - |
| YUV | 197.11 | 132.45 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 188 | 205 | 0 | 0.11 | 0.03 | 0.17 | 317.5 | 0.22 | 0.78 |
| Hex | D4 | BC | CD | 0 | B | 3 | 11 | 13E | 16 | 4E |
| Octal | 324 | 274 | 315 | 0 | 13 | 3 | 21 | 476 | 26 | 116 |
| Binary | 11010100 | 10111100 | 11001101 | 0 | 1011 | 11 | 10001 | 100111110 | 10110 | 1001110 |
Color Harmonies of #D4BCCD
Complementary color
Monochromatic Colors of #D4BCCD
Black with #D4BCCD
Text Example
Text Example
White with #D4BCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BCCD; }
p { color: rgb(212,188,205); }
H1.HeaderClassName
{
color: #D4BCCD;
}
.AnyTagClassName
{
color: #D4BCCD;
}
</style>
background-color css
<style>
a { background-color: #D4BCCD; }
a { background-color: rgb(212,188,205); }
div.DivClassName
{
background-color: #D4BCCD;
}
.BgClassName
{
background-color: #D4BCCD;
}
</style>
border-color css
<style>
span { border-color: #D4BCCD; }
span { border-color: rgb(212,188,205); }
td.TdClassName
{
border-color: #D4BCCD;
}
.TagClassName
{
border-color: #D4BCCD;
}
</style>