Shades of Prelude #D2BBE0
Tints of Prelude #D2BBE0
RGB
CMYK
RGB Variations
Color information
#D2BBE0 (or 0xD2BBE0) is known color: Prelude. HEX triplet: D2, BB and E0. RGB value is (210,187,224). Sum of RGB (Red+Green+Blue) = 210+187+224=621 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.82% from 621); Green value is 187 (73.44% from 255 or 30.11% from 621); Blue value is 224 (87.89% from 255 or 36.07% from 621); Max value from RGB is 224 - color contains mainly: blue. Hex color #D2BBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BBE0 is #2D441F. Grayscale: #C5C5C5. Windows color (decimal): -2966560 or 14728146. OLE color: 14728146.
HSL color Cylindrical-coordinate representation of color #D2BBE0: hue angle of 277.3º 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 #D2BBE0 is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 187 | 224 | - |
| CMYK | 0.06 | 0.17 | 0 | 0.12 |
| HSL | 277.3º | 0.37% | 0.81% | - |
| HSV(B) | 277.3º | 0.17% | 0.88% | - |
| XYZ | 57.8 | 54.62 | 78.02 | - |
| YUV | 198.1 | 142.62 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 187 | 224 | 0.06 | 0.17 | 0 | 0.12 | 277.3 | 0.37 | 0.81 |
| Hex | D2 | BB | E0 | 6 | 11 | 0 | C | 115 | 25 | 51 |
| Octal | 322 | 273 | 340 | 6 | 21 | 0 | 14 | 425 | 45 | 121 |
| Binary | 11010010 | 10111011 | 11100000 | 110 | 10001 | 0 | 1100 | 100010101 | 100101 | 1010001 |
Color Harmonies of #D2BBE0
Complementary color
Monochromatic Colors of #D2BBE0
Black with #D2BBE0
Text Example
Text Example
White with #D2BBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BBE0; }
p { color: rgb(210,187,224); }
H1.HeaderClassName
{
color: #D2BBE0;
}
.AnyTagClassName
{
color: #D2BBE0;
}
</style>
background-color css
<style>
a { background-color: #D2BBE0; }
a { background-color: rgb(210,187,224); }
div.DivClassName
{
background-color: #D2BBE0;
}
.BgClassName
{
background-color: #D2BBE0;
}
</style>
border-color css
<style>
span { border-color: #D2BBE0; }
span { border-color: rgb(210,187,224); }
td.TdClassName
{
border-color: #D2BBE0;
}
.TagClassName
{
border-color: #D2BBE0;
}
</style>