Shades of Prelude #C5ABCD
Tints of Prelude #C5ABCD
RGB
CMYK
RGB Variations
Color information
#C5ABCD (or 0xC5ABCD) is known color: Prelude. HEX triplet: C5, AB and CD. RGB value is (197,171,205). Sum of RGB (Red+Green+Blue) = 197+171+205=573 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.38% from 573); Green value is 171 (67.19% from 255 or 29.84% from 573); Blue value is 205 (80.47% from 255 or 35.78% from 573); Max value from RGB is 205 - color contains mainly: blue. Hex color #C5ABCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5ABCD is #3A5432. Grayscale: #B6B6B6. Windows color (decimal): -3822643 or 13478853. OLE color: 13478853.
HSL color Cylindrical-coordinate representation of color #C5ABCD: hue angle of 285.88º degrees, saturation: 0.25, 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 #C5ABCD is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 171 | 205 | - |
| CMYK | 0.04 | 0.17 | 0 | 0.20 |
| HSL | 285.88º | 0.25% | 0.74% | - |
| HSV(B) | 285.88º | 0.17% | 0.8% | - |
| XYZ | 48.61 | 45.4 | 63.96 | - |
| YUV | 182.65 | 140.61 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 171 | 205 | 0.04 | 0.17 | 0 | 0.20 | 285.88 | 0.25 | 0.74 |
| Hex | C5 | AB | CD | 4 | 11 | 0 | 14 | 11E | 19 | 4A |
| Octal | 305 | 253 | 315 | 4 | 21 | 0 | 24 | 436 | 31 | 112 |
| Binary | 11000101 | 10101011 | 11001101 | 100 | 10001 | 0 | 10100 | 100011110 | 11001 | 1001010 |
Color Harmonies of #C5ABCD
Complementary color
Monochromatic Colors of #C5ABCD
Black with #C5ABCD
Text Example
Text Example
White with #C5ABCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5ABCD; }
p { color: rgb(197,171,205); }
H1.HeaderClassName
{
color: #C5ABCD;
}
.AnyTagClassName
{
color: #C5ABCD;
}
</style>
background-color css
<style>
a { background-color: #C5ABCD; }
a { background-color: rgb(197,171,205); }
div.DivClassName
{
background-color: #C5ABCD;
}
.BgClassName
{
background-color: #C5ABCD;
}
</style>
border-color css
<style>
span { border-color: #C5ABCD; }
span { border-color: rgb(197,171,205); }
td.TdClassName
{
border-color: #C5ABCD;
}
.TagClassName
{
border-color: #C5ABCD;
}
</style>