Shades of Prelude #D6B9E6
Tints of Prelude #D6B9E6
RGB
CMYK
RGB Variations
Color information
#D6B9E6 (or 0xD6B9E6) is known color: Prelude. HEX triplet: D6, B9 and E6. RGB value is (214,185,230). Sum of RGB (Red+Green+Blue) = 214+185+230=629 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.02% from 629); Green value is 185 (72.66% from 255 or 29.41% from 629); Blue value is 230 (90.23% from 255 or 36.57% from 629); Max value from RGB is 230 - color contains mainly: blue. Hex color #D6B9E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6B9E6 is #294619. Grayscale: #C6C6C6. Windows color (decimal): -2704922 or 15120854. OLE color: 15120854.
HSL color Cylindrical-coordinate representation of color #D6B9E6: hue angle of 278.67º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D6B9E6 is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 214 | 185 | 230 | - |
| CMYK | 0.07 | 0.20 | 0 | 0.10 |
| HSL | 278.67º | 0.47% | 0.81% | - |
| HSV(B) | 278.67º | 0.2% | 0.9% | - |
| XYZ | 59.36 | 54.71 | 82.29 | - |
| YUV | 198.8 | 145.61 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 185 | 230 | 0.07 | 0.20 | 0 | 0.10 | 278.67 | 0.47 | 0.81 |
| Hex | D6 | B9 | E6 | 7 | 14 | 0 | A | 117 | 2F | 51 |
| Octal | 326 | 271 | 346 | 7 | 24 | 0 | 12 | 427 | 57 | 121 |
| Binary | 11010110 | 10111001 | 11100110 | 111 | 10100 | 0 | 1010 | 100010111 | 101111 | 1010001 |
Color Harmonies of #D6B9E6
Complementary color
Monochromatic Colors of #D6B9E6
Black with #D6B9E6
Text Example
Text Example
White with #D6B9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B9E6; }
p { color: rgb(214,185,230); }
H1.HeaderClassName
{
color: #D6B9E6;
}
.AnyTagClassName
{
color: #D6B9E6;
}
</style>
background-color css
<style>
a { background-color: #D6B9E6; }
a { background-color: rgb(214,185,230); }
div.DivClassName
{
background-color: #D6B9E6;
}
.BgClassName
{
background-color: #D6B9E6;
}
</style>
border-color css
<style>
span { border-color: #D6B9E6; }
span { border-color: rgb(214,185,230); }
td.TdClassName
{
border-color: #D6B9E6;
}
.TagClassName
{
border-color: #D6B9E6;
}
</style>