Shades of Prelude #D5AFDC
Tints of Prelude #D5AFDC
RGB
CMYK
RGB Variations
Color information
#D5AFDC (or 0xD5AFDC) is known color: Prelude. HEX triplet: D5, AF and DC. RGB value is (213,175,220). Sum of RGB (Red+Green+Blue) = 213+175+220=608 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.03% from 608); Green value is 175 (68.75% from 255 or 28.78% from 608); Blue value is 220 (86.33% from 255 or 36.18% from 608); Max value from RGB is 220 - color contains mainly: blue. Hex color #D5AFDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AFDC is #2A5023. Grayscale: #BFBFBF. Windows color (decimal): -2773028 or 14462933. OLE color: 14462933.
HSL color Cylindrical-coordinate representation of color #D5AFDC: hue angle of 290.67º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5AFDC is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 175 | 220 | - |
| CMYK | 0.03 | 0.20 | 0 | 0.14 |
| HSL | 290.67º | 0.39% | 0.77% | - |
| HSV(B) | 290.67º | 0.2% | 0.86% | - |
| XYZ | 55.69 | 49.97 | 74.42 | - |
| YUV | 191.49 | 144.09 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 175 | 220 | 0.03 | 0.20 | 0 | 0.14 | 290.67 | 0.39 | 0.77 |
| Hex | D5 | AF | DC | 3 | 14 | 0 | E | 123 | 27 | 4D |
| Octal | 325 | 257 | 334 | 3 | 24 | 0 | 16 | 443 | 47 | 115 |
| Binary | 11010101 | 10101111 | 11011100 | 11 | 10100 | 0 | 1110 | 100100011 | 100111 | 1001101 |
Color Harmonies of #D5AFDC
Complementary color
Monochromatic Colors of #D5AFDC
Black with #D5AFDC
Text Example
Text Example
White with #D5AFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AFDC; }
p { color: rgb(213,175,220); }
H1.HeaderClassName
{
color: #D5AFDC;
}
.AnyTagClassName
{
color: #D5AFDC;
}
</style>
background-color css
<style>
a { background-color: #D5AFDC; }
a { background-color: rgb(213,175,220); }
div.DivClassName
{
background-color: #D5AFDC;
}
.BgClassName
{
background-color: #D5AFDC;
}
</style>
border-color css
<style>
span { border-color: #D5AFDC; }
span { border-color: rgb(213,175,220); }
td.TdClassName
{
border-color: #D5AFDC;
}
.TagClassName
{
border-color: #D5AFDC;
}
</style>