Shades of Prelude #D2BBDD
Tints of Prelude #D2BBDD
RGB
CMYK
RGB Variations
Color information
#D2BBDD (or 0xD2BBDD) is known color: Prelude. HEX triplet: D2, BB and DD. RGB value is (210,187,221). Sum of RGB (Red+Green+Blue) = 210+187+221=618 (81% of max value = 765). Red value is 210 (82.42% from 255 or 33.98% from 618); Green value is 187 (73.44% from 255 or 30.26% from 618); Blue value is 221 (86.72% from 255 or 35.76% from 618); Max value from RGB is 221 - color contains mainly: blue. Hex color #D2BBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BBDD is #2D4422. Grayscale: #C5C5C5. Windows color (decimal): -2966563 or 14531538. OLE color: 14531538.
HSL color Cylindrical-coordinate representation of color #D2BBDD: hue angle of 280.59º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D2BBDD is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 187 | 221 | - |
| CMYK | 0.05 | 0.15 | 0 | 0.13 |
| HSL | 280.59º | 0.33% | 0.8% | - |
| HSV(B) | 280.59º | 0.15% | 0.87% | - |
| XYZ | 57.4 | 54.46 | 75.89 | - |
| YUV | 197.75 | 141.12 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 187 | 221 | 0.05 | 0.15 | 0 | 0.13 | 280.59 | 0.33 | 0.8 |
| Hex | D2 | BB | DD | 5 | F | 0 | D | 119 | 21 | 50 |
| Octal | 322 | 273 | 335 | 5 | 17 | 0 | 15 | 431 | 41 | 120 |
| Binary | 11010010 | 10111011 | 11011101 | 101 | 1111 | 0 | 1101 | 100011001 | 100001 | 1010000 |
Color Harmonies of #D2BBDD
Complementary color
Monochromatic Colors of #D2BBDD
Black with #D2BBDD
Text Example
Text Example
White with #D2BBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BBDD; }
p { color: rgb(210,187,221); }
H1.HeaderClassName
{
color: #D2BBDD;
}
.AnyTagClassName
{
color: #D2BBDD;
}
</style>
background-color css
<style>
a { background-color: #D2BBDD; }
a { background-color: rgb(210,187,221); }
div.DivClassName
{
background-color: #D2BBDD;
}
.BgClassName
{
background-color: #D2BBDD;
}
</style>
border-color css
<style>
span { border-color: #D2BBDD; }
span { border-color: rgb(210,187,221); }
td.TdClassName
{
border-color: #D2BBDD;
}
.TagClassName
{
border-color: #D2BBDD;
}
</style>