Shades of Prelude #C6ABCC
Tints of Prelude #C6ABCC
RGB
CMYK
RGB Variations
Color information
#C6ABCC (or 0xC6ABCC) is known color: Prelude. HEX triplet: C6, AB and CC. RGB value is (198,171,204). Sum of RGB (Red+Green+Blue) = 198+171+204=573 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.55% from 573); Green value is 171 (67.19% from 255 or 29.84% from 573); Blue value is 204 (80.08% from 255 or 35.60% from 573); Max value from RGB is 204 - color contains mainly: blue. Hex color #C6ABCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ABCC is #395433. Grayscale: #B6B6B6. Windows color (decimal): -3757108 or 13413318. OLE color: 13413318.
HSL color Cylindrical-coordinate representation of color #C6ABCC: hue angle of 289.09º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C6ABCC is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 198 | 171 | 204 | - |
| CMYK | 0.03 | 0.16 | 0 | 0.2 |
| HSL | 289.09º | 0.24% | 0.74% | - |
| HSV(B) | 289.09º | 0.16% | 0.8% | - |
| XYZ | 48.75 | 45.49 | 63.34 | - |
| YUV | 182.84 | 139.95 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 171 | 204 | 0.03 | 0.16 | 0 | 0.2 | 289.09 | 0.24 | 0.74 |
| Hex | C6 | AB | CC | 3 | 10 | 0 | 14 | 121 | 18 | 4A |
| Octal | 306 | 253 | 314 | 3 | 20 | 0 | 24 | 441 | 30 | 112 |
| Binary | 11000110 | 10101011 | 11001100 | 11 | 10000 | 0 | 10100 | 100100001 | 11000 | 1001010 |
Color Harmonies of #C6ABCC
Complementary color
Monochromatic Colors of #C6ABCC
Black with #C6ABCC
Text Example
Text Example
White with #C6ABCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6ABCC; }
p { color: rgb(198,171,204); }
H1.HeaderClassName
{
color: #C6ABCC;
}
.AnyTagClassName
{
color: #C6ABCC;
}
</style>
background-color css
<style>
a { background-color: #C6ABCC; }
a { background-color: rgb(198,171,204); }
div.DivClassName
{
background-color: #C6ABCC;
}
.BgClassName
{
background-color: #C6ABCC;
}
</style>
border-color css
<style>
span { border-color: #C6ABCC; }
span { border-color: rgb(198,171,204); }
td.TdClassName
{
border-color: #C6ABCC;
}
.TagClassName
{
border-color: #C6ABCC;
}
</style>