Shades of Prelude #D0B2DD
Tints of Prelude #D0B2DD
RGB
CMYK
RGB Variations
Color information
#D0B2DD (or 0xD0B2DD) is known color: Prelude. HEX triplet: D0, B2 and DD. RGB value is (208,178,221). Sum of RGB (Red+Green+Blue) = 208+178+221=607 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.27% from 607); Green value is 178 (69.92% from 255 or 29.32% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 221 - color contains mainly: blue. Hex color #D0B2DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0B2DD is #2F4D22. Grayscale: #BFBFBF. Windows color (decimal): -3099939 or 14529232. OLE color: 14529232.
HSL color Cylindrical-coordinate representation of color #D0B2DD: hue angle of 281.86º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D0B2DD is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 178 | 221 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.13 |
| HSL | 281.86º | 0.39% | 0.78% | - |
| HSV(B) | 281.86º | 0.19% | 0.87% | - |
| XYZ | 54.98 | 50.47 | 75.25 | - |
| YUV | 191.87 | 144.44 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 178 | 221 | 0.06 | 0.19 | 0 | 0.13 | 281.86 | 0.39 | 0.78 |
| Hex | D0 | B2 | DD | 6 | 13 | 0 | D | 11A | 27 | 4E |
| Octal | 320 | 262 | 335 | 6 | 23 | 0 | 15 | 432 | 47 | 116 |
| Binary | 11010000 | 10110010 | 11011101 | 110 | 10011 | 0 | 1101 | 100011010 | 100111 | 1001110 |
Color Harmonies of #D0B2DD
Complementary color
Monochromatic Colors of #D0B2DD
Black with #D0B2DD
Text Example
Text Example
White with #D0B2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B2DD; }
p { color: rgb(208,178,221); }
H1.HeaderClassName
{
color: #D0B2DD;
}
.AnyTagClassName
{
color: #D0B2DD;
}
</style>
background-color css
<style>
a { background-color: #D0B2DD; }
a { background-color: rgb(208,178,221); }
div.DivClassName
{
background-color: #D0B2DD;
}
.BgClassName
{
background-color: #D0B2DD;
}
</style>
border-color css
<style>
span { border-color: #D0B2DD; }
span { border-color: rgb(208,178,221); }
td.TdClassName
{
border-color: #D0B2DD;
}
.TagClassName
{
border-color: #D0B2DD;
}
</style>