Shades of Prelude #D3BFDA
Tints of Prelude #D3BFDA
RGB
CMYK
RGB Variations
Color information
#D3BFDA (or 0xD3BFDA) is known color: Prelude. HEX triplet: D3, BF and DA. RGB value is (211,191,218). Sum of RGB (Red+Green+Blue) = 211+191+218=620 (82% of max value = 765). Red value is 211 (82.81% from 255 or 34.03% from 620); Green value is 191 (75% from 255 or 30.81% from 620); Blue value is 218 (85.55% from 255 or 35.16% from 620); Max value from RGB is 218 - color contains mainly: blue. Hex color #D3BFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BFDA is #2C4025. Grayscale: #C7C7C7. Windows color (decimal): -2900006 or 14335955. OLE color: 14335955.
HSL color Cylindrical-coordinate representation of color #D3BFDA: hue angle of 284.44º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D3BFDA is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 191 | 218 | - |
| CMYK | 0.03 | 0.12 | 0 | 0.15 |
| HSL | 284.44º | 0.27% | 0.8% | - |
| HSV(B) | 284.44º | 0.12% | 0.85% | - |
| XYZ | 58.15 | 56.17 | 74.11 | - |
| YUV | 200.06 | 138.13 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 191 | 218 | 0.03 | 0.12 | 0 | 0.15 | 284.44 | 0.27 | 0.8 |
| Hex | D3 | BF | DA | 3 | C | 0 | F | 11C | 1B | 50 |
| Octal | 323 | 277 | 332 | 3 | 14 | 0 | 17 | 434 | 33 | 120 |
| Binary | 11010011 | 10111111 | 11011010 | 11 | 1100 | 0 | 1111 | 100011100 | 11011 | 1010000 |
Color Harmonies of #D3BFDA
Complementary color
Monochromatic Colors of #D3BFDA
Black with #D3BFDA
Text Example
Text Example
White with #D3BFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BFDA; }
p { color: rgb(211,191,218); }
H1.HeaderClassName
{
color: #D3BFDA;
}
.AnyTagClassName
{
color: #D3BFDA;
}
</style>
background-color css
<style>
a { background-color: #D3BFDA; }
a { background-color: rgb(211,191,218); }
div.DivClassName
{
background-color: #D3BFDA;
}
.BgClassName
{
background-color: #D3BFDA;
}
</style>
border-color css
<style>
span { border-color: #D3BFDA; }
span { border-color: rgb(211,191,218); }
td.TdClassName
{
border-color: #D3BFDA;
}
.TagClassName
{
border-color: #D3BFDA;
}
</style>