Shades of Prelude #D1BCDE
Tints of Prelude #D1BCDE
RGB
CMYK
RGB Variations
Color information
#D1BCDE (or 0xD1BCDE) is known color: Prelude. HEX triplet: D1, BC and DE. RGB value is (209,188,222). Sum of RGB (Red+Green+Blue) = 209+188+222=619 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.76% from 619); Green value is 188 (73.83% from 255 or 30.37% from 619); Blue value is 222 (87.11% from 255 or 35.86% from 619); Max value from RGB is 222 - color contains mainly: blue. Hex color #D1BCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BCDE is #2E4321. Grayscale: #C6C6C6. Windows color (decimal): -3031842 or 14597329. OLE color: 14597329.
HSL color Cylindrical-coordinate representation of color #D1BCDE: hue angle of 277.06º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D1BCDE is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 188 | 222 | - |
| CMYK | 0.06 | 0.15 | 0 | 0.13 |
| HSL | 277.06º | 0.34% | 0.8% | - |
| HSV(B) | 277.06º | 0.15% | 0.87% | - |
| XYZ | 57.46 | 54.8 | 76.66 | - |
| YUV | 198.16 | 141.46 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 188 | 222 | 0.06 | 0.15 | 0 | 0.13 | 277.06 | 0.34 | 0.8 |
| Hex | D1 | BC | DE | 6 | F | 0 | D | 115 | 22 | 50 |
| Octal | 321 | 274 | 336 | 6 | 17 | 0 | 15 | 425 | 42 | 120 |
| Binary | 11010001 | 10111100 | 11011110 | 110 | 1111 | 0 | 1101 | 100010101 | 100010 | 1010000 |
Color Harmonies of #D1BCDE
Complementary color
Monochromatic Colors of #D1BCDE
Black with #D1BCDE
Text Example
Text Example
White with #D1BCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BCDE; }
p { color: rgb(209,188,222); }
H1.HeaderClassName
{
color: #D1BCDE;
}
.AnyTagClassName
{
color: #D1BCDE;
}
</style>
background-color css
<style>
a { background-color: #D1BCDE; }
a { background-color: rgb(209,188,222); }
div.DivClassName
{
background-color: #D1BCDE;
}
.BgClassName
{
background-color: #D1BCDE;
}
</style>
border-color css
<style>
span { border-color: #D1BCDE; }
span { border-color: rgb(209,188,222); }
td.TdClassName
{
border-color: #D1BCDE;
}
.TagClassName
{
border-color: #D1BCDE;
}
</style>