Shades of Prelude #C5AAD1
Tints of Prelude #C5AAD1
RGB
CMYK
RGB Variations
Color information
#C5AAD1 (or 0xC5AAD1) is known color: Prelude. HEX triplet: C5, AA and D1. RGB value is (197,170,209). Sum of RGB (Red+Green+Blue) = 197+170+209=576 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.20% from 576); Green value is 170 (66.80% from 255 or 29.51% from 576); Blue value is 209 (82.03% from 255 or 36.28% from 576); Max value from RGB is 209 - color contains mainly: blue. Hex color #C5AAD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AAD1 is #3A552E. Grayscale: #B6B6B6. Windows color (decimal): -3822895 or 13740741. OLE color: 13740741.
HSL color Cylindrical-coordinate representation of color #C5AAD1: hue angle of 281.54º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C5AAD1 is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 170 | 209 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.18 |
| HSL | 281.54º | 0.3% | 0.74% | - |
| HSV(B) | 281.54º | 0.19% | 0.82% | - |
| XYZ | 48.91 | 45.22 | 66.47 | - |
| YUV | 182.52 | 142.95 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 170 | 209 | 0.06 | 0.19 | 0 | 0.18 | 281.54 | 0.3 | 0.74 |
| Hex | C5 | AA | D1 | 6 | 13 | 0 | 12 | 11A | 1E | 4A |
| Octal | 305 | 252 | 321 | 6 | 23 | 0 | 22 | 432 | 36 | 112 |
| Binary | 11000101 | 10101010 | 11010001 | 110 | 10011 | 0 | 10010 | 100011010 | 11110 | 1001010 |
Color Harmonies of #C5AAD1
Complementary color
Monochromatic Colors of #C5AAD1
Black with #C5AAD1
Text Example
Text Example
White with #C5AAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AAD1; }
p { color: rgb(197,170,209); }
H1.HeaderClassName
{
color: #C5AAD1;
}
.AnyTagClassName
{
color: #C5AAD1;
}
</style>
background-color css
<style>
a { background-color: #C5AAD1; }
a { background-color: rgb(197,170,209); }
div.DivClassName
{
background-color: #C5AAD1;
}
.BgClassName
{
background-color: #C5AAD1;
}
</style>
border-color css
<style>
span { border-color: #C5AAD1; }
span { border-color: rgb(197,170,209); }
td.TdClassName
{
border-color: #C5AAD1;
}
.TagClassName
{
border-color: #C5AAD1;
}
</style>