Shades of Prelude #C6ABCE
Tints of Prelude #C6ABCE
RGB
CMYK
RGB Variations
Color information
#C6ABCE (or 0xC6ABCE) is known color: Prelude. HEX triplet: C6, AB and CE. RGB value is (198,171,206). Sum of RGB (Red+Green+Blue) = 198+171+206=575 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.43% from 575); Green value is 171 (67.19% from 255 or 29.74% from 575); Blue value is 206 (80.86% from 255 or 35.83% from 575); Max value from RGB is 206 - color contains mainly: blue. Hex color #C6ABCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ABCE is #395431. Grayscale: #B6B6B6. Windows color (decimal): -3757106 or 13544390. OLE color: 13544390.
HSL color Cylindrical-coordinate representation of color #C6ABCE: hue angle of 286.29º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C6ABCE is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 171 | 206 | - |
| CMYK | 0.04 | 0.17 | 0 | 0.19 |
| HSL | 286.29º | 0.26% | 0.74% | - |
| HSV(B) | 286.29º | 0.17% | 0.81% | - |
| XYZ | 48.99 | 45.59 | 64.61 | - |
| YUV | 183.06 | 140.95 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 171 | 206 | 0.04 | 0.17 | 0 | 0.19 | 286.29 | 0.26 | 0.74 |
| Hex | C6 | AB | CE | 4 | 11 | 0 | 13 | 11E | 1A | 4A |
| Octal | 306 | 253 | 316 | 4 | 21 | 0 | 23 | 436 | 32 | 112 |
| Binary | 11000110 | 10101011 | 11001110 | 100 | 10001 | 0 | 10011 | 100011110 | 11010 | 1001010 |
Color Harmonies of #C6ABCE
Complementary color
Monochromatic Colors of #C6ABCE
Black with #C6ABCE
Text Example
Text Example
White with #C6ABCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6ABCE; }
p { color: rgb(198,171,206); }
H1.HeaderClassName
{
color: #C6ABCE;
}
.AnyTagClassName
{
color: #C6ABCE;
}
</style>
background-color css
<style>
a { background-color: #C6ABCE; }
a { background-color: rgb(198,171,206); }
div.DivClassName
{
background-color: #C6ABCE;
}
.BgClassName
{
background-color: #C6ABCE;
}
</style>
border-color css
<style>
span { border-color: #C6ABCE; }
span { border-color: rgb(198,171,206); }
td.TdClassName
{
border-color: #C6ABCE;
}
.TagClassName
{
border-color: #C6ABCE;
}
</style>