Shades of Prelude #D3AFDC
Tints of Prelude #D3AFDC
RGB
CMYK
RGB Variations
Color information
#D3AFDC (or 0xD3AFDC) is known color: Prelude. HEX triplet: D3, AF and DC. RGB value is (211,175,220). Sum of RGB (Red+Green+Blue) = 211+175+220=606 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.82% from 606); Green value is 175 (68.75% from 255 or 28.88% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 220 - color contains mainly: blue. Hex color #D3AFDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3AFDC is #2C5023. Grayscale: #BEBEBE. Windows color (decimal): -2904100 or 14462931. OLE color: 14462931.
HSL color Cylindrical-coordinate representation of color #D3AFDC: hue angle of 288º degrees, saturation: 0.39, 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 #D3AFDC is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 175 | 220 | - |
| CMYK | 0.04 | 0.20 | 0 | 0.14 |
| HSL | 288º | 0.39% | 0.77% | - |
| HSV(B) | 288º | 0.2% | 0.86% | - |
| XYZ | 55.11 | 49.68 | 74.39 | - |
| YUV | 190.89 | 144.43 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 175 | 220 | 0.04 | 0.20 | 0 | 0.14 | 288 | 0.39 | 0.77 |
| Hex | D3 | AF | DC | 4 | 14 | 0 | E | 120 | 27 | 4D |
| Octal | 323 | 257 | 334 | 4 | 24 | 0 | 16 | 440 | 47 | 115 |
| Binary | 11010011 | 10101111 | 11011100 | 100 | 10100 | 0 | 1110 | 100100000 | 100111 | 1001101 |
Color Harmonies of #D3AFDC
Complementary color
Monochromatic Colors of #D3AFDC
Black with #D3AFDC
Text Example
Text Example
White with #D3AFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AFDC; }
p { color: rgb(211,175,220); }
H1.HeaderClassName
{
color: #D3AFDC;
}
.AnyTagClassName
{
color: #D3AFDC;
}
</style>
background-color css
<style>
a { background-color: #D3AFDC; }
a { background-color: rgb(211,175,220); }
div.DivClassName
{
background-color: #D3AFDC;
}
.BgClassName
{
background-color: #D3AFDC;
}
</style>
border-color css
<style>
span { border-color: #D3AFDC; }
span { border-color: rgb(211,175,220); }
td.TdClassName
{
border-color: #D3AFDC;
}
.TagClassName
{
border-color: #D3AFDC;
}
</style>