Shades of Prelude #C6ABD1
Tints of Prelude #C6ABD1
RGB
CMYK
RGB Variations
Color information
#C6ABD1 (or 0xC6ABD1) is known color: Prelude. HEX triplet: C6, AB and D1. RGB value is (198,171,209). Sum of RGB (Red+Green+Blue) = 198+171+209=578 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.26% from 578); Green value is 171 (67.19% from 255 or 29.58% from 578); Blue value is 209 (82.03% from 255 or 36.16% from 578); Max value from RGB is 209 - color contains mainly: blue. Hex color #C6ABD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ABD1 is #39542E. Grayscale: #B7B7B7. Windows color (decimal): -3757103 or 13740998. OLE color: 13740998.
HSL color Cylindrical-coordinate representation of color #C6ABD1: hue angle of 282.63º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C6ABD1 is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 171 | 209 | - |
| CMYK | 0.05 | 0.18 | 0 | 0.18 |
| HSL | 282.63º | 0.29% | 0.75% | - |
| HSV(B) | 282.63º | 0.18% | 0.82% | - |
| XYZ | 49.36 | 45.74 | 66.55 | - |
| YUV | 183.41 | 142.45 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 171 | 209 | 0.05 | 0.18 | 0 | 0.18 | 282.63 | 0.29 | 0.75 |
| Hex | C6 | AB | D1 | 5 | 12 | 0 | 12 | 11B | 1D | 4B |
| Octal | 306 | 253 | 321 | 5 | 22 | 0 | 22 | 433 | 35 | 113 |
| Binary | 11000110 | 10101011 | 11010001 | 101 | 10010 | 0 | 10010 | 100011011 | 11101 | 1001011 |
Color Harmonies of #C6ABD1
Complementary color
Monochromatic Colors of #C6ABD1
Black with #C6ABD1
Text Example
Text Example
White with #C6ABD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6ABD1; }
p { color: rgb(198,171,209); }
H1.HeaderClassName
{
color: #C6ABD1;
}
.AnyTagClassName
{
color: #C6ABD1;
}
</style>
background-color css
<style>
a { background-color: #C6ABD1; }
a { background-color: rgb(198,171,209); }
div.DivClassName
{
background-color: #C6ABD1;
}
.BgClassName
{
background-color: #C6ABD1;
}
</style>
border-color css
<style>
span { border-color: #C6ABD1; }
span { border-color: rgb(198,171,209); }
td.TdClassName
{
border-color: #C6ABD1;
}
.TagClassName
{
border-color: #C6ABD1;
}
</style>