Shades of Prelude #D6BEDD
Tints of Prelude #D6BEDD
RGB
CMYK
RGB Variations
Color information
#D6BEDD (or 0xD6BEDD) is known color: Prelude. HEX triplet: D6, BE and DD. RGB value is (214,190,221). Sum of RGB (Red+Green+Blue) = 214+190+221=625 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.24% from 625); Green value is 190 (74.61% from 255 or 30.4% from 625); Blue value is 221 (86.72% from 255 or 35.36% from 625); Max value from RGB is 221 - color contains mainly: blue. Hex color #D6BEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BEDD is #294122. Grayscale: #C8C8C8. Windows color (decimal): -2703651 or 14532310. OLE color: 14532310.
HSL color Cylindrical-coordinate representation of color #D6BEDD: hue angle of 286.45º degrees, saturation: 0.31, 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 #D6BEDD is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 190 | 221 | - |
| CMYK | 0.03 | 0.14 | 0 | 0.13 |
| HSL | 286.45º | 0.31% | 0.81% | - |
| HSV(B) | 286.45º | 0.14% | 0.87% | - |
| XYZ | 59.2 | 56.34 | 76.16 | - |
| YUV | 200.71 | 139.45 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 190 | 221 | 0.03 | 0.14 | 0 | 0.13 | 286.45 | 0.31 | 0.81 |
| Hex | D6 | BE | DD | 3 | E | 0 | D | 11E | 1F | 51 |
| Octal | 326 | 276 | 335 | 3 | 16 | 0 | 15 | 436 | 37 | 121 |
| Binary | 11010110 | 10111110 | 11011101 | 11 | 1110 | 0 | 1101 | 100011110 | 11111 | 1010001 |
Color Harmonies of #D6BEDD
Complementary color
Monochromatic Colors of #D6BEDD
Black with #D6BEDD
Text Example
Text Example
White with #D6BEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BEDD; }
p { color: rgb(214,190,221); }
H1.HeaderClassName
{
color: #D6BEDD;
}
.AnyTagClassName
{
color: #D6BEDD;
}
</style>
background-color css
<style>
a { background-color: #D6BEDD; }
a { background-color: rgb(214,190,221); }
div.DivClassName
{
background-color: #D6BEDD;
}
.BgClassName
{
background-color: #D6BEDD;
}
</style>
border-color css
<style>
span { border-color: #D6BEDD; }
span { border-color: rgb(214,190,221); }
td.TdClassName
{
border-color: #D6BEDD;
}
.TagClassName
{
border-color: #D6BEDD;
}
</style>