Shades of Prelude #D6BDE3
Tints of Prelude #D6BDE3
RGB
CMYK
RGB Variations
Color information
#D6BDE3 (or 0xD6BDE3) is known color: Prelude. HEX triplet: D6, BD and E3. RGB value is (214,189,227). Sum of RGB (Red+Green+Blue) = 214+189+227=630 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.97% from 630); Green value is 189 (74.22% from 255 or 30% from 630); Blue value is 227 (89.06% from 255 or 36.03% from 630); Max value from RGB is 227 - color contains mainly: blue. Hex color #D6BDE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BDE3 is #29421C. Grayscale: #C8C8C8. Windows color (decimal): -2703901 or 14925270. OLE color: 14925270.
HSL color Cylindrical-coordinate representation of color #D6BDE3: hue angle of 279.47º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D6BDE3 is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 214 | 189 | 227 | - |
| CMYK | 0.06 | 0.17 | 0 | 0.11 |
| HSL | 279.47º | 0.4% | 0.82% | - |
| HSV(B) | 279.47º | 0.17% | 0.89% | - |
| XYZ | 59.79 | 56.24 | 80.38 | - |
| YUV | 200.81 | 142.78 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 189 | 227 | 0.06 | 0.17 | 0 | 0.11 | 279.47 | 0.4 | 0.82 |
| Hex | D6 | BD | E3 | 6 | 11 | 0 | B | 117 | 28 | 52 |
| Octal | 326 | 275 | 343 | 6 | 21 | 0 | 13 | 427 | 50 | 122 |
| Binary | 11010110 | 10111101 | 11100011 | 110 | 10001 | 0 | 1011 | 100010111 | 101000 | 1010010 |
Color Harmonies of #D6BDE3
Complementary color
Monochromatic Colors of #D6BDE3
Black with #D6BDE3
Text Example
Text Example
White with #D6BDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BDE3; }
p { color: rgb(214,189,227); }
H1.HeaderClassName
{
color: #D6BDE3;
}
.AnyTagClassName
{
color: #D6BDE3;
}
</style>
background-color css
<style>
a { background-color: #D6BDE3; }
a { background-color: rgb(214,189,227); }
div.DivClassName
{
background-color: #D6BDE3;
}
.BgClassName
{
background-color: #D6BDE3;
}
</style>
border-color css
<style>
span { border-color: #D6BDE3; }
span { border-color: rgb(214,189,227); }
td.TdClassName
{
border-color: #D6BDE3;
}
.TagClassName
{
border-color: #D6BDE3;
}
</style>