Shades of Prelude #D0B8DC
Tints of Prelude #D0B8DC
RGB
CMYK
RGB Variations
Color information
#D0B8DC (or 0xD0B8DC) is known color: Prelude. HEX triplet: D0, B8 and DC. RGB value is (208,184,220). Sum of RGB (Red+Green+Blue) = 208+184+220=612 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.99% from 612); Green value is 184 (72.27% from 255 or 30.07% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 220 - color contains mainly: blue. Hex color #D0B8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0B8DC is #2F4723. Grayscale: #C3C3C3. Windows color (decimal): -3098404 or 14465232. OLE color: 14465232.
HSL color Cylindrical-coordinate representation of color #D0B8DC: hue angle of 280º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0B8DC is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 184 | 220 | - |
| CMYK | 0.05 | 0.16 | 0 | 0.14 |
| HSL | 280º | 0.34% | 0.79% | - |
| HSV(B) | 280º | 0.16% | 0.86% | - |
| XYZ | 56.07 | 52.86 | 74.96 | - |
| YUV | 195.28 | 141.95 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 184 | 220 | 0.05 | 0.16 | 0 | 0.14 | 280 | 0.34 | 0.79 |
| Hex | D0 | B8 | DC | 5 | 10 | 0 | E | 118 | 22 | 4F |
| Octal | 320 | 270 | 334 | 5 | 20 | 0 | 16 | 430 | 42 | 117 |
| Binary | 11010000 | 10111000 | 11011100 | 101 | 10000 | 0 | 1110 | 100011000 | 100010 | 1001111 |
Color Harmonies of #D0B8DC
Complementary color
Monochromatic Colors of #D0B8DC
Black with #D0B8DC
Text Example
Text Example
White with #D0B8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B8DC; }
p { color: rgb(208,184,220); }
H1.HeaderClassName
{
color: #D0B8DC;
}
.AnyTagClassName
{
color: #D0B8DC;
}
</style>
background-color css
<style>
a { background-color: #D0B8DC; }
a { background-color: rgb(208,184,220); }
div.DivClassName
{
background-color: #D0B8DC;
}
.BgClassName
{
background-color: #D0B8DC;
}
</style>
border-color css
<style>
span { border-color: #D0B8DC; }
span { border-color: rgb(208,184,220); }
td.TdClassName
{
border-color: #D0B8DC;
}
.TagClassName
{
border-color: #D0B8DC;
}
</style>