Shades of Prelude #D0BCD5
Tints of Prelude #D0BCD5
RGB
CMYK
RGB Variations
Color information
#D0BCD5 (or 0xD0BCD5) is known color: Prelude. HEX triplet: D0, BC and D5. RGB value is (208,188,213). Sum of RGB (Red+Green+Blue) = 208+188+213=609 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.15% from 609); Green value is 188 (73.83% from 255 or 30.87% from 609); Blue value is 213 (83.59% from 255 or 34.98% from 609); Max value from RGB is 213 - color contains mainly: blue. Hex color #D0BCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BCD5 is #2F432A. Grayscale: #C4C4C4. Windows color (decimal): -3097387 or 14007504. OLE color: 14007504.
HSL color Cylindrical-coordinate representation of color #D0BCD5: hue angle of 288º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D0BCD5 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 188 | 213 | - |
| CMYK | 0.02 | 0.12 | 0 | 0.16 |
| HSL | 288º | 0.23% | 0.79% | - |
| HSV(B) | 288º | 0.12% | 0.84% | - |
| XYZ | 56.01 | 54.18 | 70.46 | - |
| YUV | 196.83 | 137.13 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 188 | 213 | 0.02 | 0.12 | 0 | 0.16 | 288 | 0.23 | 0.79 |
| Hex | D0 | BC | D5 | 2 | C | 0 | 10 | 120 | 17 | 4F |
| Octal | 320 | 274 | 325 | 2 | 14 | 0 | 20 | 440 | 27 | 117 |
| Binary | 11010000 | 10111100 | 11010101 | 10 | 1100 | 0 | 10000 | 100100000 | 10111 | 1001111 |
Color Harmonies of #D0BCD5
Complementary color
Monochromatic Colors of #D0BCD5
Black with #D0BCD5
Text Example
Text Example
White with #D0BCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BCD5; }
p { color: rgb(208,188,213); }
H1.HeaderClassName
{
color: #D0BCD5;
}
.AnyTagClassName
{
color: #D0BCD5;
}
</style>
background-color css
<style>
a { background-color: #D0BCD5; }
a { background-color: rgb(208,188,213); }
div.DivClassName
{
background-color: #D0BCD5;
}
.BgClassName
{
background-color: #D0BCD5;
}
</style>
border-color css
<style>
span { border-color: #D0BCD5; }
span { border-color: rgb(208,188,213); }
td.TdClassName
{
border-color: #D0BCD5;
}
.TagClassName
{
border-color: #D0BCD5;
}
</style>