Shades of Prelude #D2BBD7
Tints of Prelude #D2BBD7
RGB
CMYK
RGB Variations
Color information
#D2BBD7 (or 0xD2BBD7) is known color: Prelude. HEX triplet: D2, BB and D7. RGB value is (210,187,215). Sum of RGB (Red+Green+Blue) = 210+187+215=612 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.31% from 612); Green value is 187 (73.44% from 255 or 30.56% from 612); Blue value is 215 (84.38% from 255 or 35.13% from 612); Max value from RGB is 215 - color contains mainly: blue. Hex color #D2BBD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BBD7 is #2D4428. Grayscale: #C4C4C4. Windows color (decimal): -2966569 or 14138322. OLE color: 14138322.
HSL color Cylindrical-coordinate representation of color #D2BBD7: hue angle of 289.29º degrees, saturation: 0.26, 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 #D2BBD7 is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 187 | 215 | - |
| CMYK | 0.02 | 0.13 | 0 | 0.16 |
| HSL | 289.29º | 0.26% | 0.79% | - |
| HSV(B) | 289.29º | 0.13% | 0.84% | - |
| XYZ | 56.61 | 54.15 | 71.76 | - |
| YUV | 197.07 | 138.12 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 187 | 215 | 0.02 | 0.13 | 0 | 0.16 | 289.29 | 0.26 | 0.79 |
| Hex | D2 | BB | D7 | 2 | D | 0 | 10 | 121 | 1A | 4F |
| Octal | 322 | 273 | 327 | 2 | 15 | 0 | 20 | 441 | 32 | 117 |
| Binary | 11010010 | 10111011 | 11010111 | 10 | 1101 | 0 | 10000 | 100100001 | 11010 | 1001111 |
Color Harmonies of #D2BBD7
Complementary color
Monochromatic Colors of #D2BBD7
Black with #D2BBD7
Text Example
Text Example
White with #D2BBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BBD7; }
p { color: rgb(210,187,215); }
H1.HeaderClassName
{
color: #D2BBD7;
}
.AnyTagClassName
{
color: #D2BBD7;
}
</style>
background-color css
<style>
a { background-color: #D2BBD7; }
a { background-color: rgb(210,187,215); }
div.DivClassName
{
background-color: #D2BBD7;
}
.BgClassName
{
background-color: #D2BBD7;
}
</style>
border-color css
<style>
span { border-color: #D2BBD7; }
span { border-color: rgb(210,187,215); }
td.TdClassName
{
border-color: #D2BBD7;
}
.TagClassName
{
border-color: #D2BBD7;
}
</style>