Shades of Prelude #D7AFE6
Tints of Prelude #D7AFE6
RGB
CMYK
RGB Variations
Color information
#D7AFE6 (or 0xD7AFE6) is known color: Prelude. HEX triplet: D7, AF and E6. RGB value is (215,175,230). Sum of RGB (Red+Green+Blue) = 215+175+230=620 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.68% from 620); Green value is 175 (68.75% from 255 or 28.23% from 620); Blue value is 230 (90.23% from 255 or 37.10% from 620); Max value from RGB is 230 - color contains mainly: blue. Hex color #D7AFE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7AFE6 is #285019. Grayscale: #C1C1C1. Windows color (decimal): -2641946 or 15118295. OLE color: 15118295.
HSL color Cylindrical-coordinate representation of color #D7AFE6: hue angle of 283.64º 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 #D7AFE6 is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 215 | 175 | 230 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.10 |
| HSL | 283.64º | 0.52% | 0.79% | - |
| HSV(B) | 283.64º | 0.24% | 0.9% | - |
| XYZ | 57.64 | 50.82 | 81.63 | - |
| YUV | 193.23 | 148.75 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 175 | 230 | 0.07 | 0.24 | 0 | 0.10 | 283.64 | 0.52 | 0.79 |
| Hex | D7 | AF | E6 | 7 | 18 | 0 | A | 11C | 34 | 4F |
| Octal | 327 | 257 | 346 | 7 | 30 | 0 | 12 | 434 | 64 | 117 |
| Binary | 11010111 | 10101111 | 11100110 | 111 | 11000 | 0 | 1010 | 100011100 | 110100 | 1001111 |
Color Harmonies of #D7AFE6
Complementary color
Monochromatic Colors of #D7AFE6
Black with #D7AFE6
Text Example
Text Example
White with #D7AFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AFE6; }
p { color: rgb(215,175,230); }
H1.HeaderClassName
{
color: #D7AFE6;
}
.AnyTagClassName
{
color: #D7AFE6;
}
</style>
background-color css
<style>
a { background-color: #D7AFE6; }
a { background-color: rgb(215,175,230); }
div.DivClassName
{
background-color: #D7AFE6;
}
.BgClassName
{
background-color: #D7AFE6;
}
</style>
border-color css
<style>
span { border-color: #D7AFE6; }
span { border-color: rgb(215,175,230); }
td.TdClassName
{
border-color: #D7AFE6;
}
.TagClassName
{
border-color: #D7AFE6;
}
</style>