Shades of Prelude #D7B9DF
Tints of Prelude #D7B9DF
RGB
CMYK
RGB Variations
Color information
#D7B9DF (or 0xD7B9DF) is known color: Prelude. HEX triplet: D7, B9 and DF. RGB value is (215,185,223). Sum of RGB (Red+Green+Blue) = 215+185+223=623 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.51% from 623); Green value is 185 (72.66% from 255 or 29.70% from 623); Blue value is 223 (87.5% from 255 or 35.79% from 623); Max value from RGB is 223 - color contains mainly: blue. Hex color #D7B9DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7B9DF is #284620. Grayscale: #C6C6C6. Windows color (decimal): -2639393 or 14662103. OLE color: 14662103.
HSL color Cylindrical-coordinate representation of color #D7B9DF: hue angle of 287.37º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D7B9DF is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 215 | 185 | 223 | - |
CMYK | 0.04 | 0.17 | 0 | 0.13 |
HSL | 287.37º | 0.37% | 0.8% | - |
HSV(B) | 287.37º | 0.17% | 0.87% | - |
XYZ | 58.69 | 54.47 | 77.23 | - |
YUV | 198.3 | 141.94 | 139.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 185 | 223 | 0.04 | 0.17 | 0 | 0.13 | 287.37 | 0.37 | 0.8 |
Hex | D7 | B9 | DF | 4 | 11 | 0 | D | 11F | 25 | 50 |
Octal | 327 | 271 | 337 | 4 | 21 | 0 | 15 | 437 | 45 | 120 |
Binary | 11010111 | 10111001 | 11011111 | 100 | 10001 | 0 | 1101 | 100011111 | 100101 | 1010000 |
Color Harmonies of #D7B9DF
Complementary color
Monochromatic Colors of #D7B9DF
Black with #D7B9DF
Text Example
Text Example
White with #D7B9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B9DF; }
p { color: rgb(215,185,223); }
H1.HeaderClassName
{
color: #D7B9DF;
}
.AnyTagClassName
{
color: #D7B9DF;
}
</style>
background-color css
<style>
a { background-color: #D7B9DF; }
a { background-color: rgb(215,185,223); }
div.DivClassName
{
background-color: #D7B9DF;
}
.BgClassName
{
background-color: #D7B9DF;
}
</style>
border-color css
<style>
span { border-color: #D7B9DF; }
span { border-color: rgb(215,185,223); }
td.TdClassName
{
border-color: #D7B9DF;
}
.TagClassName
{
border-color: #D7B9DF;
}
</style>