Shades of Prelude #D0B7D7
Tints of Prelude #D0B7D7
RGB
CMYK
RGB Variations
Color information
#D0B7D7 (or 0xD0B7D7) is known color: Prelude. HEX triplet: D0, B7 and D7. RGB value is (208,183,215). Sum of RGB (Red+Green+Blue) = 208+183+215=606 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.32% from 606); Green value is 183 (71.88% from 255 or 30.20% from 606); Blue value is 215 (84.38% from 255 or 35.48% from 606); Max value from RGB is 215 - color contains mainly: blue. Hex color #D0B7D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0B7D7 is #2F4828. Grayscale: #C2C2C2. Windows color (decimal): -3098665 or 14137296. OLE color: 14137296.
HSL color Cylindrical-coordinate representation of color #D0B7D7: hue angle of 286.88º degrees, saturation: 0.29, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D0B7D7 is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 183 | 215 | - |
| CMYK | 0.03 | 0.15 | 0 | 0.16 |
| HSL | 286.88º | 0.29% | 0.78% | - |
| HSV(B) | 286.88º | 0.15% | 0.84% | - |
| XYZ | 55.21 | 52.18 | 71.45 | - |
| YUV | 194.12 | 139.78 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 183 | 215 | 0.03 | 0.15 | 0 | 0.16 | 286.88 | 0.29 | 0.78 |
| Hex | D0 | B7 | D7 | 3 | F | 0 | 10 | 11F | 1D | 4E |
| Octal | 320 | 267 | 327 | 3 | 17 | 0 | 20 | 437 | 35 | 116 |
| Binary | 11010000 | 10110111 | 11010111 | 11 | 1111 | 0 | 10000 | 100011111 | 11101 | 1001110 |
Color Harmonies of #D0B7D7
Complementary color
Monochromatic Colors of #D0B7D7
Black with #D0B7D7
Text Example
Text Example
White with #D0B7D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B7D7; }
p { color: rgb(208,183,215); }
H1.HeaderClassName
{
color: #D0B7D7;
}
.AnyTagClassName
{
color: #D0B7D7;
}
</style>
background-color css
<style>
a { background-color: #D0B7D7; }
a { background-color: rgb(208,183,215); }
div.DivClassName
{
background-color: #D0B7D7;
}
.BgClassName
{
background-color: #D0B7D7;
}
</style>
border-color css
<style>
span { border-color: #D0B7D7; }
span { border-color: rgb(208,183,215); }
td.TdClassName
{
border-color: #D0B7D7;
}
.TagClassName
{
border-color: #D0B7D7;
}
</style>