Shades of Prelude #D3AFDA
Tints of Prelude #D3AFDA
RGB
CMYK
RGB Variations
Color information
#D3AFDA (or 0xD3AFDA) is known color: Prelude. HEX triplet: D3, AF and DA. RGB value is (211,175,218). Sum of RGB (Red+Green+Blue) = 211+175+218=604 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.93% from 604); Green value is 175 (68.75% from 255 or 28.97% from 604); Blue value is 218 (85.55% from 255 or 36.09% from 604); Max value from RGB is 218 - color contains mainly: blue. Hex color #D3AFDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3AFDA is #2C5025. Grayscale: #BEBEBE. Windows color (decimal): -2904102 or 14331859. OLE color: 14331859.
HSL color Cylindrical-coordinate representation of color #D3AFDA: hue angle of 290.23º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D3AFDA is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 175 | 218 | - |
| CMYK | 0.03 | 0.20 | 0 | 0.15 |
| HSL | 290.23º | 0.37% | 0.77% | - |
| HSV(B) | 290.23º | 0.2% | 0.85% | - |
| XYZ | 54.85 | 49.57 | 73.01 | - |
| YUV | 190.67 | 143.43 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 175 | 218 | 0.03 | 0.20 | 0 | 0.15 | 290.23 | 0.37 | 0.77 |
| Hex | D3 | AF | DA | 3 | 14 | 0 | F | 122 | 25 | 4D |
| Octal | 323 | 257 | 332 | 3 | 24 | 0 | 17 | 442 | 45 | 115 |
| Binary | 11010011 | 10101111 | 11011010 | 11 | 10100 | 0 | 1111 | 100100010 | 100101 | 1001101 |
Color Harmonies of #D3AFDA
Complementary color
Monochromatic Colors of #D3AFDA
Black with #D3AFDA
Text Example
Text Example
White with #D3AFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AFDA; }
p { color: rgb(211,175,218); }
H1.HeaderClassName
{
color: #D3AFDA;
}
.AnyTagClassName
{
color: #D3AFDA;
}
</style>
background-color css
<style>
a { background-color: #D3AFDA; }
a { background-color: rgb(211,175,218); }
div.DivClassName
{
background-color: #D3AFDA;
}
.BgClassName
{
background-color: #D3AFDA;
}
</style>
border-color css
<style>
span { border-color: #D3AFDA; }
span { border-color: rgb(211,175,218); }
td.TdClassName
{
border-color: #D3AFDA;
}
.TagClassName
{
border-color: #D3AFDA;
}
</style>