Shades of Prelude #D6BDDE
Tints of Prelude #D6BDDE
RGB
CMYK
RGB Variations
Color information
#D6BDDE (or 0xD6BDDE) is known color: Prelude. HEX triplet: D6, BD and DE. RGB value is (214,189,222). Sum of RGB (Red+Green+Blue) = 214+189+222=625 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.24% from 625); Green value is 189 (74.22% from 255 or 30.24% from 625); Blue value is 222 (87.11% from 255 or 35.52% from 625); Max value from RGB is 222 - color contains mainly: blue. Hex color #D6BDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BDDE is #294221. Grayscale: #C8C8C8. Windows color (decimal): -2703906 or 14597590. OLE color: 14597590.
HSL color Cylindrical-coordinate representation of color #D6BDDE: hue angle of 285.45º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6BDDE is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 189 | 222 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.13 |
| HSL | 285.45º | 0.33% | 0.81% | - |
| HSV(B) | 285.45º | 0.15% | 0.87% | - |
| XYZ | 59.11 | 55.97 | 76.79 | - |
| YUV | 200.24 | 140.28 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 189 | 222 | 0.04 | 0.15 | 0 | 0.13 | 285.45 | 0.33 | 0.81 |
| Hex | D6 | BD | DE | 4 | F | 0 | D | 11D | 21 | 51 |
| Octal | 326 | 275 | 336 | 4 | 17 | 0 | 15 | 435 | 41 | 121 |
| Binary | 11010110 | 10111101 | 11011110 | 100 | 1111 | 0 | 1101 | 100011101 | 100001 | 1010001 |
Color Harmonies of #D6BDDE
Complementary color
Monochromatic Colors of #D6BDDE
Black with #D6BDDE
Text Example
Text Example
White with #D6BDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BDDE; }
p { color: rgb(214,189,222); }
H1.HeaderClassName
{
color: #D6BDDE;
}
.AnyTagClassName
{
color: #D6BDDE;
}
</style>
background-color css
<style>
a { background-color: #D6BDDE; }
a { background-color: rgb(214,189,222); }
div.DivClassName
{
background-color: #D6BDDE;
}
.BgClassName
{
background-color: #D6BDDE;
}
</style>
border-color css
<style>
span { border-color: #D6BDDE; }
span { border-color: rgb(214,189,222); }
td.TdClassName
{
border-color: #D6BDDE;
}
.TagClassName
{
border-color: #D6BDDE;
}
</style>