Shades of Prelude #D1BBE0
Tints of Prelude #D1BBE0
RGB
CMYK
RGB Variations
Color information
#D1BBE0 (or 0xD1BBE0) is known color: Prelude. HEX triplet: D1, BB and E0. RGB value is (209,187,224). Sum of RGB (Red+Green+Blue) = 209+187+224=620 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.71% from 620); Green value is 187 (73.44% from 255 or 30.16% from 620); Blue value is 224 (87.89% from 255 or 36.13% from 620); Max value from RGB is 224 - color contains mainly: blue. Hex color #D1BBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BBE0 is #2E441F. Grayscale: #C5C5C5. Windows color (decimal): -3032096 or 14728145. OLE color: 14728145.
HSL color Cylindrical-coordinate representation of color #D1BBE0: hue angle of 275.68º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D1BBE0 is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 187 | 224 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.12 |
| HSL | 275.68º | 0.37% | 0.81% | - |
| HSV(B) | 275.68º | 0.17% | 0.88% | - |
| XYZ | 57.52 | 54.48 | 78 | - |
| YUV | 197.8 | 142.79 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 187 | 224 | 0.07 | 0.17 | 0 | 0.12 | 275.68 | 0.37 | 0.81 |
| Hex | D1 | BB | E0 | 7 | 11 | 0 | C | 114 | 25 | 51 |
| Octal | 321 | 273 | 340 | 7 | 21 | 0 | 14 | 424 | 45 | 121 |
| Binary | 11010001 | 10111011 | 11100000 | 111 | 10001 | 0 | 1100 | 100010100 | 100101 | 1010001 |
Color Harmonies of #D1BBE0
Complementary color
Monochromatic Colors of #D1BBE0
Black with #D1BBE0
Text Example
Text Example
White with #D1BBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BBE0; }
p { color: rgb(209,187,224); }
H1.HeaderClassName
{
color: #D1BBE0;
}
.AnyTagClassName
{
color: #D1BBE0;
}
</style>
background-color css
<style>
a { background-color: #D1BBE0; }
a { background-color: rgb(209,187,224); }
div.DivClassName
{
background-color: #D1BBE0;
}
.BgClassName
{
background-color: #D1BBE0;
}
</style>
border-color css
<style>
span { border-color: #D1BBE0; }
span { border-color: rgb(209,187,224); }
td.TdClassName
{
border-color: #D1BBE0;
}
.TagClassName
{
border-color: #D1BBE0;
}
</style>