Shades of Prelude #D9AFE6
Tints of Prelude #D9AFE6
RGB
CMYK
RGB Variations
Color information
#D9AFE6 (or 0xD9AFE6) is known color: Prelude. HEX triplet: D9, AF and E6. RGB value is (217,175,230). Sum of RGB (Red+Green+Blue) = 217+175+230=622 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.89% from 622); Green value is 175 (68.75% from 255 or 28.14% from 622); Blue value is 230 (90.23% from 255 or 36.98% from 622); Max value from RGB is 230 - color contains mainly: blue. Hex color #D9AFE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9AFE6 is #265019. Grayscale: #C1C1C1. Windows color (decimal): -2510874 or 15118297. OLE color: 15118297.
HSL color Cylindrical-coordinate representation of color #D9AFE6: hue angle of 285.82º degrees, saturation: 0.52, 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 #D9AFE6 is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 217 | 175 | 230 | - |
| CMYK | 0.06 | 0.24 | 0 | 0.10 |
| HSL | 285.82º | 0.52% | 0.79% | - |
| HSV(B) | 285.82º | 0.24% | 0.9% | - |
| XYZ | 58.23 | 51.12 | 81.66 | - |
| YUV | 193.83 | 148.41 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 175 | 230 | 0.06 | 0.24 | 0 | 0.10 | 285.82 | 0.52 | 0.79 |
| Hex | D9 | AF | E6 | 6 | 18 | 0 | A | 11E | 34 | 4F |
| Octal | 331 | 257 | 346 | 6 | 30 | 0 | 12 | 436 | 64 | 117 |
| Binary | 11011001 | 10101111 | 11100110 | 110 | 11000 | 0 | 1010 | 100011110 | 110100 | 1001111 |
Color Harmonies of #D9AFE6
Complementary color
Monochromatic Colors of #D9AFE6
Black with #D9AFE6
Text Example
Text Example
White with #D9AFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AFE6; }
p { color: rgb(217,175,230); }
H1.HeaderClassName
{
color: #D9AFE6;
}
.AnyTagClassName
{
color: #D9AFE6;
}
</style>
background-color css
<style>
a { background-color: #D9AFE6; }
a { background-color: rgb(217,175,230); }
div.DivClassName
{
background-color: #D9AFE6;
}
.BgClassName
{
background-color: #D9AFE6;
}
</style>
border-color css
<style>
span { border-color: #D9AFE6; }
span { border-color: rgb(217,175,230); }
td.TdClassName
{
border-color: #D9AFE6;
}
.TagClassName
{
border-color: #D9AFE6;
}
</style>