Shades of Prelude #D6AFE6
Tints of Prelude #D6AFE6
RGB
CMYK
RGB Variations
Color information
#D6AFE6 (or 0xD6AFE6) is known color: Prelude. HEX triplet: D6, AF and E6. RGB value is (214,175,230). Sum of RGB (Red+Green+Blue) = 214+175+230=619 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.57% from 619); Green value is 175 (68.75% from 255 or 28.27% from 619); Blue value is 230 (90.23% from 255 or 37.16% from 619); Max value from RGB is 230 - color contains mainly: blue. Hex color #D6AFE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6AFE6 is #295019. Grayscale: #C0C0C0. Windows color (decimal): -2707482 or 15118294. OLE color: 15118294.
HSL color Cylindrical-coordinate representation of color #D6AFE6: hue angle of 282.55º 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 #D6AFE6 is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 214 | 175 | 230 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.10 |
| HSL | 282.55º | 0.52% | 0.79% | - |
| HSV(B) | 282.55º | 0.24% | 0.9% | - |
| XYZ | 57.34 | 50.67 | 81.62 | - |
| YUV | 192.93 | 148.92 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 175 | 230 | 0.07 | 0.24 | 0 | 0.10 | 282.55 | 0.52 | 0.79 |
| Hex | D6 | AF | E6 | 7 | 18 | 0 | A | 11B | 34 | 4F |
| Octal | 326 | 257 | 346 | 7 | 30 | 0 | 12 | 433 | 64 | 117 |
| Binary | 11010110 | 10101111 | 11100110 | 111 | 11000 | 0 | 1010 | 100011011 | 110100 | 1001111 |
Color Harmonies of #D6AFE6
Complementary color
Monochromatic Colors of #D6AFE6
Black with #D6AFE6
Text Example
Text Example
White with #D6AFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AFE6; }
p { color: rgb(214,175,230); }
H1.HeaderClassName
{
color: #D6AFE6;
}
.AnyTagClassName
{
color: #D6AFE6;
}
</style>
background-color css
<style>
a { background-color: #D6AFE6; }
a { background-color: rgb(214,175,230); }
div.DivClassName
{
background-color: #D6AFE6;
}
.BgClassName
{
background-color: #D6AFE6;
}
</style>
border-color css
<style>
span { border-color: #D6AFE6; }
span { border-color: rgb(214,175,230); }
td.TdClassName
{
border-color: #D6AFE6;
}
.TagClassName
{
border-color: #D6AFE6;
}
</style>