Shades of Prelude #D0B6DF
Tints of Prelude #D0B6DF
RGB
CMYK
RGB Variations
Color information
#D0B6DF (or 0xD0B6DF) is known color: Prelude. HEX triplet: D0, B6 and DF. RGB value is (208,182,223). Sum of RGB (Red+Green+Blue) = 208+182+223=613 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.93% from 613); Green value is 182 (71.48% from 255 or 29.69% from 613); Blue value is 223 (87.5% from 255 or 36.38% from 613); Max value from RGB is 223 - color contains mainly: blue. Hex color #D0B6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0B6DF is #2F4920. Grayscale: #C2C2C2. Windows color (decimal): -3098913 or 14661328. OLE color: 14661328.
HSL color Cylindrical-coordinate representation of color #D0B6DF: hue angle of 278.05º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0B6DF is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 182 | 223 | - |
| CMYK | 0.07 | 0.18 | 0 | 0.13 |
| HSL | 278.05º | 0.39% | 0.79% | - |
| HSV(B) | 278.05º | 0.18% | 0.87% | - |
| XYZ | 56.06 | 52.19 | 76.93 | - |
| YUV | 194.45 | 144.11 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 182 | 223 | 0.07 | 0.18 | 0 | 0.13 | 278.05 | 0.39 | 0.79 |
| Hex | D0 | B6 | DF | 7 | 12 | 0 | D | 116 | 27 | 4F |
| Octal | 320 | 266 | 337 | 7 | 22 | 0 | 15 | 426 | 47 | 117 |
| Binary | 11010000 | 10110110 | 11011111 | 111 | 10010 | 0 | 1101 | 100010110 | 100111 | 1001111 |
Color Harmonies of #D0B6DF
Complementary color
Monochromatic Colors of #D0B6DF
Black with #D0B6DF
Text Example
Text Example
White with #D0B6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B6DF; }
p { color: rgb(208,182,223); }
H1.HeaderClassName
{
color: #D0B6DF;
}
.AnyTagClassName
{
color: #D0B6DF;
}
</style>
background-color css
<style>
a { background-color: #D0B6DF; }
a { background-color: rgb(208,182,223); }
div.DivClassName
{
background-color: #D0B6DF;
}
.BgClassName
{
background-color: #D0B6DF;
}
</style>
border-color css
<style>
span { border-color: #D0B6DF; }
span { border-color: rgb(208,182,223); }
td.TdClassName
{
border-color: #D0B6DF;
}
.TagClassName
{
border-color: #D0B6DF;
}
</style>