Shades of Prelude #D2B6DA
Tints of Prelude #D2B6DA
RGB
CMYK
RGB Variations
Color information
#D2B6DA (or 0xD2B6DA) is known color: Prelude. HEX triplet: D2, B6 and DA. RGB value is (210,182,218). Sum of RGB (Red+Green+Blue) = 210+182+218=610 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.43% from 610); Green value is 182 (71.48% from 255 or 29.84% from 610); Blue value is 218 (85.55% from 255 or 35.74% from 610); Max value from RGB is 218 - color contains mainly: blue. Hex color #D2B6DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2B6DA is #2D4925. Grayscale: #C2C2C2. Windows color (decimal): -2967846 or 14333650. OLE color: 14333650.
HSL color Cylindrical-coordinate representation of color #D2B6DA: hue angle of 286.67º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2B6DA is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 182 | 218 | - |
| CMYK | 0.04 | 0.17 | 0 | 0.15 |
| HSL | 286.67º | 0.33% | 0.78% | - |
| HSV(B) | 286.67º | 0.17% | 0.85% | - |
| XYZ | 55.96 | 52.22 | 73.46 | - |
| YUV | 194.48 | 141.28 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 182 | 218 | 0.04 | 0.17 | 0 | 0.15 | 286.67 | 0.33 | 0.78 |
| Hex | D2 | B6 | DA | 4 | 11 | 0 | F | 11F | 21 | 4E |
| Octal | 322 | 266 | 332 | 4 | 21 | 0 | 17 | 437 | 41 | 116 |
| Binary | 11010010 | 10110110 | 11011010 | 100 | 10001 | 0 | 1111 | 100011111 | 100001 | 1001110 |
Color Harmonies of #D2B6DA
Complementary color
Monochromatic Colors of #D2B6DA
Black with #D2B6DA
Text Example
Text Example
White with #D2B6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B6DA; }
p { color: rgb(210,182,218); }
H1.HeaderClassName
{
color: #D2B6DA;
}
.AnyTagClassName
{
color: #D2B6DA;
}
</style>
background-color css
<style>
a { background-color: #D2B6DA; }
a { background-color: rgb(210,182,218); }
div.DivClassName
{
background-color: #D2B6DA;
}
.BgClassName
{
background-color: #D2B6DA;
}
</style>
border-color css
<style>
span { border-color: #D2B6DA; }
span { border-color: rgb(210,182,218); }
td.TdClassName
{
border-color: #D2B6DA;
}
.TagClassName
{
border-color: #D2B6DA;
}
</style>