Shades of Twilight #D4BFCD
Tints of Twilight #D4BFCD
RGB
CMYK
RGB Variations
Color information
#D4BFCD (or 0xD4BFCD) is known color: Twilight. HEX triplet: D4, BF and CD. RGB value is (212,191,205). Sum of RGB (Red+Green+Blue) = 212+191+205=608 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.87% from 608); Green value is 191 (75% from 255 or 31.41% from 608); Blue value is 205 (80.47% from 255 or 33.72% from 608); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BFCD is #2B4032. Grayscale: #C6C6C6. Windows color (decimal): -2834483 or 13483988. OLE color: 13483988.
HSL color Cylindrical-coordinate representation of color #D4BFCD: hue angle of 320º degrees, saturation: 0.2, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D4BFCD is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 191 | 205 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.17 |
| HSL | 320º | 0.2% | 0.79% | - |
| HSV(B) | 320º | 0.1% | 0.83% | - |
| XYZ | 56.8 | 55.67 | 65.51 | - |
| YUV | 198.88 | 131.46 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 191 | 205 | 0 | 0.10 | 0.03 | 0.17 | 320 | 0.2 | 0.79 |
| Hex | D4 | BF | CD | 0 | A | 3 | 11 | 140 | 14 | 4F |
| Octal | 324 | 277 | 315 | 0 | 12 | 3 | 21 | 500 | 24 | 117 |
| Binary | 11010100 | 10111111 | 11001101 | 0 | 1010 | 11 | 10001 | 101000000 | 10100 | 1001111 |
Color Harmonies of #D4BFCD
Complementary color
Monochromatic Colors of #D4BFCD
Black with #D4BFCD
Text Example
Text Example
White with #D4BFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BFCD; }
p { color: rgb(212,191,205); }
H1.HeaderClassName
{
color: #D4BFCD;
}
.AnyTagClassName
{
color: #D4BFCD;
}
</style>
background-color css
<style>
a { background-color: #D4BFCD; }
a { background-color: rgb(212,191,205); }
div.DivClassName
{
background-color: #D4BFCD;
}
.BgClassName
{
background-color: #D4BFCD;
}
</style>
border-color css
<style>
span { border-color: #D4BFCD; }
span { border-color: rgb(212,191,205); }
td.TdClassName
{
border-color: #D4BFCD;
}
.TagClassName
{
border-color: #D4BFCD;
}
</style>