Shades of Prelude #D2BCD7
Tints of Prelude #D2BCD7
RGB
CMYK
RGB Variations
Color information
#D2BCD7 (or 0xD2BCD7) is known color: Prelude. HEX triplet: D2, BC and D7. RGB value is (210,188,215). Sum of RGB (Red+Green+Blue) = 210+188+215=613 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.26% from 613); Green value is 188 (73.83% from 255 or 30.67% from 613); Blue value is 215 (84.38% from 255 or 35.07% from 613); Max value from RGB is 215 - color contains mainly: blue. Hex color #D2BCD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BCD7 is #2D4328. Grayscale: #C5C5C5. Windows color (decimal): -2966313 or 14138578. OLE color: 14138578.
HSL color Cylindrical-coordinate representation of color #D2BCD7: hue angle of 288.89º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D2BCD7 is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 188 | 215 | - |
| CMYK | 0.02 | 0.13 | 0 | 0.16 |
| HSL | 288.89º | 0.25% | 0.79% | - |
| HSV(B) | 288.89º | 0.13% | 0.84% | - |
| XYZ | 56.83 | 54.57 | 71.83 | - |
| YUV | 197.66 | 137.79 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 188 | 215 | 0.02 | 0.13 | 0 | 0.16 | 288.89 | 0.25 | 0.79 |
| Hex | D2 | BC | D7 | 2 | D | 0 | 10 | 121 | 19 | 4F |
| Octal | 322 | 274 | 327 | 2 | 15 | 0 | 20 | 441 | 31 | 117 |
| Binary | 11010010 | 10111100 | 11010111 | 10 | 1101 | 0 | 10000 | 100100001 | 11001 | 1001111 |
Color Harmonies of #D2BCD7
Complementary color
Monochromatic Colors of #D2BCD7
Black with #D2BCD7
Text Example
Text Example
White with #D2BCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BCD7; }
p { color: rgb(210,188,215); }
H1.HeaderClassName
{
color: #D2BCD7;
}
.AnyTagClassName
{
color: #D2BCD7;
}
</style>
background-color css
<style>
a { background-color: #D2BCD7; }
a { background-color: rgb(210,188,215); }
div.DivClassName
{
background-color: #D2BCD7;
}
.BgClassName
{
background-color: #D2BCD7;
}
</style>
border-color css
<style>
span { border-color: #D2BCD7; }
span { border-color: rgb(210,188,215); }
td.TdClassName
{
border-color: #D2BCD7;
}
.TagClassName
{
border-color: #D2BCD7;
}
</style>