Shades of Prelude #D8AFE6
Tints of Prelude #D8AFE6
RGB
CMYK
RGB Variations
Color information
#D8AFE6 (or 0xD8AFE6) is known color: Prelude. HEX triplet: D8, AF and E6. RGB value is (216,175,230). Sum of RGB (Red+Green+Blue) = 216+175+230=621 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.78% from 621); Green value is 175 (68.75% from 255 or 28.18% from 621); Blue value is 230 (90.23% from 255 or 37.04% from 621); Max value from RGB is 230 - color contains mainly: blue. Hex color #D8AFE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8AFE6 is #275019. Grayscale: #C1C1C1. Windows color (decimal): -2576410 or 15118296. OLE color: 15118296.
HSL color Cylindrical-coordinate representation of color #D8AFE6: hue angle of 284.73º 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 #D8AFE6 is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 216 | 175 | 230 | - |
| CMYK | 0.06 | 0.24 | 0 | 0.10 |
| HSL | 284.73º | 0.52% | 0.79% | - |
| HSV(B) | 284.73º | 0.24% | 0.9% | - |
| XYZ | 57.93 | 50.97 | 81.65 | - |
| YUV | 193.53 | 148.58 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 175 | 230 | 0.06 | 0.24 | 0 | 0.10 | 284.73 | 0.52 | 0.79 |
| Hex | D8 | AF | E6 | 6 | 18 | 0 | A | 11D | 34 | 4F |
| Octal | 330 | 257 | 346 | 6 | 30 | 0 | 12 | 435 | 64 | 117 |
| Binary | 11011000 | 10101111 | 11100110 | 110 | 11000 | 0 | 1010 | 100011101 | 110100 | 1001111 |
Color Harmonies of #D8AFE6
Complementary color
Monochromatic Colors of #D8AFE6
Black with #D8AFE6
Text Example
Text Example
White with #D8AFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AFE6; }
p { color: rgb(216,175,230); }
H1.HeaderClassName
{
color: #D8AFE6;
}
.AnyTagClassName
{
color: #D8AFE6;
}
</style>
background-color css
<style>
a { background-color: #D8AFE6; }
a { background-color: rgb(216,175,230); }
div.DivClassName
{
background-color: #D8AFE6;
}
.BgClassName
{
background-color: #D8AFE6;
}
</style>
border-color css
<style>
span { border-color: #D8AFE6; }
span { border-color: rgb(216,175,230); }
td.TdClassName
{
border-color: #D8AFE6;
}
.TagClassName
{
border-color: #D8AFE6;
}
</style>