Shades of Prelude #D6B2E5
Tints of Prelude #D6B2E5
RGB
CMYK
RGB Variations
Color information
#D6B2E5 (or 0xD6B2E5) is known color: Prelude. HEX triplet: D6, B2 and E5. RGB value is (214,178,229). Sum of RGB (Red+Green+Blue) = 214+178+229=621 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.46% from 621); Green value is 178 (69.92% from 255 or 28.66% from 621); Blue value is 229 (89.84% from 255 or 36.88% from 621); Max value from RGB is 229 - color contains mainly: blue. Hex color #D6B2E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6B2E5 is #294D1A. Grayscale: #C2C2C2. Windows color (decimal): -2706715 or 15053526. OLE color: 15053526.
HSL color Cylindrical-coordinate representation of color #D6B2E5: hue angle of 282.35º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D6B2E5 is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 214 | 178 | 229 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.10 |
| HSL | 282.35º | 0.5% | 0.8% | - |
| HSV(B) | 282.35º | 0.22% | 0.9% | - |
| XYZ | 57.79 | 51.79 | 81.08 | - |
| YUV | 194.58 | 147.43 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 178 | 229 | 0.07 | 0.22 | 0 | 0.10 | 282.35 | 0.5 | 0.8 |
| Hex | D6 | B2 | E5 | 7 | 16 | 0 | A | 11A | 32 | 50 |
| Octal | 326 | 262 | 345 | 7 | 26 | 0 | 12 | 432 | 62 | 120 |
| Binary | 11010110 | 10110010 | 11100101 | 111 | 10110 | 0 | 1010 | 100011010 | 110010 | 1010000 |
Color Harmonies of #D6B2E5
Complementary color
Monochromatic Colors of #D6B2E5
Black with #D6B2E5
Text Example
Text Example
White with #D6B2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B2E5; }
p { color: rgb(214,178,229); }
H1.HeaderClassName
{
color: #D6B2E5;
}
.AnyTagClassName
{
color: #D6B2E5;
}
</style>
background-color css
<style>
a { background-color: #D6B2E5; }
a { background-color: rgb(214,178,229); }
div.DivClassName
{
background-color: #D6B2E5;
}
.BgClassName
{
background-color: #D6B2E5;
}
</style>
border-color css
<style>
span { border-color: #D6B2E5; }
span { border-color: rgb(214,178,229); }
td.TdClassName
{
border-color: #D6B2E5;
}
.TagClassName
{
border-color: #D6B2E5;
}
</style>