Shades of Prelude #D0B5DA
Tints of Prelude #D0B5DA
RGB
CMYK
RGB Variations
Color information
#D0B5DA (or 0xD0B5DA) is known color: Prelude. HEX triplet: D0, B5 and DA. RGB value is (208,181,218). Sum of RGB (Red+Green+Blue) = 208+181+218=607 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.27% from 607); Green value is 181 (71.09% from 255 or 29.82% from 607); Blue value is 218 (85.55% from 255 or 35.91% from 607); Max value from RGB is 218 - color contains mainly: blue. Hex color #D0B5DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0B5DA is #2F4A25. Grayscale: #C1C1C1. Windows color (decimal): -3099174 or 14333392. OLE color: 14333392.
HSL color Cylindrical-coordinate representation of color #D0B5DA: hue angle of 283.78º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0B5DA is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 181 | 218 | - |
| CMYK | 0.05 | 0.17 | 0 | 0.15 |
| HSL | 283.78º | 0.33% | 0.78% | - |
| HSV(B) | 283.78º | 0.17% | 0.85% | - |
| XYZ | 55.19 | 51.52 | 73.37 | - |
| YUV | 193.29 | 141.95 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 181 | 218 | 0.05 | 0.17 | 0 | 0.15 | 283.78 | 0.33 | 0.78 |
| Hex | D0 | B5 | DA | 5 | 11 | 0 | F | 11C | 21 | 4E |
| Octal | 320 | 265 | 332 | 5 | 21 | 0 | 17 | 434 | 41 | 116 |
| Binary | 11010000 | 10110101 | 11011010 | 101 | 10001 | 0 | 1111 | 100011100 | 100001 | 1001110 |
Color Harmonies of #D0B5DA
Complementary color
Monochromatic Colors of #D0B5DA
Black with #D0B5DA
Text Example
Text Example
White with #D0B5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B5DA; }
p { color: rgb(208,181,218); }
H1.HeaderClassName
{
color: #D0B5DA;
}
.AnyTagClassName
{
color: #D0B5DA;
}
</style>
background-color css
<style>
a { background-color: #D0B5DA; }
a { background-color: rgb(208,181,218); }
div.DivClassName
{
background-color: #D0B5DA;
}
.BgClassName
{
background-color: #D0B5DA;
}
</style>
border-color css
<style>
span { border-color: #D0B5DA; }
span { border-color: rgb(208,181,218); }
td.TdClassName
{
border-color: #D0B5DA;
}
.TagClassName
{
border-color: #D0B5DA;
}
</style>