Shades of Prelude #C1ABCE
Tints of Prelude #C1ABCE
RGB
CMYK
RGB Variations
Color information
#C1ABCE (or 0xC1ABCE) is known color: Prelude. HEX triplet: C1, AB and CE. RGB value is (193,171,206). Sum of RGB (Red+Green+Blue) = 193+171+206=570 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.86% from 570); Green value is 171 (67.19% from 255 or 30% from 570); Blue value is 206 (80.86% from 255 or 36.14% from 570); Max value from RGB is 206 - color contains mainly: blue. Hex color #C1ABCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ABCE is #3E5431. Grayscale: #B5B5B5. Windows color (decimal): -4084786 or 13544385. OLE color: 13544385.
HSL color Cylindrical-coordinate representation of color #C1ABCE: hue angle of 277.71º 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 #C1ABCE is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 171 | 206 | - |
| CMYK | 0.06 | 0.17 | 0 | 0.19 |
| HSL | 277.71º | 0.26% | 0.74% | - |
| HSV(B) | 277.71º | 0.17% | 0.81% | - |
| XYZ | 47.7 | 44.92 | 64.55 | - |
| YUV | 181.57 | 141.79 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 171 | 206 | 0.06 | 0.17 | 0 | 0.19 | 277.71 | 0.26 | 0.74 |
| Hex | C1 | AB | CE | 6 | 11 | 0 | 13 | 116 | 1A | 4A |
| Octal | 301 | 253 | 316 | 6 | 21 | 0 | 23 | 426 | 32 | 112 |
| Binary | 11000001 | 10101011 | 11001110 | 110 | 10001 | 0 | 10011 | 100010110 | 11010 | 1001010 |
Color Harmonies of #C1ABCE
Complementary color
Monochromatic Colors of #C1ABCE
Black with #C1ABCE
Text Example
Text Example
White with #C1ABCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ABCE; }
p { color: rgb(193,171,206); }
H1.HeaderClassName
{
color: #C1ABCE;
}
.AnyTagClassName
{
color: #C1ABCE;
}
</style>
background-color css
<style>
a { background-color: #C1ABCE; }
a { background-color: rgb(193,171,206); }
div.DivClassName
{
background-color: #C1ABCE;
}
.BgClassName
{
background-color: #C1ABCE;
}
</style>
border-color css
<style>
span { border-color: #C1ABCE; }
span { border-color: rgb(193,171,206); }
td.TdClassName
{
border-color: #C1ABCE;
}
.TagClassName
{
border-color: #C1ABCE;
}
</style>