Shades of Prelude #D0B3DF
Tints of Prelude #D0B3DF
RGB
CMYK
RGB Variations
Color information
#D0B3DF (or 0xD0B3DF) is known color: Prelude. HEX triplet: D0, B3 and DF. RGB value is (208,179,223). Sum of RGB (Red+Green+Blue) = 208+179+223=610 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.10% from 610); Green value is 179 (70.31% from 255 or 29.34% from 610); Blue value is 223 (87.5% from 255 or 36.56% from 610); Max value from RGB is 223 - color contains mainly: blue. Hex color #D0B3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0B3DF is #2F4C20. Grayscale: #C0C0C0. Windows color (decimal): -3099681 or 14660560. OLE color: 14660560.
HSL color Cylindrical-coordinate representation of color #D0B3DF: hue angle of 279.55º 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 #D0B3DF is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 179 | 223 | - |
| CMYK | 0.07 | 0.20 | 0 | 0.13 |
| HSL | 279.55º | 0.41% | 0.79% | - |
| HSV(B) | 279.55º | 0.2% | 0.87% | - |
| XYZ | 55.45 | 50.98 | 76.73 | - |
| YUV | 192.69 | 145.11 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 179 | 223 | 0.07 | 0.20 | 0 | 0.13 | 279.55 | 0.41 | 0.79 |
| Hex | D0 | B3 | DF | 7 | 14 | 0 | D | 118 | 29 | 4F |
| Octal | 320 | 263 | 337 | 7 | 24 | 0 | 15 | 430 | 51 | 117 |
| Binary | 11010000 | 10110011 | 11011111 | 111 | 10100 | 0 | 1101 | 100011000 | 101001 | 1001111 |
Color Harmonies of #D0B3DF
Complementary color
Monochromatic Colors of #D0B3DF
Black with #D0B3DF
Text Example
Text Example
White with #D0B3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B3DF; }
p { color: rgb(208,179,223); }
H1.HeaderClassName
{
color: #D0B3DF;
}
.AnyTagClassName
{
color: #D0B3DF;
}
</style>
background-color css
<style>
a { background-color: #D0B3DF; }
a { background-color: rgb(208,179,223); }
div.DivClassName
{
background-color: #D0B3DF;
}
.BgClassName
{
background-color: #D0B3DF;
}
</style>
border-color css
<style>
span { border-color: #D0B3DF; }
span { border-color: rgb(208,179,223); }
td.TdClassName
{
border-color: #D0B3DF;
}
.TagClassName
{
border-color: #D0B3DF;
}
</style>