Shades of Prelude #D3AFDB
Tints of Prelude #D3AFDB
RGB
CMYK
RGB Variations
Color information
#D3AFDB (or 0xD3AFDB) is known color: Prelude. HEX triplet: D3, AF and DB. RGB value is (211,175,219). Sum of RGB (Red+Green+Blue) = 211+175+219=605 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.88% from 605); Green value is 175 (68.75% from 255 or 28.93% from 605); Blue value is 219 (85.94% from 255 or 36.20% from 605); Max value from RGB is 219 - color contains mainly: blue. Hex color #D3AFDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3AFDB is #2C5024. Grayscale: #BEBEBE. Windows color (decimal): -2904101 or 14397395. OLE color: 14397395.
HSL color Cylindrical-coordinate representation of color #D3AFDB: hue angle of 289.09º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D3AFDB is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 175 | 219 | - |
| CMYK | 0.04 | 0.20 | 0 | 0.14 |
| HSL | 289.09º | 0.38% | 0.77% | - |
| HSV(B) | 289.09º | 0.2% | 0.86% | - |
| XYZ | 54.98 | 49.62 | 73.7 | - |
| YUV | 190.78 | 143.93 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 175 | 219 | 0.04 | 0.20 | 0 | 0.14 | 289.09 | 0.38 | 0.77 |
| Hex | D3 | AF | DB | 4 | 14 | 0 | E | 121 | 26 | 4D |
| Octal | 323 | 257 | 333 | 4 | 24 | 0 | 16 | 441 | 46 | 115 |
| Binary | 11010011 | 10101111 | 11011011 | 100 | 10100 | 0 | 1110 | 100100001 | 100110 | 1001101 |
Color Harmonies of #D3AFDB
Complementary color
Monochromatic Colors of #D3AFDB
Black with #D3AFDB
Text Example
Text Example
White with #D3AFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AFDB; }
p { color: rgb(211,175,219); }
H1.HeaderClassName
{
color: #D3AFDB;
}
.AnyTagClassName
{
color: #D3AFDB;
}
</style>
background-color css
<style>
a { background-color: #D3AFDB; }
a { background-color: rgb(211,175,219); }
div.DivClassName
{
background-color: #D3AFDB;
}
.BgClassName
{
background-color: #D3AFDB;
}
</style>
border-color css
<style>
span { border-color: #D3AFDB; }
span { border-color: rgb(211,175,219); }
td.TdClassName
{
border-color: #D3AFDB;
}
.TagClassName
{
border-color: #D3AFDB;
}
</style>