Shades of Twilight #D4BFCB
Tints of Twilight #D4BFCB
RGB
CMYK
RGB Variations
Color information
#D4BFCB (or 0xD4BFCB) is known color: Twilight. HEX triplet: D4, BF and CB. RGB value is (212,191,203). Sum of RGB (Red+Green+Blue) = 212+191+203=606 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.98% from 606); Green value is 191 (75% from 255 or 31.52% from 606); Blue value is 203 (79.69% from 255 or 33.50% from 606); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BFCB is #2B4034. Grayscale: #C6C6C6. Windows color (decimal): -2834485 or 13352916. OLE color: 13352916.
HSL color Cylindrical-coordinate representation of color #D4BFCB: hue angle of 325.71º 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 #D4BFCB is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 191 | 203 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.17 |
| HSL | 325.71º | 0.2% | 0.79% | - |
| HSV(B) | 325.71º | 0.1% | 0.83% | - |
| XYZ | 56.56 | 55.57 | 64.24 | - |
| YUV | 198.65 | 130.46 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 191 | 203 | 0 | 0.10 | 0.04 | 0.17 | 325.71 | 0.2 | 0.79 |
| Hex | D4 | BF | CB | 0 | A | 4 | 11 | 146 | 14 | 4F |
| Octal | 324 | 277 | 313 | 0 | 12 | 4 | 21 | 506 | 24 | 117 |
| Binary | 11010100 | 10111111 | 11001011 | 0 | 1010 | 100 | 10001 | 101000110 | 10100 | 1001111 |
Color Harmonies of #D4BFCB
Complementary color
Monochromatic Colors of #D4BFCB
Black with #D4BFCB
Text Example
Text Example
White with #D4BFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BFCB; }
p { color: rgb(212,191,203); }
H1.HeaderClassName
{
color: #D4BFCB;
}
.AnyTagClassName
{
color: #D4BFCB;
}
</style>
background-color css
<style>
a { background-color: #D4BFCB; }
a { background-color: rgb(212,191,203); }
div.DivClassName
{
background-color: #D4BFCB;
}
.BgClassName
{
background-color: #D4BFCB;
}
</style>
border-color css
<style>
span { border-color: #D4BFCB; }
span { border-color: rgb(212,191,203); }
td.TdClassName
{
border-color: #D4BFCB;
}
.TagClassName
{
border-color: #D4BFCB;
}
</style>