Shades of Prelude #D6AFDF
Tints of Prelude #D6AFDF
RGB
CMYK
RGB Variations
Color information
#D6AFDF (or 0xD6AFDF) is known color: Prelude. HEX triplet: D6, AF and DF. RGB value is (214,175,223). Sum of RGB (Red+Green+Blue) = 214+175+223=612 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.97% from 612); Green value is 175 (68.75% from 255 or 28.59% from 612); Blue value is 223 (87.5% from 255 or 36.44% from 612); Max value from RGB is 223 - color contains mainly: blue. Hex color #D6AFDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AFDF is #295020. Grayscale: #BFBFBF. Windows color (decimal): -2707489 or 14659542. OLE color: 14659542.
HSL color Cylindrical-coordinate representation of color #D6AFDF: hue angle of 288.75º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D6AFDF is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 175 | 223 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.13 |
| HSL | 288.75º | 0.43% | 0.78% | - |
| HSV(B) | 288.75º | 0.22% | 0.87% | - |
| XYZ | 56.38 | 50.28 | 76.55 | - |
| YUV | 192.13 | 145.42 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 175 | 223 | 0.04 | 0.22 | 0 | 0.13 | 288.75 | 0.43 | 0.78 |
| Hex | D6 | AF | DF | 4 | 16 | 0 | D | 121 | 2B | 4E |
| Octal | 326 | 257 | 337 | 4 | 26 | 0 | 15 | 441 | 53 | 116 |
| Binary | 11010110 | 10101111 | 11011111 | 100 | 10110 | 0 | 1101 | 100100001 | 101011 | 1001110 |
Color Harmonies of #D6AFDF
Complementary color
Monochromatic Colors of #D6AFDF
Black with #D6AFDF
Text Example
Text Example
White with #D6AFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AFDF; }
p { color: rgb(214,175,223); }
H1.HeaderClassName
{
color: #D6AFDF;
}
.AnyTagClassName
{
color: #D6AFDF;
}
</style>
background-color css
<style>
a { background-color: #D6AFDF; }
a { background-color: rgb(214,175,223); }
div.DivClassName
{
background-color: #D6AFDF;
}
.BgClassName
{
background-color: #D6AFDF;
}
</style>
border-color css
<style>
span { border-color: #D6AFDF; }
span { border-color: rgb(214,175,223); }
td.TdClassName
{
border-color: #D6AFDF;
}
.TagClassName
{
border-color: #D6AFDF;
}
</style>