Shades of Prelude #C1A8CB
Tints of Prelude #C1A8CB
RGB
CMYK
RGB Variations
Color information
#C1A8CB (or 0xC1A8CB) is known color: Prelude. HEX triplet: C1, A8 and CB. RGB value is (193,168,203). Sum of RGB (Red+Green+Blue) = 193+168+203=564 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.22% from 564); Green value is 168 (66.02% from 255 or 29.79% from 564); Blue value is 203 (79.69% from 255 or 35.99% from 564); Max value from RGB is 203 - color contains mainly: blue. Hex color #C1A8CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A8CB is #3E5734. Grayscale: #B3B3B3. Windows color (decimal): -4085557 or 13347009. OLE color: 13347009.
HSL color Cylindrical-coordinate representation of color #C1A8CB: hue angle of 282.86º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C1A8CB is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 168 | 203 | - |
| CMYK | 0.05 | 0.17 | 0 | 0.20 |
| HSL | 282.86º | 0.25% | 0.73% | - |
| HSV(B) | 282.86º | 0.17% | 0.8% | - |
| XYZ | 46.77 | 43.65 | 62.46 | - |
| YUV | 179.47 | 141.28 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 168 | 203 | 0.05 | 0.17 | 0 | 0.20 | 282.86 | 0.25 | 0.73 |
| Hex | C1 | A8 | CB | 5 | 11 | 0 | 14 | 11B | 19 | 49 |
| Octal | 301 | 250 | 313 | 5 | 21 | 0 | 24 | 433 | 31 | 111 |
| Binary | 11000001 | 10101000 | 11001011 | 101 | 10001 | 0 | 10100 | 100011011 | 11001 | 1001001 |
Color Harmonies of #C1A8CB
Complementary color
Monochromatic Colors of #C1A8CB
Black with #C1A8CB
Text Example
Text Example
White with #C1A8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A8CB; }
p { color: rgb(193,168,203); }
H1.HeaderClassName
{
color: #C1A8CB;
}
.AnyTagClassName
{
color: #C1A8CB;
}
</style>
background-color css
<style>
a { background-color: #C1A8CB; }
a { background-color: rgb(193,168,203); }
div.DivClassName
{
background-color: #C1A8CB;
}
.BgClassName
{
background-color: #C1A8CB;
}
</style>
border-color css
<style>
span { border-color: #C1A8CB; }
span { border-color: rgb(193,168,203); }
td.TdClassName
{
border-color: #C1A8CB;
}
.TagClassName
{
border-color: #C1A8CB;
}
</style>