Shades of Prelude #D6BEDF
Tints of Prelude #D6BEDF
RGB
CMYK
RGB Variations
Color information
#D6BEDF (or 0xD6BEDF) is known color: Prelude. HEX triplet: D6, BE and DF. RGB value is (214,190,223). Sum of RGB (Red+Green+Blue) = 214+190+223=627 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.13% from 627); Green value is 190 (74.61% from 255 or 30.30% from 627); Blue value is 223 (87.5% from 255 or 35.57% from 627); Max value from RGB is 223 - color contains mainly: blue. Hex color #D6BEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BEDF is #294120. Grayscale: #C8C8C8. Windows color (decimal): -2703649 or 14663382. OLE color: 14663382.
HSL color Cylindrical-coordinate representation of color #D6BEDF: hue angle of 283.64º degrees, saturation: 0.34, 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 #D6BEDF is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 190 | 223 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.13 |
| HSL | 283.64º | 0.34% | 0.81% | - |
| HSV(B) | 283.64º | 0.15% | 0.87% | - |
| XYZ | 59.46 | 56.45 | 77.57 | - |
| YUV | 200.94 | 140.45 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 190 | 223 | 0.04 | 0.15 | 0 | 0.13 | 283.64 | 0.34 | 0.81 |
| Hex | D6 | BE | DF | 4 | F | 0 | D | 11C | 22 | 51 |
| Octal | 326 | 276 | 337 | 4 | 17 | 0 | 15 | 434 | 42 | 121 |
| Binary | 11010110 | 10111110 | 11011111 | 100 | 1111 | 0 | 1101 | 100011100 | 100010 | 1010001 |
Color Harmonies of #D6BEDF
Complementary color
Monochromatic Colors of #D6BEDF
Black with #D6BEDF
Text Example
Text Example
White with #D6BEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BEDF; }
p { color: rgb(214,190,223); }
H1.HeaderClassName
{
color: #D6BEDF;
}
.AnyTagClassName
{
color: #D6BEDF;
}
</style>
background-color css
<style>
a { background-color: #D6BEDF; }
a { background-color: rgb(214,190,223); }
div.DivClassName
{
background-color: #D6BEDF;
}
.BgClassName
{
background-color: #D6BEDF;
}
</style>
border-color css
<style>
span { border-color: #D6BEDF; }
span { border-color: rgb(214,190,223); }
td.TdClassName
{
border-color: #D6BEDF;
}
.TagClassName
{
border-color: #D6BEDF;
}
</style>