Shades of Prelude #D1B2DD
Tints of Prelude #D1B2DD
RGB
CMYK
RGB Variations
Color information
#D1B2DD (or 0xD1B2DD) is known color: Prelude. HEX triplet: D1, B2 and DD. RGB value is (209,178,221). Sum of RGB (Red+Green+Blue) = 209+178+221=608 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.38% from 608); Green value is 178 (69.92% from 255 or 29.28% from 608); Blue value is 221 (86.72% from 255 or 36.35% from 608); Max value from RGB is 221 - color contains mainly: blue. Hex color #D1B2DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1B2DD is #2E4D22. Grayscale: #C0C0C0. Windows color (decimal): -3034403 or 14529233. OLE color: 14529233.
HSL color Cylindrical-coordinate representation of color #D1B2DD: hue angle of 283.26º 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 #D1B2DD is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 178 | 221 | - |
| CMYK | 0.05 | 0.19 | 0 | 0.13 |
| HSL | 283.26º | 0.39% | 0.78% | - |
| HSV(B) | 283.26º | 0.19% | 0.87% | - |
| XYZ | 55.27 | 50.62 | 75.26 | - |
| YUV | 192.17 | 144.27 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 178 | 221 | 0.05 | 0.19 | 0 | 0.13 | 283.26 | 0.39 | 0.78 |
| Hex | D1 | B2 | DD | 5 | 13 | 0 | D | 11B | 27 | 4E |
| Octal | 321 | 262 | 335 | 5 | 23 | 0 | 15 | 433 | 47 | 116 |
| Binary | 11010001 | 10110010 | 11011101 | 101 | 10011 | 0 | 1101 | 100011011 | 100111 | 1001110 |
Color Harmonies of #D1B2DD
Complementary color
Monochromatic Colors of #D1B2DD
Black with #D1B2DD
Text Example
Text Example
White with #D1B2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B2DD; }
p { color: rgb(209,178,221); }
H1.HeaderClassName
{
color: #D1B2DD;
}
.AnyTagClassName
{
color: #D1B2DD;
}
</style>
background-color css
<style>
a { background-color: #D1B2DD; }
a { background-color: rgb(209,178,221); }
div.DivClassName
{
background-color: #D1B2DD;
}
.BgClassName
{
background-color: #D1B2DD;
}
</style>
border-color css
<style>
span { border-color: #D1B2DD; }
span { border-color: rgb(209,178,221); }
td.TdClassName
{
border-color: #D1B2DD;
}
.TagClassName
{
border-color: #D1B2DD;
}
</style>