Shades of Prelude #D1AFE3
Tints of Prelude #D1AFE3
RGB
CMYK
RGB Variations
Color information
#D1AFE3 (or 0xD1AFE3) is known color: Prelude. HEX triplet: D1, AF and E3. RGB value is (209,175,227). Sum of RGB (Red+Green+Blue) = 209+175+227=611 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.21% from 611); Green value is 175 (68.75% from 255 or 28.64% from 611); Blue value is 227 (89.06% from 255 or 37.15% from 611); Max value from RGB is 227 - color contains mainly: blue. Hex color #D1AFE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1AFE3 is #2E501C. Grayscale: #BEBEBE. Windows color (decimal): -3035165 or 14921681. OLE color: 14921681.
HSL color Cylindrical-coordinate representation of color #D1AFE3: hue angle of 279.23º degrees, saturation: 0.48, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D1AFE3 is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 209 | 175 | 227 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.11 |
| HSL | 279.23º | 0.48% | 0.79% | - |
| HSV(B) | 279.23º | 0.23% | 0.89% | - |
| XYZ | 55.49 | 49.76 | 79.35 | - |
| YUV | 191.09 | 148.26 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 175 | 227 | 0.08 | 0.23 | 0 | 0.11 | 279.23 | 0.48 | 0.79 |
| Hex | D1 | AF | E3 | 8 | 17 | 0 | B | 117 | 30 | 4F |
| Octal | 321 | 257 | 343 | 10 | 27 | 0 | 13 | 427 | 60 | 117 |
| Binary | 11010001 | 10101111 | 11100011 | 1000 | 10111 | 0 | 1011 | 100010111 | 110000 | 1001111 |
Color Harmonies of #D1AFE3
Complementary color
Monochromatic Colors of #D1AFE3
Black with #D1AFE3
Text Example
Text Example
White with #D1AFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AFE3; }
p { color: rgb(209,175,227); }
H1.HeaderClassName
{
color: #D1AFE3;
}
.AnyTagClassName
{
color: #D1AFE3;
}
</style>
background-color css
<style>
a { background-color: #D1AFE3; }
a { background-color: rgb(209,175,227); }
div.DivClassName
{
background-color: #D1AFE3;
}
.BgClassName
{
background-color: #D1AFE3;
}
</style>
border-color css
<style>
span { border-color: #D1AFE3; }
span { border-color: rgb(209,175,227); }
td.TdClassName
{
border-color: #D1AFE3;
}
.TagClassName
{
border-color: #D1AFE3;
}
</style>