Shades of Prelude #D3BDDC
Tints of Prelude #D3BDDC
RGB
CMYK
RGB Variations
Color information
#D3BDDC (or 0xD3BDDC) is known color: Prelude. HEX triplet: D3, BD and DC. RGB value is (211,189,220). Sum of RGB (Red+Green+Blue) = 211+189+220=620 (82% of max value = 765). Red value is 211 (82.81% from 255 or 34.03% from 620); Green value is 189 (74.22% from 255 or 30.48% from 620); Blue value is 220 (86.33% from 255 or 35.48% from 620); Max value from RGB is 220 - color contains mainly: blue. Hex color #D3BDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BDDC is #2C4223. Grayscale: #C7C7C7. Windows color (decimal): -2900516 or 14466515. OLE color: 14466515.
HSL color Cylindrical-coordinate representation of color #D3BDDC: hue angle of 282.58º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D3BDDC is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 189 | 220 | - |
| CMYK | 0.04 | 0.14 | 0 | 0.14 |
| HSL | 282.58º | 0.31% | 0.8% | - |
| HSV(B) | 282.58º | 0.14% | 0.86% | - |
| XYZ | 57.98 | 55.41 | 75.35 | - |
| YUV | 199.11 | 139.79 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 189 | 220 | 0.04 | 0.14 | 0 | 0.14 | 282.58 | 0.31 | 0.8 |
| Hex | D3 | BD | DC | 4 | E | 0 | E | 11B | 1F | 50 |
| Octal | 323 | 275 | 334 | 4 | 16 | 0 | 16 | 433 | 37 | 120 |
| Binary | 11010011 | 10111101 | 11011100 | 100 | 1110 | 0 | 1110 | 100011011 | 11111 | 1010000 |
Color Harmonies of #D3BDDC
Complementary color
Monochromatic Colors of #D3BDDC
Black with #D3BDDC
Text Example
Text Example
White with #D3BDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BDDC; }
p { color: rgb(211,189,220); }
H1.HeaderClassName
{
color: #D3BDDC;
}
.AnyTagClassName
{
color: #D3BDDC;
}
</style>
background-color css
<style>
a { background-color: #D3BDDC; }
a { background-color: rgb(211,189,220); }
div.DivClassName
{
background-color: #D3BDDC;
}
.BgClassName
{
background-color: #D3BDDC;
}
</style>
border-color css
<style>
span { border-color: #D3BDDC; }
span { border-color: rgb(211,189,220); }
td.TdClassName
{
border-color: #D3BDDC;
}
.TagClassName
{
border-color: #D3BDDC;
}
</style>