Shades of Prelude #D6BCE2
Tints of Prelude #D6BCE2
RGB
CMYK
RGB Variations
Color information
#D6BCE2 (or 0xD6BCE2) is known color: Prelude. HEX triplet: D6, BC and E2. RGB value is (214,188,226). Sum of RGB (Red+Green+Blue) = 214+188+226=628 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.08% from 628); Green value is 188 (73.83% from 255 or 29.94% from 628); Blue value is 226 (88.67% from 255 or 35.99% from 628); Max value from RGB is 226 - color contains mainly: blue. Hex color #D6BCE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BCE2 is #29431D. Grayscale: #C7C7C7. Windows color (decimal): -2704158 or 14859478. OLE color: 14859478.
HSL color Cylindrical-coordinate representation of color #D6BCE2: hue angle of 281.05º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D6BCE2 is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 214 | 188 | 226 | - |
| CMYK | 0.05 | 0.17 | 0 | 0.11 |
| HSL | 281.05º | 0.4% | 0.81% | - |
| HSV(B) | 281.05º | 0.17% | 0.89% | - |
| XYZ | 59.44 | 55.75 | 79.58 | - |
| YUV | 200.11 | 142.61 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 188 | 226 | 0.05 | 0.17 | 0 | 0.11 | 281.05 | 0.4 | 0.81 |
| Hex | D6 | BC | E2 | 5 | 11 | 0 | B | 119 | 28 | 51 |
| Octal | 326 | 274 | 342 | 5 | 21 | 0 | 13 | 431 | 50 | 121 |
| Binary | 11010110 | 10111100 | 11100010 | 101 | 10001 | 0 | 1011 | 100011001 | 101000 | 1010001 |
Color Harmonies of #D6BCE2
Complementary color
Monochromatic Colors of #D6BCE2
Black with #D6BCE2
Text Example
Text Example
White with #D6BCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BCE2; }
p { color: rgb(214,188,226); }
H1.HeaderClassName
{
color: #D6BCE2;
}
.AnyTagClassName
{
color: #D6BCE2;
}
</style>
background-color css
<style>
a { background-color: #D6BCE2; }
a { background-color: rgb(214,188,226); }
div.DivClassName
{
background-color: #D6BCE2;
}
.BgClassName
{
background-color: #D6BCE2;
}
</style>
border-color css
<style>
span { border-color: #D6BCE2; }
span { border-color: rgb(214,188,226); }
td.TdClassName
{
border-color: #D6BCE2;
}
.TagClassName
{
border-color: #D6BCE2;
}
</style>