Shades of Prelude #D2BBE1
Tints of Prelude #D2BBE1
RGB
CMYK
RGB Variations
Color information
#D2BBE1 (or 0xD2BBE1) is known color: Prelude. HEX triplet: D2, BB and E1. RGB value is (210,187,225). Sum of RGB (Red+Green+Blue) = 210+187+225=622 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.76% from 622); Green value is 187 (73.44% from 255 or 30.06% from 622); Blue value is 225 (88.28% from 255 or 36.17% from 622); Max value from RGB is 225 - color contains mainly: blue. Hex color #D2BBE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BBE1 is #2D441E. Grayscale: #C6C6C6. Windows color (decimal): -2966559 or 14793682. OLE color: 14793682.
HSL color Cylindrical-coordinate representation of color #D2BBE1: hue angle of 276.32º degrees, saturation: 0.39, 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 #D2BBE1 is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 187 | 225 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.12 |
| HSL | 276.32º | 0.39% | 0.81% | - |
| HSV(B) | 276.32º | 0.17% | 0.88% | - |
| XYZ | 57.94 | 54.68 | 78.73 | - |
| YUV | 198.21 | 143.12 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 187 | 225 | 0.07 | 0.17 | 0 | 0.12 | 276.32 | 0.39 | 0.81 |
| Hex | D2 | BB | E1 | 7 | 11 | 0 | C | 114 | 27 | 51 |
| Octal | 322 | 273 | 341 | 7 | 21 | 0 | 14 | 424 | 47 | 121 |
| Binary | 11010010 | 10111011 | 11100001 | 111 | 10001 | 0 | 1100 | 100010100 | 100111 | 1010001 |
Color Harmonies of #D2BBE1
Complementary color
Monochromatic Colors of #D2BBE1
Black with #D2BBE1
Text Example
Text Example
White with #D2BBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BBE1; }
p { color: rgb(210,187,225); }
H1.HeaderClassName
{
color: #D2BBE1;
}
.AnyTagClassName
{
color: #D2BBE1;
}
</style>
background-color css
<style>
a { background-color: #D2BBE1; }
a { background-color: rgb(210,187,225); }
div.DivClassName
{
background-color: #D2BBE1;
}
.BgClassName
{
background-color: #D2BBE1;
}
</style>
border-color css
<style>
span { border-color: #D2BBE1; }
span { border-color: rgb(210,187,225); }
td.TdClassName
{
border-color: #D2BBE1;
}
.TagClassName
{
border-color: #D2BBE1;
}
</style>