Shades of Prelude #D0AFD8
Tints of Prelude #D0AFD8
RGB
CMYK
RGB Variations
Color information
#D0AFD8 (or 0xD0AFD8) is known color: Prelude. HEX triplet: D0, AF and D8. RGB value is (208,175,216). Sum of RGB (Red+Green+Blue) = 208+175+216=599 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.72% from 599); Green value is 175 (68.75% from 255 or 29.22% from 599); Blue value is 216 (84.77% from 255 or 36.06% from 599); Max value from RGB is 216 - color contains mainly: blue. Hex color #D0AFD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AFD8 is #2F5027. Grayscale: #BDBDBD. Windows color (decimal): -3100712 or 14200784. OLE color: 14200784.
HSL color Cylindrical-coordinate representation of color #D0AFD8: hue angle of 288.29º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D0AFD8 is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 175 | 216 | - |
| CMYK | 0.04 | 0.19 | 0 | 0.15 |
| HSL | 288.29º | 0.34% | 0.77% | - |
| HSV(B) | 288.29º | 0.19% | 0.85% | - |
| XYZ | 53.74 | 49.03 | 71.6 | - |
| YUV | 189.54 | 142.93 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 175 | 216 | 0.04 | 0.19 | 0 | 0.15 | 288.29 | 0.34 | 0.77 |
| Hex | D0 | AF | D8 | 4 | 13 | 0 | F | 120 | 22 | 4D |
| Octal | 320 | 257 | 330 | 4 | 23 | 0 | 17 | 440 | 42 | 115 |
| Binary | 11010000 | 10101111 | 11011000 | 100 | 10011 | 0 | 1111 | 100100000 | 100010 | 1001101 |
Color Harmonies of #D0AFD8
Complementary color
Monochromatic Colors of #D0AFD8
Black with #D0AFD8
Text Example
Text Example
White with #D0AFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AFD8; }
p { color: rgb(208,175,216); }
H1.HeaderClassName
{
color: #D0AFD8;
}
.AnyTagClassName
{
color: #D0AFD8;
}
</style>
background-color css
<style>
a { background-color: #D0AFD8; }
a { background-color: rgb(208,175,216); }
div.DivClassName
{
background-color: #D0AFD8;
}
.BgClassName
{
background-color: #D0AFD8;
}
</style>
border-color css
<style>
span { border-color: #D0AFD8; }
span { border-color: rgb(208,175,216); }
td.TdClassName
{
border-color: #D0AFD8;
}
.TagClassName
{
border-color: #D0AFD8;
}
</style>