Shades of Prelude #C5A9D0
Tints of Prelude #C5A9D0
RGB
CMYK
RGB Variations
Color information
#C5A9D0 (or 0xC5A9D0) is known color: Prelude. HEX triplet: C5, A9 and D0. RGB value is (197,169,208). Sum of RGB (Red+Green+Blue) = 197+169+208=574 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.32% from 574); Green value is 169 (66.41% from 255 or 29.44% from 574); Blue value is 208 (81.64% from 255 or 36.24% from 574); Max value from RGB is 208 - color contains mainly: blue. Hex color #C5A9D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A9D0 is #3A562F. Grayscale: #B5B5B5. Windows color (decimal): -3823152 or 13674949. OLE color: 13674949.
HSL color Cylindrical-coordinate representation of color #C5A9D0: hue angle of 283.08º degrees, saturation: 0.29, 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 #C5A9D0 is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 169 | 208 | - |
| CMYK | 0.05 | 0.19 | 0 | 0.18 |
| HSL | 283.08º | 0.29% | 0.74% | - |
| HSV(B) | 283.08º | 0.19% | 0.82% | - |
| XYZ | 48.6 | 44.8 | 65.76 | - |
| YUV | 181.82 | 142.78 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 169 | 208 | 0.05 | 0.19 | 0 | 0.18 | 283.08 | 0.29 | 0.74 |
| Hex | C5 | A9 | D0 | 5 | 13 | 0 | 12 | 11B | 1D | 4A |
| Octal | 305 | 251 | 320 | 5 | 23 | 0 | 22 | 433 | 35 | 112 |
| Binary | 11000101 | 10101001 | 11010000 | 101 | 10011 | 0 | 10010 | 100011011 | 11101 | 1001010 |
Color Harmonies of #C5A9D0
Complementary color
Monochromatic Colors of #C5A9D0
Black with #C5A9D0
Text Example
Text Example
White with #C5A9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A9D0; }
p { color: rgb(197,169,208); }
H1.HeaderClassName
{
color: #C5A9D0;
}
.AnyTagClassName
{
color: #C5A9D0;
}
</style>
background-color css
<style>
a { background-color: #C5A9D0; }
a { background-color: rgb(197,169,208); }
div.DivClassName
{
background-color: #C5A9D0;
}
.BgClassName
{
background-color: #C5A9D0;
}
</style>
border-color css
<style>
span { border-color: #C5A9D0; }
span { border-color: rgb(197,169,208); }
td.TdClassName
{
border-color: #C5A9D0;
}
.TagClassName
{
border-color: #C5A9D0;
}
</style>