Shades of Prelude #D6BDE2
Tints of Prelude #D6BDE2
RGB
CMYK
RGB Variations
Color information
#D6BDE2 (or 0xD6BDE2) is known color: Prelude. HEX triplet: D6, BD and E2. RGB value is (214,189,226). Sum of RGB (Red+Green+Blue) = 214+189+226=629 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.02% from 629); Green value is 189 (74.22% from 255 or 30.05% from 629); Blue value is 226 (88.67% from 255 or 35.93% from 629); Max value from RGB is 226 - color contains mainly: blue. Hex color #D6BDE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BDE2 is #29421D. Grayscale: #C8C8C8. Windows color (decimal): -2703902 or 14859734. OLE color: 14859734.
HSL color Cylindrical-coordinate representation of color #D6BDE2: hue angle of 280.54º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D6BDE2 is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 214 | 189 | 226 | - |
| CMYK | 0.05 | 0.16 | 0 | 0.11 |
| HSL | 280.54º | 0.39% | 0.81% | - |
| HSV(B) | 280.54º | 0.16% | 0.89% | - |
| XYZ | 59.66 | 56.18 | 79.65 | - |
| YUV | 200.69 | 142.28 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 189 | 226 | 0.05 | 0.16 | 0 | 0.11 | 280.54 | 0.39 | 0.81 |
| Hex | D6 | BD | E2 | 5 | 10 | 0 | B | 119 | 27 | 51 |
| Octal | 326 | 275 | 342 | 5 | 20 | 0 | 13 | 431 | 47 | 121 |
| Binary | 11010110 | 10111101 | 11100010 | 101 | 10000 | 0 | 1011 | 100011001 | 100111 | 1010001 |
Color Harmonies of #D6BDE2
Complementary color
Monochromatic Colors of #D6BDE2
Black with #D6BDE2
Text Example
Text Example
White with #D6BDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BDE2; }
p { color: rgb(214,189,226); }
H1.HeaderClassName
{
color: #D6BDE2;
}
.AnyTagClassName
{
color: #D6BDE2;
}
</style>
background-color css
<style>
a { background-color: #D6BDE2; }
a { background-color: rgb(214,189,226); }
div.DivClassName
{
background-color: #D6BDE2;
}
.BgClassName
{
background-color: #D6BDE2;
}
</style>
border-color css
<style>
span { border-color: #D6BDE2; }
span { border-color: rgb(214,189,226); }
td.TdClassName
{
border-color: #D6BDE2;
}
.TagClassName
{
border-color: #D6BDE2;
}
</style>