Shades of Prelude #D1B7D6
Tints of Prelude #D1B7D6
RGB
CMYK
RGB Variations
Color information
#D1B7D6 (or 0xD1B7D6) is known color: Prelude. HEX triplet: D1, B7 and D6. RGB value is (209,183,214). Sum of RGB (Red+Green+Blue) = 209+183+214=606 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.49% from 606); Green value is 183 (71.88% from 255 or 30.20% from 606); Blue value is 214 (83.98% from 255 or 35.31% from 606); Max value from RGB is 214 - color contains mainly: blue. Hex color #D1B7D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1B7D6 is #2E4829. Grayscale: #C2C2C2. Windows color (decimal): -3033130 or 14071761. OLE color: 14071761.
HSL color Cylindrical-coordinate representation of color #D1B7D6: hue angle of 290.32º degrees, saturation: 0.27, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D1B7D6 is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 209 | 183 | 214 | - |
CMYK | 0.02 | 0.14 | 0 | 0.16 |
HSL | 290.32º | 0.27% | 0.78% | - |
HSV(B) | 290.32º | 0.14% | 0.84% | - |
XYZ | 55.37 | 52.28 | 70.79 | - |
YUV | 194.31 | 139.11 | 138.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 183 | 214 | 0.02 | 0.14 | 0 | 0.16 | 290.32 | 0.27 | 0.78 |
Hex | D1 | B7 | D6 | 2 | E | 0 | 10 | 122 | 1B | 4E |
Octal | 321 | 267 | 326 | 2 | 16 | 0 | 20 | 442 | 33 | 116 |
Binary | 11010001 | 10110111 | 11010110 | 10 | 1110 | 0 | 10000 | 100100010 | 11011 | 1001110 |
Color Harmonies of #D1B7D6
Complementary color
Monochromatic Colors of #D1B7D6
Black with #D1B7D6
Text Example
Text Example
White with #D1B7D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B7D6; }
p { color: rgb(209,183,214); }
H1.HeaderClassName
{
color: #D1B7D6;
}
.AnyTagClassName
{
color: #D1B7D6;
}
</style>
background-color css
<style>
a { background-color: #D1B7D6; }
a { background-color: rgb(209,183,214); }
div.DivClassName
{
background-color: #D1B7D6;
}
.BgClassName
{
background-color: #D1B7D6;
}
</style>
border-color css
<style>
span { border-color: #D1B7D6; }
span { border-color: rgb(209,183,214); }
td.TdClassName
{
border-color: #D1B7D6;
}
.TagClassName
{
border-color: #D1B7D6;
}
</style>