Shades of Prelude #D3BBDC
Tints of Prelude #D3BBDC
RGB
CMYK
RGB Variations
Color information
#D3BBDC (or 0xD3BBDC) is known color: Prelude. HEX triplet: D3, BB and DC. RGB value is (211,187,220). Sum of RGB (Red+Green+Blue) = 211+187+220=618 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.14% from 618); Green value is 187 (73.44% from 255 or 30.26% from 618); Blue value is 220 (86.33% from 255 or 35.60% from 618); Max value from RGB is 220 - color contains mainly: blue. Hex color #D3BBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BBDC is #2C4423. Grayscale: #C5C5C5. Windows color (decimal): -2901028 or 14466003. OLE color: 14466003.
HSL color Cylindrical-coordinate representation of color #D3BBDC: hue angle of 283.64º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D3BBDC is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 187 | 220 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.14 |
| HSL | 283.64º | 0.32% | 0.8% | - |
| HSV(B) | 283.64º | 0.15% | 0.86% | - |
| XYZ | 57.55 | 54.56 | 75.21 | - |
| YUV | 197.94 | 140.45 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 187 | 220 | 0.04 | 0.15 | 0 | 0.14 | 283.64 | 0.32 | 0.8 |
| Hex | D3 | BB | DC | 4 | F | 0 | E | 11C | 20 | 50 |
| Octal | 323 | 273 | 334 | 4 | 17 | 0 | 16 | 434 | 40 | 120 |
| Binary | 11010011 | 10111011 | 11011100 | 100 | 1111 | 0 | 1110 | 100011100 | 100000 | 1010000 |
Color Harmonies of #D3BBDC
Complementary color
Monochromatic Colors of #D3BBDC
Black with #D3BBDC
Text Example
Text Example
White with #D3BBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BBDC; }
p { color: rgb(211,187,220); }
H1.HeaderClassName
{
color: #D3BBDC;
}
.AnyTagClassName
{
color: #D3BBDC;
}
</style>
background-color css
<style>
a { background-color: #D3BBDC; }
a { background-color: rgb(211,187,220); }
div.DivClassName
{
background-color: #D3BBDC;
}
.BgClassName
{
background-color: #D3BBDC;
}
</style>
border-color css
<style>
span { border-color: #D3BBDC; }
span { border-color: rgb(211,187,220); }
td.TdClassName
{
border-color: #D3BBDC;
}
.TagClassName
{
border-color: #D3BBDC;
}
</style>