Shades of Prelude #D2B8D7
Tints of Prelude #D2B8D7
RGB
CMYK
RGB Variations
Color information
#D2B8D7 (or 0xD2B8D7) is known color: Prelude. HEX triplet: D2, B8 and D7. RGB value is (210,184,215). Sum of RGB (Red+Green+Blue) = 210+184+215=609 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.48% from 609); Green value is 184 (72.27% from 255 or 30.21% from 609); Blue value is 215 (84.38% from 255 or 35.30% from 609); Max value from RGB is 215 - color contains mainly: blue. Hex color #D2B8D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2B8D7 is #2D4728. Grayscale: #C3C3C3. Windows color (decimal): -2967337 or 14137554. OLE color: 14137554.
HSL color Cylindrical-coordinate representation of color #D2B8D7: hue angle of 290.32º degrees, saturation: 0.28, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D2B8D7 is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 184 | 215 | - |
| CMYK | 0.02 | 0.14 | 0 | 0.16 |
| HSL | 290.32º | 0.28% | 0.78% | - |
| HSV(B) | 290.32º | 0.14% | 0.84% | - |
| XYZ | 55.98 | 52.89 | 71.55 | - |
| YUV | 195.31 | 139.11 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 184 | 215 | 0.02 | 0.14 | 0 | 0.16 | 290.32 | 0.28 | 0.78 |
| Hex | D2 | B8 | D7 | 2 | E | 0 | 10 | 122 | 1C | 4E |
| Octal | 322 | 270 | 327 | 2 | 16 | 0 | 20 | 442 | 34 | 116 |
| Binary | 11010010 | 10111000 | 11010111 | 10 | 1110 | 0 | 10000 | 100100010 | 11100 | 1001110 |
Color Harmonies of #D2B8D7
Complementary color
Monochromatic Colors of #D2B8D7
Black with #D2B8D7
Text Example
Text Example
White with #D2B8D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B8D7; }
p { color: rgb(210,184,215); }
H1.HeaderClassName
{
color: #D2B8D7;
}
.AnyTagClassName
{
color: #D2B8D7;
}
</style>
background-color css
<style>
a { background-color: #D2B8D7; }
a { background-color: rgb(210,184,215); }
div.DivClassName
{
background-color: #D2B8D7;
}
.BgClassName
{
background-color: #D2B8D7;
}
</style>
border-color css
<style>
span { border-color: #D2B8D7; }
span { border-color: rgb(210,184,215); }
td.TdClassName
{
border-color: #D2B8D7;
}
.TagClassName
{
border-color: #D2B8D7;
}
</style>