Shades of Prelude #D2BFD7
Tints of Prelude #D2BFD7
RGB
CMYK
RGB Variations
Color information
#D2BFD7 (or 0xD2BFD7) is known color: Prelude. HEX triplet: D2, BF and D7. RGB value is (210,191,215). Sum of RGB (Red+Green+Blue) = 210+191+215=616 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.09% from 616); Green value is 191 (75% from 255 or 31.01% from 616); Blue value is 215 (84.38% from 255 or 34.90% from 616); Max value from RGB is 215 - color contains mainly: blue. Hex color #D2BFD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BFD7 is #2D4028. Grayscale: #C7C7C7. Windows color (decimal): -2965545 or 14139346. OLE color: 14139346.
HSL color Cylindrical-coordinate representation of color #D2BFD7: hue angle of 287.5º degrees, saturation: 0.23, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2BFD7 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 191 | 215 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.16 |
| HSL | 287.5º | 0.23% | 0.8% | - |
| HSV(B) | 287.5º | 0.11% | 0.84% | - |
| XYZ | 57.47 | 55.87 | 72.04 | - |
| YUV | 199.42 | 136.79 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 191 | 215 | 0.02 | 0.11 | 0 | 0.16 | 287.5 | 0.23 | 0.8 |
| Hex | D2 | BF | D7 | 2 | B | 0 | 10 | 120 | 17 | 50 |
| Octal | 322 | 277 | 327 | 2 | 13 | 0 | 20 | 440 | 27 | 120 |
| Binary | 11010010 | 10111111 | 11010111 | 10 | 1011 | 0 | 10000 | 100100000 | 10111 | 1010000 |
Color Harmonies of #D2BFD7
Complementary color
Monochromatic Colors of #D2BFD7
Black with #D2BFD7
Text Example
Text Example
White with #D2BFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BFD7; }
p { color: rgb(210,191,215); }
H1.HeaderClassName
{
color: #D2BFD7;
}
.AnyTagClassName
{
color: #D2BFD7;
}
</style>
background-color css
<style>
a { background-color: #D2BFD7; }
a { background-color: rgb(210,191,215); }
div.DivClassName
{
background-color: #D2BFD7;
}
.BgClassName
{
background-color: #D2BFD7;
}
</style>
border-color css
<style>
span { border-color: #D2BFD7; }
span { border-color: rgb(210,191,215); }
td.TdClassName
{
border-color: #D2BFD7;
}
.TagClassName
{
border-color: #D2BFD7;
}
</style>