Shades of Prelude #D1BCDC
Tints of Prelude #D1BCDC
RGB
CMYK
RGB Variations
Color information
#D1BCDC (or 0xD1BCDC) is known color: Prelude. HEX triplet: D1, BC and DC. RGB value is (209,188,220). Sum of RGB (Red+Green+Blue) = 209+188+220=617 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.87% from 617); Green value is 188 (73.83% from 255 or 30.47% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 220 - color contains mainly: blue. Hex color #D1BCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BCDC is #2E4323. Grayscale: #C5C5C5. Windows color (decimal): -3031844 or 14466257. OLE color: 14466257.
HSL color Cylindrical-coordinate representation of color #D1BCDC: hue angle of 279.38º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D1BCDC is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 188 | 220 | - |
| CMYK | 0.05 | 0.15 | 0 | 0.14 |
| HSL | 279.38º | 0.31% | 0.8% | - |
| HSV(B) | 279.38º | 0.15% | 0.86% | - |
| XYZ | 57.2 | 54.69 | 75.25 | - |
| YUV | 197.93 | 140.46 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 188 | 220 | 0.05 | 0.15 | 0 | 0.14 | 279.38 | 0.31 | 0.8 |
| Hex | D1 | BC | DC | 5 | F | 0 | E | 117 | 1F | 50 |
| Octal | 321 | 274 | 334 | 5 | 17 | 0 | 16 | 427 | 37 | 120 |
| Binary | 11010001 | 10111100 | 11011100 | 101 | 1111 | 0 | 1110 | 100010111 | 11111 | 1010000 |
Color Harmonies of #D1BCDC
Complementary color
Monochromatic Colors of #D1BCDC
Black with #D1BCDC
Text Example
Text Example
White with #D1BCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BCDC; }
p { color: rgb(209,188,220); }
H1.HeaderClassName
{
color: #D1BCDC;
}
.AnyTagClassName
{
color: #D1BCDC;
}
</style>
background-color css
<style>
a { background-color: #D1BCDC; }
a { background-color: rgb(209,188,220); }
div.DivClassName
{
background-color: #D1BCDC;
}
.BgClassName
{
background-color: #D1BCDC;
}
</style>
border-color css
<style>
span { border-color: #D1BCDC; }
span { border-color: rgb(209,188,220); }
td.TdClassName
{
border-color: #D1BCDC;
}
.TagClassName
{
border-color: #D1BCDC;
}
</style>