Shades of Prelude #D5B3DF
Tints of Prelude #D5B3DF
RGB
CMYK
RGB Variations
Color information
#D5B3DF (or 0xD5B3DF) is known color: Prelude. HEX triplet: D5, B3 and DF. RGB value is (213,179,223). Sum of RGB (Red+Green+Blue) = 213+179+223=615 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.63% from 615); Green value is 179 (70.31% from 255 or 29.11% from 615); Blue value is 223 (87.5% from 255 or 36.26% from 615); Max value from RGB is 223 - color contains mainly: blue. Hex color #D5B3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5B3DF is #2A4C20. Grayscale: #C2C2C2. Windows color (decimal): -2772001 or 14660565. OLE color: 14660565.
HSL color Cylindrical-coordinate representation of color #D5B3DF: hue angle of 286.36º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5B3DF is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 179 | 223 | - |
| CMYK | 0.04 | 0.20 | 0 | 0.13 |
| HSL | 286.36º | 0.41% | 0.79% | - |
| HSV(B) | 286.36º | 0.2% | 0.87% | - |
| XYZ | 56.88 | 51.71 | 76.8 | - |
| YUV | 194.18 | 144.26 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 179 | 223 | 0.04 | 0.20 | 0 | 0.13 | 286.36 | 0.41 | 0.79 |
| Hex | D5 | B3 | DF | 4 | 14 | 0 | D | 11E | 29 | 4F |
| Octal | 325 | 263 | 337 | 4 | 24 | 0 | 15 | 436 | 51 | 117 |
| Binary | 11010101 | 10110011 | 11011111 | 100 | 10100 | 0 | 1101 | 100011110 | 101001 | 1001111 |
Color Harmonies of #D5B3DF
Complementary color
Monochromatic Colors of #D5B3DF
Black with #D5B3DF
Text Example
Text Example
White with #D5B3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B3DF; }
p { color: rgb(213,179,223); }
H1.HeaderClassName
{
color: #D5B3DF;
}
.AnyTagClassName
{
color: #D5B3DF;
}
</style>
background-color css
<style>
a { background-color: #D5B3DF; }
a { background-color: rgb(213,179,223); }
div.DivClassName
{
background-color: #D5B3DF;
}
.BgClassName
{
background-color: #D5B3DF;
}
</style>
border-color css
<style>
span { border-color: #D5B3DF; }
span { border-color: rgb(213,179,223); }
td.TdClassName
{
border-color: #D5B3DF;
}
.TagClassName
{
border-color: #D5B3DF;
}
</style>