Shades of Prelude #D2B9D7
Tints of Prelude #D2B9D7
RGB
CMYK
RGB Variations
Color information
#D2B9D7 (or 0xD2B9D7) is known color: Prelude. HEX triplet: D2, B9 and D7. RGB value is (210,185,215). Sum of RGB (Red+Green+Blue) = 210+185+215=610 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.43% from 610); Green value is 185 (72.66% from 255 or 30.33% from 610); Blue value is 215 (84.38% from 255 or 35.25% from 610); Max value from RGB is 215 - color contains mainly: blue. Hex color #D2B9D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2B9D7 is #2D4628. Grayscale: #C3C3C3. Windows color (decimal): -2967081 or 14137810. OLE color: 14137810.
HSL color Cylindrical-coordinate representation of color #D2B9D7: hue angle of 290º degrees, saturation: 0.27, 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 #D2B9D7 is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 185 | 215 | - |
| CMYK | 0.02 | 0.14 | 0 | 0.16 |
| HSL | 290º | 0.27% | 0.78% | - |
| HSV(B) | 290º | 0.14% | 0.84% | - |
| XYZ | 56.19 | 53.31 | 71.62 | - |
| YUV | 195.9 | 138.78 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 185 | 215 | 0.02 | 0.14 | 0 | 0.16 | 290 | 0.27 | 0.78 |
| Hex | D2 | B9 | D7 | 2 | E | 0 | 10 | 122 | 1B | 4E |
| Octal | 322 | 271 | 327 | 2 | 16 | 0 | 20 | 442 | 33 | 116 |
| Binary | 11010010 | 10111001 | 11010111 | 10 | 1110 | 0 | 10000 | 100100010 | 11011 | 1001110 |
Color Harmonies of #D2B9D7
Complementary color
Monochromatic Colors of #D2B9D7
Black with #D2B9D7
Text Example
Text Example
White with #D2B9D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B9D7; }
p { color: rgb(210,185,215); }
H1.HeaderClassName
{
color: #D2B9D7;
}
.AnyTagClassName
{
color: #D2B9D7;
}
</style>
background-color css
<style>
a { background-color: #D2B9D7; }
a { background-color: rgb(210,185,215); }
div.DivClassName
{
background-color: #D2B9D7;
}
.BgClassName
{
background-color: #D2B9D7;
}
</style>
border-color css
<style>
span { border-color: #D2B9D7; }
span { border-color: rgb(210,185,215); }
td.TdClassName
{
border-color: #D2B9D7;
}
.TagClassName
{
border-color: #D2B9D7;
}
</style>