Shades of Prelude #C6A9CD
Tints of Prelude #C6A9CD
RGB
CMYK
RGB Variations
Color information
#C6A9CD (or 0xC6A9CD) is known color: Prelude. HEX triplet: C6, A9 and CD. RGB value is (198,169,205). Sum of RGB (Red+Green+Blue) = 198+169+205=572 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.62% from 572); Green value is 169 (66.41% from 255 or 29.55% from 572); Blue value is 205 (80.47% from 255 or 35.84% from 572); Max value from RGB is 205 - color contains mainly: blue. Hex color #C6A9CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A9CD is #395632. Grayscale: #B5B5B5. Windows color (decimal): -3757619 or 13478342. OLE color: 13478342.
HSL color Cylindrical-coordinate representation of color #C6A9CD: hue angle of 288.33º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C6A9CD is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 169 | 205 | - |
| CMYK | 0.03 | 0.18 | 0 | 0.20 |
| HSL | 288.33º | 0.26% | 0.73% | - |
| HSV(B) | 288.33º | 0.18% | 0.8% | - |
| XYZ | 48.5 | 44.79 | 63.85 | - |
| YUV | 181.78 | 141.11 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 169 | 205 | 0.03 | 0.18 | 0 | 0.20 | 288.33 | 0.26 | 0.73 |
| Hex | C6 | A9 | CD | 3 | 12 | 0 | 14 | 120 | 1A | 49 |
| Octal | 306 | 251 | 315 | 3 | 22 | 0 | 24 | 440 | 32 | 111 |
| Binary | 11000110 | 10101001 | 11001101 | 11 | 10010 | 0 | 10100 | 100100000 | 11010 | 1001001 |
Color Harmonies of #C6A9CD
Complementary color
Monochromatic Colors of #C6A9CD
Black with #C6A9CD
Text Example
Text Example
White with #C6A9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A9CD; }
p { color: rgb(198,169,205); }
H1.HeaderClassName
{
color: #C6A9CD;
}
.AnyTagClassName
{
color: #C6A9CD;
}
</style>
background-color css
<style>
a { background-color: #C6A9CD; }
a { background-color: rgb(198,169,205); }
div.DivClassName
{
background-color: #C6A9CD;
}
.BgClassName
{
background-color: #C6A9CD;
}
</style>
border-color css
<style>
span { border-color: #C6A9CD; }
span { border-color: rgb(198,169,205); }
td.TdClassName
{
border-color: #C6A9CD;
}
.TagClassName
{
border-color: #C6A9CD;
}
</style>