Shades of Prelude #D3B0DC
Tints of Prelude #D3B0DC
RGB
CMYK
RGB Variations
Color information
#D3B0DC (or 0xD3B0DC) is known color: Prelude. HEX triplet: D3, B0 and DC. RGB value is (211,176,220). Sum of RGB (Red+Green+Blue) = 211+176+220=607 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.76% from 607); Green value is 176 (69.14% from 255 or 29.00% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 220 - color contains mainly: blue. Hex color #D3B0DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3B0DC is #2C4F23. Grayscale: #BFBFBF. Windows color (decimal): -2903844 or 14463187. OLE color: 14463187.
HSL color Cylindrical-coordinate representation of color #D3B0DC: hue angle of 287.73º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D3B0DC is Cyan = 0.04, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 176 | 220 | - |
| CMYK | 0.04 | 0.2 | 0 | 0.14 |
| HSL | 287.73º | 0.39% | 0.78% | - |
| HSV(B) | 287.73º | 0.2% | 0.86% | - |
| XYZ | 55.31 | 50.07 | 74.46 | - |
| YUV | 191.48 | 144.1 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 176 | 220 | 0.04 | 0.2 | 0 | 0.14 | 287.73 | 0.39 | 0.78 |
| Hex | D3 | B0 | DC | 4 | 14 | 0 | E | 120 | 27 | 4E |
| Octal | 323 | 260 | 334 | 4 | 24 | 0 | 16 | 440 | 47 | 116 |
| Binary | 11010011 | 10110000 | 11011100 | 100 | 10100 | 0 | 1110 | 100100000 | 100111 | 1001110 |
Color Harmonies of #D3B0DC
Complementary color
Monochromatic Colors of #D3B0DC
Black with #D3B0DC
Text Example
Text Example
White with #D3B0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B0DC; }
p { color: rgb(211,176,220); }
H1.HeaderClassName
{
color: #D3B0DC;
}
.AnyTagClassName
{
color: #D3B0DC;
}
</style>
background-color css
<style>
a { background-color: #D3B0DC; }
a { background-color: rgb(211,176,220); }
div.DivClassName
{
background-color: #D3B0DC;
}
.BgClassName
{
background-color: #D3B0DC;
}
</style>
border-color css
<style>
span { border-color: #D3B0DC; }
span { border-color: rgb(211,176,220); }
td.TdClassName
{
border-color: #D3B0DC;
}
.TagClassName
{
border-color: #D3B0DC;
}
</style>