Shades of Prelude #D7BFE2
Tints of Prelude #D7BFE2
RGB
CMYK
RGB Variations
Color information
#D7BFE2 (or 0xD7BFE2) is known color: Prelude. HEX triplet: D7, BF and E2. RGB value is (215,191,226). Sum of RGB (Red+Green+Blue) = 215+191+226=632 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.02% from 632); Green value is 191 (75% from 255 or 30.22% from 632); Blue value is 226 (88.67% from 255 or 35.76% from 632); Max value from RGB is 226 - color contains mainly: blue. Hex color #D7BFE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BFE2 is #28401D. Grayscale: #CACACA. Windows color (decimal): -2637854 or 14860247. OLE color: 14860247.
HSL color Cylindrical-coordinate representation of color #D7BFE2: hue angle of 281.14º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D7BFE2 is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 215 | 191 | 226 | - |
| CMYK | 0.05 | 0.15 | 0 | 0.11 |
| HSL | 281.14º | 0.38% | 0.82% | - |
| HSV(B) | 281.14º | 0.15% | 0.89% | - |
| XYZ | 60.38 | 57.2 | 79.81 | - |
| YUV | 202.17 | 141.45 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 191 | 226 | 0.05 | 0.15 | 0 | 0.11 | 281.14 | 0.38 | 0.82 |
| Hex | D7 | BF | E2 | 5 | F | 0 | B | 119 | 26 | 52 |
| Octal | 327 | 277 | 342 | 5 | 17 | 0 | 13 | 431 | 46 | 122 |
| Binary | 11010111 | 10111111 | 11100010 | 101 | 1111 | 0 | 1011 | 100011001 | 100110 | 1010010 |
Color Harmonies of #D7BFE2
Complementary color
Monochromatic Colors of #D7BFE2
Black with #D7BFE2
Text Example
Text Example
White with #D7BFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BFE2; }
p { color: rgb(215,191,226); }
H1.HeaderClassName
{
color: #D7BFE2;
}
.AnyTagClassName
{
color: #D7BFE2;
}
</style>
background-color css
<style>
a { background-color: #D7BFE2; }
a { background-color: rgb(215,191,226); }
div.DivClassName
{
background-color: #D7BFE2;
}
.BgClassName
{
background-color: #D7BFE2;
}
</style>
border-color css
<style>
span { border-color: #D7BFE2; }
span { border-color: rgb(215,191,226); }
td.TdClassName
{
border-color: #D7BFE2;
}
.TagClassName
{
border-color: #D7BFE2;
}
</style>