Shades of Twilight #D1BFCA
Tints of Twilight #D1BFCA
RGB
CMYK
RGB Variations
Color information
#D1BFCA (or 0xD1BFCA) is known color: Twilight. HEX triplet: D1, BF and CA. RGB value is (209,191,202). Sum of RGB (Red+Green+Blue) = 209+191+202=602 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.72% from 602); Green value is 191 (75% from 255 or 31.73% from 602); Blue value is 202 (79.30% from 255 or 33.55% from 602); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BFCA is #2E4035. Grayscale: #C5C5C5. Windows color (decimal): -3031094 or 13287377. OLE color: 13287377.
HSL color Cylindrical-coordinate representation of color #D1BFCA: hue angle of 323.33º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D1BFCA is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 191 | 202 | - |
| CMYK | 0 | 0.09 | 0.03 | 0.18 |
| HSL | 323.33º | 0.16% | 0.78% | - |
| HSV(B) | 323.33º | 0.09% | 0.82% | - |
| XYZ | 55.59 | 55.08 | 63.58 | - |
| YUV | 197.64 | 130.46 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 191 | 202 | 0 | 0.09 | 0.03 | 0.18 | 323.33 | 0.16 | 0.78 |
| Hex | D1 | BF | CA | 0 | 9 | 3 | 12 | 143 | 10 | 4E |
| Octal | 321 | 277 | 312 | 0 | 11 | 3 | 22 | 503 | 20 | 116 |
| Binary | 11010001 | 10111111 | 11001010 | 0 | 1001 | 11 | 10010 | 101000011 | 10000 | 1001110 |
Color Harmonies of #D1BFCA
Complementary color
Monochromatic Colors of #D1BFCA
Black with #D1BFCA
Text Example
Text Example
White with #D1BFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BFCA; }
p { color: rgb(209,191,202); }
H1.HeaderClassName
{
color: #D1BFCA;
}
.AnyTagClassName
{
color: #D1BFCA;
}
</style>
background-color css
<style>
a { background-color: #D1BFCA; }
a { background-color: rgb(209,191,202); }
div.DivClassName
{
background-color: #D1BFCA;
}
.BgClassName
{
background-color: #D1BFCA;
}
</style>
border-color css
<style>
span { border-color: #D1BFCA; }
span { border-color: rgb(209,191,202); }
td.TdClassName
{
border-color: #D1BFCA;
}
.TagClassName
{
border-color: #D1BFCA;
}
</style>