Shades of Prelude #D1AFDB
Tints of Prelude #D1AFDB
RGB
CMYK
RGB Variations
Color information
#D1AFDB (or 0xD1AFDB) is known color: Prelude. HEX triplet: D1, AF and DB. RGB value is (209,175,219). Sum of RGB (Red+Green+Blue) = 209+175+219=603 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.66% from 603); Green value is 175 (68.75% from 255 or 29.02% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 219 - color contains mainly: blue. Hex color #D1AFDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1AFDB is #2E5024. Grayscale: #BEBEBE. Windows color (decimal): -3035173 or 14397393. OLE color: 14397393.
HSL color Cylindrical-coordinate representation of color #D1AFDB: hue angle of 286.36º 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 #D1AFDB is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 175 | 219 | - |
| CMYK | 0.05 | 0.20 | 0 | 0.14 |
| HSL | 286.36º | 0.38% | 0.77% | - |
| HSV(B) | 286.36º | 0.2% | 0.86% | - |
| XYZ | 54.41 | 49.33 | 73.67 | - |
| YUV | 190.18 | 144.26 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 175 | 219 | 0.05 | 0.20 | 0 | 0.14 | 286.36 | 0.38 | 0.77 |
| Hex | D1 | AF | DB | 5 | 14 | 0 | E | 11E | 26 | 4D |
| Octal | 321 | 257 | 333 | 5 | 24 | 0 | 16 | 436 | 46 | 115 |
| Binary | 11010001 | 10101111 | 11011011 | 101 | 10100 | 0 | 1110 | 100011110 | 100110 | 1001101 |
Color Harmonies of #D1AFDB
Complementary color
Monochromatic Colors of #D1AFDB
Black with #D1AFDB
Text Example
Text Example
White with #D1AFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AFDB; }
p { color: rgb(209,175,219); }
H1.HeaderClassName
{
color: #D1AFDB;
}
.AnyTagClassName
{
color: #D1AFDB;
}
</style>
background-color css
<style>
a { background-color: #D1AFDB; }
a { background-color: rgb(209,175,219); }
div.DivClassName
{
background-color: #D1AFDB;
}
.BgClassName
{
background-color: #D1AFDB;
}
</style>
border-color css
<style>
span { border-color: #D1AFDB; }
span { border-color: rgb(209,175,219); }
td.TdClassName
{
border-color: #D1AFDB;
}
.TagClassName
{
border-color: #D1AFDB;
}
</style>