Shades of Prelude #D4AFDA
Tints of Prelude #D4AFDA
RGB
CMYK
RGB Variations
Color information
#D4AFDA (or 0xD4AFDA) is known color: Prelude. HEX triplet: D4, AF and DA. RGB value is (212,175,218). Sum of RGB (Red+Green+Blue) = 212+175+218=605 (80% of max value = 765). Red value is 212 (83.20% from 255 or 35.04% from 605); Green value is 175 (68.75% from 255 or 28.93% from 605); Blue value is 218 (85.55% from 255 or 36.03% from 605); Max value from RGB is 218 - color contains mainly: blue. Hex color #D4AFDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AFDA is #2B5025. Grayscale: #BEBEBE. Windows color (decimal): -2838566 or 14331860. OLE color: 14331860.
HSL color Cylindrical-coordinate representation of color #D4AFDA: hue angle of 291.63º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D4AFDA is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 175 | 218 | - |
| CMYK | 0.03 | 0.20 | 0 | 0.15 |
| HSL | 291.63º | 0.37% | 0.77% | - |
| HSV(B) | 291.63º | 0.2% | 0.85% | - |
| XYZ | 55.14 | 49.72 | 73.02 | - |
| YUV | 190.97 | 143.26 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 175 | 218 | 0.03 | 0.20 | 0 | 0.15 | 291.63 | 0.37 | 0.77 |
| Hex | D4 | AF | DA | 3 | 14 | 0 | F | 124 | 25 | 4D |
| Octal | 324 | 257 | 332 | 3 | 24 | 0 | 17 | 444 | 45 | 115 |
| Binary | 11010100 | 10101111 | 11011010 | 11 | 10100 | 0 | 1111 | 100100100 | 100101 | 1001101 |
Color Harmonies of #D4AFDA
Complementary color
Monochromatic Colors of #D4AFDA
Black with #D4AFDA
Text Example
Text Example
White with #D4AFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AFDA; }
p { color: rgb(212,175,218); }
H1.HeaderClassName
{
color: #D4AFDA;
}
.AnyTagClassName
{
color: #D4AFDA;
}
</style>
background-color css
<style>
a { background-color: #D4AFDA; }
a { background-color: rgb(212,175,218); }
div.DivClassName
{
background-color: #D4AFDA;
}
.BgClassName
{
background-color: #D4AFDA;
}
</style>
border-color css
<style>
span { border-color: #D4AFDA; }
span { border-color: rgb(212,175,218); }
td.TdClassName
{
border-color: #D4AFDA;
}
.TagClassName
{
border-color: #D4AFDA;
}
</style>