Shades of Prelude #C6A9D1
Tints of Prelude #C6A9D1
RGB
CMYK
RGB Variations
Color information
#C6A9D1 (or 0xC6A9D1) is known color: Prelude. HEX triplet: C6, A9 and D1. RGB value is (198,169,209). Sum of RGB (Red+Green+Blue) = 198+169+209=576 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.38% from 576); Green value is 169 (66.41% from 255 or 29.34% from 576); Blue value is 209 (82.03% from 255 or 36.28% from 576); Max value from RGB is 209 - color contains mainly: blue. Hex color #C6A9D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A9D1 is #39562E. Grayscale: #B6B6B6. Windows color (decimal): -3757615 or 13740486. OLE color: 13740486.
HSL color Cylindrical-coordinate representation of color #C6A9D1: hue angle of 283.5º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C6A9D1 is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 169 | 209 | - |
| CMYK | 0.05 | 0.19 | 0 | 0.18 |
| HSL | 283.5º | 0.3% | 0.74% | - |
| HSV(B) | 283.5º | 0.19% | 0.82% | - |
| XYZ | 48.99 | 44.99 | 66.42 | - |
| YUV | 182.23 | 143.11 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 169 | 209 | 0.05 | 0.19 | 0 | 0.18 | 283.5 | 0.3 | 0.74 |
| Hex | C6 | A9 | D1 | 5 | 13 | 0 | 12 | 11C | 1E | 4A |
| Octal | 306 | 251 | 321 | 5 | 23 | 0 | 22 | 434 | 36 | 112 |
| Binary | 11000110 | 10101001 | 11010001 | 101 | 10011 | 0 | 10010 | 100011100 | 11110 | 1001010 |
Color Harmonies of #C6A9D1
Complementary color
Monochromatic Colors of #C6A9D1
Black with #C6A9D1
Text Example
Text Example
White with #C6A9D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A9D1; }
p { color: rgb(198,169,209); }
H1.HeaderClassName
{
color: #C6A9D1;
}
.AnyTagClassName
{
color: #C6A9D1;
}
</style>
background-color css
<style>
a { background-color: #C6A9D1; }
a { background-color: rgb(198,169,209); }
div.DivClassName
{
background-color: #C6A9D1;
}
.BgClassName
{
background-color: #C6A9D1;
}
</style>
border-color css
<style>
span { border-color: #C6A9D1; }
span { border-color: rgb(198,169,209); }
td.TdClassName
{
border-color: #C6A9D1;
}
.TagClassName
{
border-color: #C6A9D1;
}
</style>