Shades of Prelude #C5A9CE
Tints of Prelude #C5A9CE
RGB
CMYK
RGB Variations
Color information
#C5A9CE (or 0xC5A9CE) is known color: Prelude. HEX triplet: C5, A9 and CE. RGB value is (197,169,206). Sum of RGB (Red+Green+Blue) = 197+169+206=572 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.44% from 572); Green value is 169 (66.41% from 255 or 29.55% from 572); Blue value is 206 (80.86% from 255 or 36.01% from 572); Max value from RGB is 206 - color contains mainly: blue. Hex color #C5A9CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A9CE is #3A5631. Grayscale: #B5B5B5. Windows color (decimal): -3823154 or 13543877. OLE color: 13543877.
HSL color Cylindrical-coordinate representation of color #C5A9CE: hue angle of 285.41º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C5A9CE is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 169 | 206 | - |
| CMYK | 0.04 | 0.18 | 0 | 0.19 |
| HSL | 285.41º | 0.27% | 0.74% | - |
| HSV(B) | 285.41º | 0.18% | 0.81% | - |
| XYZ | 48.35 | 44.7 | 64.47 | - |
| YUV | 181.59 | 141.78 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 169 | 206 | 0.04 | 0.18 | 0 | 0.19 | 285.41 | 0.27 | 0.74 |
| Hex | C5 | A9 | CE | 4 | 12 | 0 | 13 | 11D | 1B | 4A |
| Octal | 305 | 251 | 316 | 4 | 22 | 0 | 23 | 435 | 33 | 112 |
| Binary | 11000101 | 10101001 | 11001110 | 100 | 10010 | 0 | 10011 | 100011101 | 11011 | 1001010 |
Color Harmonies of #C5A9CE
Complementary color
Monochromatic Colors of #C5A9CE
Black with #C5A9CE
Text Example
Text Example
White with #C5A9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A9CE; }
p { color: rgb(197,169,206); }
H1.HeaderClassName
{
color: #C5A9CE;
}
.AnyTagClassName
{
color: #C5A9CE;
}
</style>
background-color css
<style>
a { background-color: #C5A9CE; }
a { background-color: rgb(197,169,206); }
div.DivClassName
{
background-color: #C5A9CE;
}
.BgClassName
{
background-color: #C5A9CE;
}
</style>
border-color css
<style>
span { border-color: #C5A9CE; }
span { border-color: rgb(197,169,206); }
td.TdClassName
{
border-color: #C5A9CE;
}
.TagClassName
{
border-color: #C5A9CE;
}
</style>