Shades of Prelude #D1AFE5
Tints of Prelude #D1AFE5
RGB
CMYK
RGB Variations
Color information
#D1AFE5 (or 0xD1AFE5) is known color: Prelude. HEX triplet: D1, AF and E5. RGB value is (209,175,229). Sum of RGB (Red+Green+Blue) = 209+175+229=613 (81% of max value = 765). Red value is 209 (82.03% from 255 or 34.09% from 613); Green value is 175 (68.75% from 255 or 28.55% from 613); Blue value is 229 (89.84% from 255 or 37.36% from 613); Max value from RGB is 229 - color contains mainly: blue. Hex color #D1AFE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1AFE5 is #2E501A. Grayscale: #BFBFBF. Windows color (decimal): -3035163 or 15052753. OLE color: 15052753.
HSL color Cylindrical-coordinate representation of color #D1AFE5: hue angle of 277.78º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D1AFE5 is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 175 | 229 | - |
| CMYK | 0.09 | 0.24 | 0 | 0.10 |
| HSL | 277.78º | 0.51% | 0.79% | - |
| HSV(B) | 277.78º | 0.24% | 0.9% | - |
| XYZ | 55.77 | 49.87 | 80.82 | - |
| YUV | 191.32 | 149.26 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 175 | 229 | 0.09 | 0.24 | 0 | 0.10 | 277.78 | 0.51 | 0.79 |
| Hex | D1 | AF | E5 | 9 | 18 | 0 | A | 116 | 33 | 4F |
| Octal | 321 | 257 | 345 | 11 | 30 | 0 | 12 | 426 | 63 | 117 |
| Binary | 11010001 | 10101111 | 11100101 | 1001 | 11000 | 0 | 1010 | 100010110 | 110011 | 1001111 |
Color Harmonies of #D1AFE5
Complementary color
Monochromatic Colors of #D1AFE5
Black with #D1AFE5
Text Example
Text Example
White with #D1AFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AFE5; }
p { color: rgb(209,175,229); }
H1.HeaderClassName
{
color: #D1AFE5;
}
.AnyTagClassName
{
color: #D1AFE5;
}
</style>
background-color css
<style>
a { background-color: #D1AFE5; }
a { background-color: rgb(209,175,229); }
div.DivClassName
{
background-color: #D1AFE5;
}
.BgClassName
{
background-color: #D1AFE5;
}
</style>
border-color css
<style>
span { border-color: #D1AFE5; }
span { border-color: rgb(209,175,229); }
td.TdClassName
{
border-color: #D1AFE5;
}
.TagClassName
{
border-color: #D1AFE5;
}
</style>