Shades of Prelude #D6BFDF
Tints of Prelude #D6BFDF
RGB
CMYK
RGB Variations
Color information
#D6BFDF (or 0xD6BFDF) is known color: Prelude. HEX triplet: D6, BF and DF. RGB value is (214,191,223). Sum of RGB (Red+Green+Blue) = 214+191+223=628 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.08% from 628); Green value is 191 (75% from 255 or 30.41% from 628); Blue value is 223 (87.5% from 255 or 35.51% from 628); Max value from RGB is 223 - color contains mainly: blue. Hex color #D6BFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BFDF is #294020. Grayscale: #C9C9C9. Windows color (decimal): -2703393 or 14663638. OLE color: 14663638.
HSL color Cylindrical-coordinate representation of color #D6BFDF: hue angle of 283.12º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D6BFDF is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 191 | 223 | - |
| CMYK | 0.04 | 0.14 | 0 | 0.13 |
| HSL | 283.13º | 0.33% | 0.81% | - |
| HSV(B) | 283.13º | 0.14% | 0.87% | - |
| XYZ | 59.68 | 56.89 | 77.65 | - |
| YUV | 201.53 | 140.12 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 191 | 223 | 0.04 | 0.14 | 0 | 0.13 | 283.13 | 0.33 | 0.81 |
| Hex | D6 | BF | DF | 4 | E | 0 | D | 11B | 21 | 51 |
| Octal | 326 | 277 | 337 | 4 | 16 | 0 | 15 | 433 | 41 | 121 |
| Binary | 11010110 | 10111111 | 11011111 | 100 | 1110 | 0 | 1101 | 100011011 | 100001 | 1010001 |
Color Harmonies of #D6BFDF
Complementary color
Monochromatic Colors of #D6BFDF
Black with #D6BFDF
Text Example
Text Example
White with #D6BFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BFDF; }
p { color: rgb(214,191,223); }
H1.HeaderClassName
{
color: #D6BFDF;
}
.AnyTagClassName
{
color: #D6BFDF;
}
</style>
background-color css
<style>
a { background-color: #D6BFDF; }
a { background-color: rgb(214,191,223); }
div.DivClassName
{
background-color: #D6BFDF;
}
.BgClassName
{
background-color: #D6BFDF;
}
</style>
border-color css
<style>
span { border-color: #D6BFDF; }
span { border-color: rgb(214,191,223); }
td.TdClassName
{
border-color: #D6BFDF;
}
.TagClassName
{
border-color: #D6BFDF;
}
</style>