Shades of Prelude #D3B2DE
Tints of Prelude #D3B2DE
RGB
CMYK
RGB Variations
Color information
#D3B2DE (or 0xD3B2DE) is known color: Prelude. HEX triplet: D3, B2 and DE. RGB value is (211,178,222). Sum of RGB (Red+Green+Blue) = 211+178+222=611 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.53% from 611); Green value is 178 (69.92% from 255 or 29.13% from 611); Blue value is 222 (87.11% from 255 or 36.33% from 611); Max value from RGB is 222 - color contains mainly: blue. Hex color #D3B2DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3B2DE is #2C4D21. Grayscale: #C0C0C0. Windows color (decimal): -2903330 or 14594771. OLE color: 14594771.
HSL color Cylindrical-coordinate representation of color #D3B2DE: hue angle of 285º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D3B2DE is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 178 | 222 | - |
| CMYK | 0.05 | 0.20 | 0 | 0.13 |
| HSL | 285º | 0.4% | 0.78% | - |
| HSV(B) | 285º | 0.2% | 0.87% | - |
| XYZ | 55.97 | 50.96 | 75.99 | - |
| YUV | 192.88 | 144.43 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 178 | 222 | 0.05 | 0.20 | 0 | 0.13 | 285 | 0.4 | 0.78 |
| Hex | D3 | B2 | DE | 5 | 14 | 0 | D | 11D | 28 | 4E |
| Octal | 323 | 262 | 336 | 5 | 24 | 0 | 15 | 435 | 50 | 116 |
| Binary | 11010011 | 10110010 | 11011110 | 101 | 10100 | 0 | 1101 | 100011101 | 101000 | 1001110 |
Color Harmonies of #D3B2DE
Complementary color
Monochromatic Colors of #D3B2DE
Black with #D3B2DE
Text Example
Text Example
White with #D3B2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B2DE; }
p { color: rgb(211,178,222); }
H1.HeaderClassName
{
color: #D3B2DE;
}
.AnyTagClassName
{
color: #D3B2DE;
}
</style>
background-color css
<style>
a { background-color: #D3B2DE; }
a { background-color: rgb(211,178,222); }
div.DivClassName
{
background-color: #D3B2DE;
}
.BgClassName
{
background-color: #D3B2DE;
}
</style>
border-color css
<style>
span { border-color: #D3B2DE; }
span { border-color: rgb(211,178,222); }
td.TdClassName
{
border-color: #D3B2DE;
}
.TagClassName
{
border-color: #D3B2DE;
}
</style>