Shades of Prelude #C1A7CE
Tints of Prelude #C1A7CE
RGB
CMYK
RGB Variations
Color information
#C1A7CE (or 0xC1A7CE) is known color: Prelude. HEX triplet: C1, A7 and CE. RGB value is (193,167,206). Sum of RGB (Red+Green+Blue) = 193+167+206=566 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.10% from 566); Green value is 167 (65.62% from 255 or 29.51% from 566); Blue value is 206 (80.86% from 255 or 36.40% from 566); Max value from RGB is 206 - color contains mainly: blue. Hex color #C1A7CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A7CE is #3E5831. Grayscale: #B3B3B3. Windows color (decimal): -4085810 or 13543361. OLE color: 13543361.
HSL color Cylindrical-coordinate representation of color #C1A7CE: hue angle of 280º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C1A7CE is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 167 | 206 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.19 |
| HSL | 280º | 0.28% | 0.73% | - |
| HSV(B) | 280º | 0.19% | 0.81% | - |
| XYZ | 46.95 | 43.43 | 64.3 | - |
| YUV | 179.22 | 143.11 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 167 | 206 | 0.06 | 0.19 | 0 | 0.19 | 280 | 0.28 | 0.73 |
| Hex | C1 | A7 | CE | 6 | 13 | 0 | 13 | 118 | 1C | 49 |
| Octal | 301 | 247 | 316 | 6 | 23 | 0 | 23 | 430 | 34 | 111 |
| Binary | 11000001 | 10100111 | 11001110 | 110 | 10011 | 0 | 10011 | 100011000 | 11100 | 1001001 |
Color Harmonies of #C1A7CE
Complementary color
Monochromatic Colors of #C1A7CE
Black with #C1A7CE
Text Example
Text Example
White with #C1A7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A7CE; }
p { color: rgb(193,167,206); }
H1.HeaderClassName
{
color: #C1A7CE;
}
.AnyTagClassName
{
color: #C1A7CE;
}
</style>
background-color css
<style>
a { background-color: #C1A7CE; }
a { background-color: rgb(193,167,206); }
div.DivClassName
{
background-color: #C1A7CE;
}
.BgClassName
{
background-color: #C1A7CE;
}
</style>
border-color css
<style>
span { border-color: #C1A7CE; }
span { border-color: rgb(193,167,206); }
td.TdClassName
{
border-color: #C1A7CE;
}
.TagClassName
{
border-color: #C1A7CE;
}
</style>