Shades of Prelude #D6BFDE
Tints of Prelude #D6BFDE
RGB
CMYK
RGB Variations
Color information
#D6BFDE (or 0xD6BFDE) is known color: Prelude. HEX triplet: D6, BF and DE. RGB value is (214,191,222). Sum of RGB (Red+Green+Blue) = 214+191+222=627 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.13% from 627); Green value is 191 (75% from 255 or 30.46% from 627); Blue value is 222 (87.11% from 255 or 35.41% from 627); Max value from RGB is 222 - color contains mainly: blue. Hex color #D6BFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BFDE is #294021. Grayscale: #C9C9C9. Windows color (decimal): -2703394 or 14598102. OLE color: 14598102.
HSL color Cylindrical-coordinate representation of color #D6BFDE: hue angle of 284.52º degrees, saturation: 0.32, 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 #D6BFDE is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 191 | 222 | - |
| CMYK | 0.04 | 0.14 | 0 | 0.13 |
| HSL | 284.52º | 0.32% | 0.81% | - |
| HSV(B) | 284.52º | 0.14% | 0.87% | - |
| XYZ | 59.55 | 56.83 | 76.94 | - |
| YUV | 201.41 | 139.62 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 191 | 222 | 0.04 | 0.14 | 0 | 0.13 | 284.52 | 0.32 | 0.81 |
| Hex | D6 | BF | DE | 4 | E | 0 | D | 11D | 20 | 51 |
| Octal | 326 | 277 | 336 | 4 | 16 | 0 | 15 | 435 | 40 | 121 |
| Binary | 11010110 | 10111111 | 11011110 | 100 | 1110 | 0 | 1101 | 100011101 | 100000 | 1010001 |
Color Harmonies of #D6BFDE
Complementary color
Monochromatic Colors of #D6BFDE
Black with #D6BFDE
Text Example
Text Example
White with #D6BFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BFDE; }
p { color: rgb(214,191,222); }
H1.HeaderClassName
{
color: #D6BFDE;
}
.AnyTagClassName
{
color: #D6BFDE;
}
</style>
background-color css
<style>
a { background-color: #D6BFDE; }
a { background-color: rgb(214,191,222); }
div.DivClassName
{
background-color: #D6BFDE;
}
.BgClassName
{
background-color: #D6BFDE;
}
</style>
border-color css
<style>
span { border-color: #D6BFDE; }
span { border-color: rgb(214,191,222); }
td.TdClassName
{
border-color: #D6BFDE;
}
.TagClassName
{
border-color: #D6BFDE;
}
</style>