Shades of Prelude #D8BCE2
Tints of Prelude #D8BCE2
RGB
CMYK
RGB Variations
Color information
#D8BCE2 (or 0xD8BCE2) is known color: Prelude. HEX triplet: D8, BC and E2. RGB value is (216,188,226). Sum of RGB (Red+Green+Blue) = 216+188+226=630 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.29% from 630); Green value is 188 (73.83% from 255 or 29.84% from 630); Blue value is 226 (88.67% from 255 or 35.87% from 630); Max value from RGB is 226 - color contains mainly: blue. Hex color #D8BCE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BCE2 is #27431D. Grayscale: #C8C8C8. Windows color (decimal): -2573086 or 14859480. OLE color: 14859480.
HSL color Cylindrical-coordinate representation of color #D8BCE2: hue angle of 284.21º 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 #D8BCE2 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 216 | 188 | 226 | - |
| CMYK | 0.04 | 0.17 | 0 | 0.11 |
| HSL | 284.21º | 0.4% | 0.81% | - |
| HSV(B) | 284.21º | 0.17% | 0.89% | - |
| XYZ | 60.03 | 56.06 | 79.61 | - |
| YUV | 200.7 | 142.28 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 188 | 226 | 0.04 | 0.17 | 0 | 0.11 | 284.21 | 0.4 | 0.81 |
| Hex | D8 | BC | E2 | 4 | 11 | 0 | B | 11C | 28 | 51 |
| Octal | 330 | 274 | 342 | 4 | 21 | 0 | 13 | 434 | 50 | 121 |
| Binary | 11011000 | 10111100 | 11100010 | 100 | 10001 | 0 | 1011 | 100011100 | 101000 | 1010001 |
Color Harmonies of #D8BCE2
Complementary color
Monochromatic Colors of #D8BCE2
Black with #D8BCE2
Text Example
Text Example
White with #D8BCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BCE2; }
p { color: rgb(216,188,226); }
H1.HeaderClassName
{
color: #D8BCE2;
}
.AnyTagClassName
{
color: #D8BCE2;
}
</style>
background-color css
<style>
a { background-color: #D8BCE2; }
a { background-color: rgb(216,188,226); }
div.DivClassName
{
background-color: #D8BCE2;
}
.BgClassName
{
background-color: #D8BCE2;
}
</style>
border-color css
<style>
span { border-color: #D8BCE2; }
span { border-color: rgb(216,188,226); }
td.TdClassName
{
border-color: #D8BCE2;
}
.TagClassName
{
border-color: #D8BCE2;
}
</style>