Shades of Prelude #D1AFDF
Tints of Prelude #D1AFDF
RGB
CMYK
RGB Variations
Color information
#D1AFDF (or 0xD1AFDF) is known color: Prelude. HEX triplet: D1, AF and DF. RGB value is (209,175,223). Sum of RGB (Red+Green+Blue) = 209+175+223=607 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.43% from 607); Green value is 175 (68.75% from 255 or 28.83% from 607); Blue value is 223 (87.5% from 255 or 36.74% from 607); Max value from RGB is 223 - color contains mainly: blue. Hex color #D1AFDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1AFDF is #2E5020. Grayscale: #BEBEBE. Windows color (decimal): -3035169 or 14659537. OLE color: 14659537.
HSL color Cylindrical-coordinate representation of color #D1AFDF: hue angle of 282.5º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D1AFDF is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 175 | 223 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.13 |
| HSL | 282.5º | 0.43% | 0.78% | - |
| HSV(B) | 282.5º | 0.22% | 0.87% | - |
| XYZ | 54.94 | 49.54 | 76.48 | - |
| YUV | 190.64 | 146.26 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 175 | 223 | 0.06 | 0.22 | 0 | 0.13 | 282.5 | 0.43 | 0.78 |
| Hex | D1 | AF | DF | 6 | 16 | 0 | D | 11A | 2B | 4E |
| Octal | 321 | 257 | 337 | 6 | 26 | 0 | 15 | 432 | 53 | 116 |
| Binary | 11010001 | 10101111 | 11011111 | 110 | 10110 | 0 | 1101 | 100011010 | 101011 | 1001110 |
Color Harmonies of #D1AFDF
Complementary color
Monochromatic Colors of #D1AFDF
Black with #D1AFDF
Text Example
Text Example
White with #D1AFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AFDF; }
p { color: rgb(209,175,223); }
H1.HeaderClassName
{
color: #D1AFDF;
}
.AnyTagClassName
{
color: #D1AFDF;
}
</style>
background-color css
<style>
a { background-color: #D1AFDF; }
a { background-color: rgb(209,175,223); }
div.DivClassName
{
background-color: #D1AFDF;
}
.BgClassName
{
background-color: #D1AFDF;
}
</style>
border-color css
<style>
span { border-color: #D1AFDF; }
span { border-color: rgb(209,175,223); }
td.TdClassName
{
border-color: #D1AFDF;
}
.TagClassName
{
border-color: #D1AFDF;
}
</style>