Shades of Twilight #D3B6C4
Tints of Twilight #D3B6C4
RGB
CMYK
RGB Variations
Color information
#D3B6C4 (or 0xD3B6C4) is known color: Twilight. HEX triplet: D3, B6 and C4. RGB value is (211,182,196). Sum of RGB (Red+Green+Blue) = 211+182+196=589 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.82% from 589); Green value is 182 (71.48% from 255 or 30.90% from 589); Blue value is 196 (76.95% from 255 or 33.28% from 589); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B6C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3B6C4 is #2C493B. Grayscale: #C0C0C0. Windows color (decimal): -2902332 or 12891859. OLE color: 12891859.
HSL color Cylindrical-coordinate representation of color #D3B6C4: hue angle of 331.03º degrees, saturation: 0.25, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D3B6C4 is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 182 | 196 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.17 |
| HSL | 331.03º | 0.25% | 0.77% | - |
| HSV(B) | 331.03º | 0.14% | 0.83% | - |
| XYZ | 53.56 | 51.29 | 59.3 | - |
| YUV | 192.27 | 130.11 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 182 | 196 | 0 | 0.14 | 0.07 | 0.17 | 331.03 | 0.25 | 0.77 |
| Hex | D3 | B6 | C4 | 0 | E | 7 | 11 | 14B | 19 | 4D |
| Octal | 323 | 266 | 304 | 0 | 16 | 7 | 21 | 513 | 31 | 115 |
| Binary | 11010011 | 10110110 | 11000100 | 0 | 1110 | 111 | 10001 | 101001011 | 11001 | 1001101 |
Color Harmonies of #D3B6C4
Complementary color
Monochromatic Colors of #D3B6C4
Black with #D3B6C4
Text Example
Text Example
White with #D3B6C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B6C4; }
p { color: rgb(211,182,196); }
H1.HeaderClassName
{
color: #D3B6C4;
}
.AnyTagClassName
{
color: #D3B6C4;
}
</style>
background-color css
<style>
a { background-color: #D3B6C4; }
a { background-color: rgb(211,182,196); }
div.DivClassName
{
background-color: #D3B6C4;
}
.BgClassName
{
background-color: #D3B6C4;
}
</style>
border-color css
<style>
span { border-color: #D3B6C4; }
span { border-color: rgb(211,182,196); }
td.TdClassName
{
border-color: #D3B6C4;
}
.TagClassName
{
border-color: #D3B6C4;
}
</style>