Shades of Prelude #C5ABCF
Tints of Prelude #C5ABCF
RGB
CMYK
RGB Variations
Color information
#C5ABCF (or 0xC5ABCF) is known color: Prelude. HEX triplet: C5, AB and CF. RGB value is (197,171,207). Sum of RGB (Red+Green+Blue) = 197+171+207=575 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.26% from 575); Green value is 171 (67.19% from 255 or 29.74% from 575); Blue value is 207 (81.25% from 255 or 36% from 575); Max value from RGB is 207 - color contains mainly: blue. Hex color #C5ABCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5ABCF is #3A5430. Grayscale: #B6B6B6. Windows color (decimal): -3822641 or 13609925. OLE color: 13609925.
HSL color Cylindrical-coordinate representation of color #C5ABCF: hue angle of 283.33º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C5ABCF is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 171 | 207 | - |
| CMYK | 0.05 | 0.17 | 0 | 0.19 |
| HSL | 283.33º | 0.27% | 0.74% | - |
| HSV(B) | 283.33º | 0.17% | 0.81% | - |
| XYZ | 48.85 | 45.5 | 65.24 | - |
| YUV | 182.88 | 141.61 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 171 | 207 | 0.05 | 0.17 | 0 | 0.19 | 283.33 | 0.27 | 0.74 |
| Hex | C5 | AB | CF | 5 | 11 | 0 | 13 | 11B | 1B | 4A |
| Octal | 305 | 253 | 317 | 5 | 21 | 0 | 23 | 433 | 33 | 112 |
| Binary | 11000101 | 10101011 | 11001111 | 101 | 10001 | 0 | 10011 | 100011011 | 11011 | 1001010 |
Color Harmonies of #C5ABCF
Complementary color
Monochromatic Colors of #C5ABCF
Black with #C5ABCF
Text Example
Text Example
White with #C5ABCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5ABCF; }
p { color: rgb(197,171,207); }
H1.HeaderClassName
{
color: #C5ABCF;
}
.AnyTagClassName
{
color: #C5ABCF;
}
</style>
background-color css
<style>
a { background-color: #C5ABCF; }
a { background-color: rgb(197,171,207); }
div.DivClassName
{
background-color: #C5ABCF;
}
.BgClassName
{
background-color: #C5ABCF;
}
</style>
border-color css
<style>
span { border-color: #C5ABCF; }
span { border-color: rgb(197,171,207); }
td.TdClassName
{
border-color: #C5ABCF;
}
.TagClassName
{
border-color: #C5ABCF;
}
</style>