Shades of Twilight #D4BFCC
Tints of Twilight #D4BFCC
RGB
CMYK
RGB Variations
Color information
#D4BFCC (or 0xD4BFCC) is known color: Twilight. HEX triplet: D4, BF and CC. RGB value is (212,191,204). Sum of RGB (Red+Green+Blue) = 212+191+204=607 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.93% from 607); Green value is 191 (75% from 255 or 31.47% from 607); Blue value is 204 (80.08% from 255 or 33.61% from 607); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BFCC is #2B4033. Grayscale: #C6C6C6. Windows color (decimal): -2834484 or 13418452. OLE color: 13418452.
HSL color Cylindrical-coordinate representation of color #D4BFCC: hue angle of 322.86º 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 #D4BFCC is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 191 | 204 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.17 |
| HSL | 322.86º | 0.2% | 0.79% | - |
| HSV(B) | 322.86º | 0.1% | 0.83% | - |
| XYZ | 56.68 | 55.62 | 64.87 | - |
| YUV | 198.76 | 130.96 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 191 | 204 | 0 | 0.10 | 0.04 | 0.17 | 322.86 | 0.2 | 0.79 |
| Hex | D4 | BF | CC | 0 | A | 4 | 11 | 143 | 14 | 4F |
| Octal | 324 | 277 | 314 | 0 | 12 | 4 | 21 | 503 | 24 | 117 |
| Binary | 11010100 | 10111111 | 11001100 | 0 | 1010 | 100 | 10001 | 101000011 | 10100 | 1001111 |
Color Harmonies of #D4BFCC
Complementary color
Monochromatic Colors of #D4BFCC
Black with #D4BFCC
Text Example
Text Example
White with #D4BFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BFCC; }
p { color: rgb(212,191,204); }
H1.HeaderClassName
{
color: #D4BFCC;
}
.AnyTagClassName
{
color: #D4BFCC;
}
</style>
background-color css
<style>
a { background-color: #D4BFCC; }
a { background-color: rgb(212,191,204); }
div.DivClassName
{
background-color: #D4BFCC;
}
.BgClassName
{
background-color: #D4BFCC;
}
</style>
border-color css
<style>
span { border-color: #D4BFCC; }
span { border-color: rgb(212,191,204); }
td.TdClassName
{
border-color: #D4BFCC;
}
.TagClassName
{
border-color: #D4BFCC;
}
</style>