Shades of Prelude #C1ABCA
Tints of Prelude #C1ABCA
RGB
CMYK
RGB Variations
Color information
#C1ABCA (or 0xC1ABCA) is known color: Prelude. HEX triplet: C1, AB and CA. RGB value is (193,171,202). Sum of RGB (Red+Green+Blue) = 193+171+202=566 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.10% from 566); Green value is 171 (67.19% from 255 or 30.21% from 566); Blue value is 202 (79.30% from 255 or 35.69% from 566); Max value from RGB is 202 - color contains mainly: blue. Hex color #C1ABCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ABCA is #3E5435. Grayscale: #B5B5B5. Windows color (decimal): -4084790 or 13282241. OLE color: 13282241.
HSL color Cylindrical-coordinate representation of color #C1ABCA: hue angle of 282.58º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C1ABCA is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 171 | 202 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.21 |
| HSL | 282.58º | 0.23% | 0.73% | - |
| HSV(B) | 282.58º | 0.15% | 0.79% | - |
| XYZ | 47.22 | 44.73 | 62.02 | - |
| YUV | 181.11 | 139.79 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 171 | 202 | 0.04 | 0.15 | 0 | 0.21 | 282.58 | 0.23 | 0.73 |
| Hex | C1 | AB | CA | 4 | F | 0 | 15 | 11B | 17 | 49 |
| Octal | 301 | 253 | 312 | 4 | 17 | 0 | 25 | 433 | 27 | 111 |
| Binary | 11000001 | 10101011 | 11001010 | 100 | 1111 | 0 | 10101 | 100011011 | 10111 | 1001001 |
Color Harmonies of #C1ABCA
Complementary color
Monochromatic Colors of #C1ABCA
Black with #C1ABCA
Text Example
Text Example
White with #C1ABCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ABCA; }
p { color: rgb(193,171,202); }
H1.HeaderClassName
{
color: #C1ABCA;
}
.AnyTagClassName
{
color: #C1ABCA;
}
</style>
background-color css
<style>
a { background-color: #C1ABCA; }
a { background-color: rgb(193,171,202); }
div.DivClassName
{
background-color: #C1ABCA;
}
.BgClassName
{
background-color: #C1ABCA;
}
</style>
border-color css
<style>
span { border-color: #C1ABCA; }
span { border-color: rgb(193,171,202); }
td.TdClassName
{
border-color: #C1ABCA;
}
.TagClassName
{
border-color: #C1ABCA;
}
</style>