Shades of Prelude #D3AFE0
Tints of Prelude #D3AFE0
RGB
CMYK
RGB Variations
Color information
#D3AFE0 (or 0xD3AFE0) is known color: Prelude. HEX triplet: D3, AF and E0. RGB value is (211,175,224). Sum of RGB (Red+Green+Blue) = 211+175+224=610 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.59% from 610); Green value is 175 (68.75% from 255 or 28.69% from 610); Blue value is 224 (87.89% from 255 or 36.72% from 610); Max value from RGB is 224 - color contains mainly: blue. Hex color #D3AFE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3AFE0 is #2C501F. Grayscale: #BFBFBF. Windows color (decimal): -2904096 or 14725075. OLE color: 14725075.
HSL color Cylindrical-coordinate representation of color #D3AFE0: hue angle of 284.08º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D3AFE0 is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 175 | 224 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.12 |
| HSL | 284.08º | 0.44% | 0.78% | - |
| HSV(B) | 284.08º | 0.22% | 0.88% | - |
| XYZ | 55.65 | 49.89 | 77.22 | - |
| YUV | 191.35 | 146.43 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 175 | 224 | 0.06 | 0.22 | 0 | 0.12 | 284.08 | 0.44 | 0.78 |
| Hex | D3 | AF | E0 | 6 | 16 | 0 | C | 11C | 2C | 4E |
| Octal | 323 | 257 | 340 | 6 | 26 | 0 | 14 | 434 | 54 | 116 |
| Binary | 11010011 | 10101111 | 11100000 | 110 | 10110 | 0 | 1100 | 100011100 | 101100 | 1001110 |
Color Harmonies of #D3AFE0
Complementary color
Monochromatic Colors of #D3AFE0
Black with #D3AFE0
Text Example
Text Example
White with #D3AFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AFE0; }
p { color: rgb(211,175,224); }
H1.HeaderClassName
{
color: #D3AFE0;
}
.AnyTagClassName
{
color: #D3AFE0;
}
</style>
background-color css
<style>
a { background-color: #D3AFE0; }
a { background-color: rgb(211,175,224); }
div.DivClassName
{
background-color: #D3AFE0;
}
.BgClassName
{
background-color: #D3AFE0;
}
</style>
border-color css
<style>
span { border-color: #D3AFE0; }
span { border-color: rgb(211,175,224); }
td.TdClassName
{
border-color: #D3AFE0;
}
.TagClassName
{
border-color: #D3AFE0;
}
</style>