Shades of Prelude #D3B2DA
Tints of Prelude #D3B2DA
RGB
CMYK
RGB Variations
Color information
#D3B2DA (or 0xD3B2DA) is known color: Prelude. HEX triplet: D3, B2 and DA. RGB value is (211,178,218). Sum of RGB (Red+Green+Blue) = 211+178+218=607 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.76% from 607); Green value is 178 (69.92% from 255 or 29.32% from 607); Blue value is 218 (85.55% from 255 or 35.91% from 607); Max value from RGB is 218 - color contains mainly: blue. Hex color #D3B2DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3B2DA is #2C4D25. Grayscale: #C0C0C0. Windows color (decimal): -2903334 or 14332627. OLE color: 14332627.
HSL color Cylindrical-coordinate representation of color #D3B2DA: hue angle of 289.5º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D3B2DA is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 178 | 218 | - |
| CMYK | 0.03 | 0.18 | 0 | 0.15 |
| HSL | 289.5º | 0.35% | 0.78% | - |
| HSV(B) | 289.5º | 0.18% | 0.85% | - |
| XYZ | 55.44 | 50.75 | 73.2 | - |
| YUV | 192.43 | 142.43 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 178 | 218 | 0.03 | 0.18 | 0 | 0.15 | 289.5 | 0.35 | 0.78 |
| Hex | D3 | B2 | DA | 3 | 12 | 0 | F | 122 | 23 | 4E |
| Octal | 323 | 262 | 332 | 3 | 22 | 0 | 17 | 442 | 43 | 116 |
| Binary | 11010011 | 10110010 | 11011010 | 11 | 10010 | 0 | 1111 | 100100010 | 100011 | 1001110 |
Color Harmonies of #D3B2DA
Complementary color
Monochromatic Colors of #D3B2DA
Black with #D3B2DA
Text Example
Text Example
White with #D3B2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B2DA; }
p { color: rgb(211,178,218); }
H1.HeaderClassName
{
color: #D3B2DA;
}
.AnyTagClassName
{
color: #D3B2DA;
}
</style>
background-color css
<style>
a { background-color: #D3B2DA; }
a { background-color: rgb(211,178,218); }
div.DivClassName
{
background-color: #D3B2DA;
}
.BgClassName
{
background-color: #D3B2DA;
}
</style>
border-color css
<style>
span { border-color: #D3B2DA; }
span { border-color: rgb(211,178,218); }
td.TdClassName
{
border-color: #D3B2DA;
}
.TagClassName
{
border-color: #D3B2DA;
}
</style>