Shades of Prelude #C5A8D1
Tints of Prelude #C5A8D1
RGB
CMYK
RGB Variations
Color information
#C5A8D1 (or 0xC5A8D1) is known color: Prelude. HEX triplet: C5, A8 and D1. RGB value is (197,168,209). Sum of RGB (Red+Green+Blue) = 197+168+209=574 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.32% from 574); Green value is 168 (66.02% from 255 or 29.27% from 574); Blue value is 209 (82.03% from 255 or 36.41% from 574); Max value from RGB is 209 - color contains mainly: blue. Hex color #C5A8D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A8D1 is #3A572E. Grayscale: #B5B5B5. Windows color (decimal): -3823407 or 13740229. OLE color: 13740229.
HSL color Cylindrical-coordinate representation of color #C5A8D1: hue angle of 282.44º degrees, saturation: 0.31, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C5A8D1 is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 168 | 209 | - |
| CMYK | 0.06 | 0.20 | 0 | 0.18 |
| HSL | 282.44º | 0.31% | 0.74% | - |
| HSV(B) | 282.44º | 0.2% | 0.82% | - |
| XYZ | 48.54 | 44.48 | 66.35 | - |
| YUV | 181.35 | 143.61 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 168 | 209 | 0.06 | 0.20 | 0 | 0.18 | 282.44 | 0.31 | 0.74 |
| Hex | C5 | A8 | D1 | 6 | 14 | 0 | 12 | 11A | 1F | 4A |
| Octal | 305 | 250 | 321 | 6 | 24 | 0 | 22 | 432 | 37 | 112 |
| Binary | 11000101 | 10101000 | 11010001 | 110 | 10100 | 0 | 10010 | 100011010 | 11111 | 1001010 |
Color Harmonies of #C5A8D1
Complementary color
Monochromatic Colors of #C5A8D1
Black with #C5A8D1
Text Example
Text Example
White with #C5A8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A8D1; }
p { color: rgb(197,168,209); }
H1.HeaderClassName
{
color: #C5A8D1;
}
.AnyTagClassName
{
color: #C5A8D1;
}
</style>
background-color css
<style>
a { background-color: #C5A8D1; }
a { background-color: rgb(197,168,209); }
div.DivClassName
{
background-color: #C5A8D1;
}
.BgClassName
{
background-color: #C5A8D1;
}
</style>
border-color css
<style>
span { border-color: #C5A8D1; }
span { border-color: rgb(197,168,209); }
td.TdClassName
{
border-color: #C5A8D1;
}
.TagClassName
{
border-color: #C5A8D1;
}
</style>