Shades of Prelude #D6B2DE
Tints of Prelude #D6B2DE
RGB
CMYK
RGB Variations
Color information
#D6B2DE (or 0xD6B2DE) is known color: Prelude. HEX triplet: D6, B2 and DE. RGB value is (214,178,222). Sum of RGB (Red+Green+Blue) = 214+178+222=614 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.85% from 614); Green value is 178 (69.92% from 255 or 28.99% from 614); Blue value is 222 (87.11% from 255 or 36.16% from 614); Max value from RGB is 222 - color contains mainly: blue. Hex color #D6B2DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6B2DE is #294D21. Grayscale: #C1C1C1. Windows color (decimal): -2706722 or 14594774. OLE color: 14594774.
HSL color Cylindrical-coordinate representation of color #D6B2DE: hue angle of 289.09º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D6B2DE is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 178 | 222 | - |
| CMYK | 0.04 | 0.20 | 0 | 0.13 |
| HSL | 289.09º | 0.4% | 0.78% | - |
| HSV(B) | 289.09º | 0.2% | 0.87% | - |
| XYZ | 56.84 | 51.41 | 76.03 | - |
| YUV | 193.78 | 143.93 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 178 | 222 | 0.04 | 0.20 | 0 | 0.13 | 289.09 | 0.4 | 0.78 |
| Hex | D6 | B2 | DE | 4 | 14 | 0 | D | 121 | 28 | 4E |
| Octal | 326 | 262 | 336 | 4 | 24 | 0 | 15 | 441 | 50 | 116 |
| Binary | 11010110 | 10110010 | 11011110 | 100 | 10100 | 0 | 1101 | 100100001 | 101000 | 1001110 |
Color Harmonies of #D6B2DE
Complementary color
Monochromatic Colors of #D6B2DE
Black with #D6B2DE
Text Example
Text Example
White with #D6B2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B2DE; }
p { color: rgb(214,178,222); }
H1.HeaderClassName
{
color: #D6B2DE;
}
.AnyTagClassName
{
color: #D6B2DE;
}
</style>
background-color css
<style>
a { background-color: #D6B2DE; }
a { background-color: rgb(214,178,222); }
div.DivClassName
{
background-color: #D6B2DE;
}
.BgClassName
{
background-color: #D6B2DE;
}
</style>
border-color css
<style>
span { border-color: #D6B2DE; }
span { border-color: rgb(214,178,222); }
td.TdClassName
{
border-color: #D6B2DE;
}
.TagClassName
{
border-color: #D6B2DE;
}
</style>