Shades of Prelude #C5AACD
Tints of Prelude #C5AACD
RGB
CMYK
RGB Variations
Color information
#C5AACD (or 0xC5AACD) is known color: Prelude. HEX triplet: C5, AA and CD. RGB value is (197,170,205). Sum of RGB (Red+Green+Blue) = 197+170+205=572 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.44% from 572); Green value is 170 (66.80% from 255 or 29.72% from 572); Blue value is 205 (80.47% from 255 or 35.84% from 572); Max value from RGB is 205 - color contains mainly: blue. Hex color #C5AACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AACD is #3A5532. Grayscale: #B5B5B5. Windows color (decimal): -3822899 or 13478597. OLE color: 13478597.
HSL color Cylindrical-coordinate representation of color #C5AACD: hue angle of 286.29º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C5AACD is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 170 | 205 | - |
| CMYK | 0.04 | 0.17 | 0 | 0.20 |
| HSL | 286.29º | 0.26% | 0.74% | - |
| HSV(B) | 286.29º | 0.17% | 0.8% | - |
| XYZ | 48.42 | 45.03 | 63.9 | - |
| YUV | 182.06 | 140.95 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 170 | 205 | 0.04 | 0.17 | 0 | 0.20 | 286.29 | 0.26 | 0.74 |
| Hex | C5 | AA | CD | 4 | 11 | 0 | 14 | 11E | 1A | 4A |
| Octal | 305 | 252 | 315 | 4 | 21 | 0 | 24 | 436 | 32 | 112 |
| Binary | 11000101 | 10101010 | 11001101 | 100 | 10001 | 0 | 10100 | 100011110 | 11010 | 1001010 |
Color Harmonies of #C5AACD
Complementary color
Monochromatic Colors of #C5AACD
Black with #C5AACD
Text Example
Text Example
White with #C5AACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AACD; }
p { color: rgb(197,170,205); }
H1.HeaderClassName
{
color: #C5AACD;
}
.AnyTagClassName
{
color: #C5AACD;
}
</style>
background-color css
<style>
a { background-color: #C5AACD; }
a { background-color: rgb(197,170,205); }
div.DivClassName
{
background-color: #C5AACD;
}
.BgClassName
{
background-color: #C5AACD;
}
</style>
border-color css
<style>
span { border-color: #C5AACD; }
span { border-color: rgb(197,170,205); }
td.TdClassName
{
border-color: #C5AACD;
}
.TagClassName
{
border-color: #C5AACD;
}
</style>