Shades of Twilight #D4BFCE
Tints of Twilight #D4BFCE
RGB
CMYK
RGB Variations
Color information
#D4BFCE (or 0xD4BFCE) is known color: Twilight. HEX triplet: D4, BF and CE. RGB value is (212,191,206). Sum of RGB (Red+Green+Blue) = 212+191+206=609 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.81% from 609); Green value is 191 (75% from 255 or 31.36% from 609); Blue value is 206 (80.86% from 255 or 33.83% from 609); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BFCE is #2B4031. Grayscale: #C6C6C6. Windows color (decimal): -2834482 or 13549524. OLE color: 13549524.
HSL color Cylindrical-coordinate representation of color #D4BFCE: hue angle of 317.14º 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 #D4BFCE is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 191 | 206 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.17 |
| HSL | 317.14º | 0.2% | 0.79% | - |
| HSV(B) | 317.14º | 0.1% | 0.83% | - |
| XYZ | 56.92 | 55.71 | 66.15 | - |
| YUV | 198.99 | 131.96 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 191 | 206 | 0 | 0.10 | 0.03 | 0.17 | 317.14 | 0.2 | 0.79 |
| Hex | D4 | BF | CE | 0 | A | 3 | 11 | 13D | 14 | 4F |
| Octal | 324 | 277 | 316 | 0 | 12 | 3 | 21 | 475 | 24 | 117 |
| Binary | 11010100 | 10111111 | 11001110 | 0 | 1010 | 11 | 10001 | 100111101 | 10100 | 1001111 |
Color Harmonies of #D4BFCE
Complementary color
Monochromatic Colors of #D4BFCE
Black with #D4BFCE
Text Example
Text Example
White with #D4BFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BFCE; }
p { color: rgb(212,191,206); }
H1.HeaderClassName
{
color: #D4BFCE;
}
.AnyTagClassName
{
color: #D4BFCE;
}
</style>
background-color css
<style>
a { background-color: #D4BFCE; }
a { background-color: rgb(212,191,206); }
div.DivClassName
{
background-color: #D4BFCE;
}
.BgClassName
{
background-color: #D4BFCE;
}
</style>
border-color css
<style>
span { border-color: #D4BFCE; }
span { border-color: rgb(212,191,206); }
td.TdClassName
{
border-color: #D4BFCE;
}
.TagClassName
{
border-color: #D4BFCE;
}
</style>