Shades of Prelude #D6BDE0
Tints of Prelude #D6BDE0
RGB
CMYK
RGB Variations
Color information
#D6BDE0 (or 0xD6BDE0) is known color: Prelude. HEX triplet: D6, BD and E0. RGB value is (214,189,224). Sum of RGB (Red+Green+Blue) = 214+189+224=627 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.13% from 627); Green value is 189 (74.22% from 255 or 30.14% from 627); Blue value is 224 (87.89% from 255 or 35.73% from 627); Max value from RGB is 224 - color contains mainly: blue. Hex color #D6BDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BDE0 is #29421F. Grayscale: #C8C8C8. Windows color (decimal): -2703904 or 14728662. OLE color: 14728662.
HSL color Cylindrical-coordinate representation of color #D6BDE0: hue angle of 282.86º degrees, saturation: 0.36, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D6BDE0 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 214 | 189 | 224 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.12 |
| HSL | 282.86º | 0.36% | 0.81% | - |
| HSV(B) | 282.86º | 0.16% | 0.88% | - |
| XYZ | 59.38 | 56.07 | 78.21 | - |
| YUV | 200.47 | 141.28 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 189 | 224 | 0.04 | 0.16 | 0 | 0.12 | 282.86 | 0.36 | 0.81 |
| Hex | D6 | BD | E0 | 4 | 10 | 0 | C | 11B | 24 | 51 |
| Octal | 326 | 275 | 340 | 4 | 20 | 0 | 14 | 433 | 44 | 121 |
| Binary | 11010110 | 10111101 | 11100000 | 100 | 10000 | 0 | 1100 | 100011011 | 100100 | 1010001 |
Color Harmonies of #D6BDE0
Complementary color
Monochromatic Colors of #D6BDE0
Black with #D6BDE0
Text Example
Text Example
White with #D6BDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BDE0; }
p { color: rgb(214,189,224); }
H1.HeaderClassName
{
color: #D6BDE0;
}
.AnyTagClassName
{
color: #D6BDE0;
}
</style>
background-color css
<style>
a { background-color: #D6BDE0; }
a { background-color: rgb(214,189,224); }
div.DivClassName
{
background-color: #D6BDE0;
}
.BgClassName
{
background-color: #D6BDE0;
}
</style>
border-color css
<style>
span { border-color: #D6BDE0; }
span { border-color: rgb(214,189,224); }
td.TdClassName
{
border-color: #D6BDE0;
}
.TagClassName
{
border-color: #D6BDE0;
}
</style>