Shades of Prelude #C1ABCF
Tints of Prelude #C1ABCF
RGB
CMYK
RGB Variations
Color information
#C1ABCF (or 0xC1ABCF) is known color: Prelude. HEX triplet: C1, AB and CF. RGB value is (193,171,207). Sum of RGB (Red+Green+Blue) = 193+171+207=571 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.80% from 571); Green value is 171 (67.19% from 255 or 29.95% from 571); Blue value is 207 (81.25% from 255 or 36.25% from 571); Max value from RGB is 207 - color contains mainly: blue. Hex color #C1ABCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ABCF is #3E5430. Grayscale: #B5B5B5. Windows color (decimal): -4084785 or 13609921. OLE color: 13609921.
HSL color Cylindrical-coordinate representation of color #C1ABCF: hue angle of 276.67º 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 #C1ABCF is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 171 | 207 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.19 |
| HSL | 276.67º | 0.27% | 0.74% | - |
| HSV(B) | 276.67º | 0.17% | 0.81% | - |
| XYZ | 47.82 | 44.97 | 65.19 | - |
| YUV | 181.68 | 142.29 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 171 | 207 | 0.07 | 0.17 | 0 | 0.19 | 276.67 | 0.27 | 0.74 |
| Hex | C1 | AB | CF | 7 | 11 | 0 | 13 | 115 | 1B | 4A |
| Octal | 301 | 253 | 317 | 7 | 21 | 0 | 23 | 425 | 33 | 112 |
| Binary | 11000001 | 10101011 | 11001111 | 111 | 10001 | 0 | 10011 | 100010101 | 11011 | 1001010 |
Color Harmonies of #C1ABCF
Complementary color
Monochromatic Colors of #C1ABCF
Black with #C1ABCF
Text Example
Text Example
White with #C1ABCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ABCF; }
p { color: rgb(193,171,207); }
H1.HeaderClassName
{
color: #C1ABCF;
}
.AnyTagClassName
{
color: #C1ABCF;
}
</style>
background-color css
<style>
a { background-color: #C1ABCF; }
a { background-color: rgb(193,171,207); }
div.DivClassName
{
background-color: #C1ABCF;
}
.BgClassName
{
background-color: #C1ABCF;
}
</style>
border-color css
<style>
span { border-color: #C1ABCF; }
span { border-color: rgb(193,171,207); }
td.TdClassName
{
border-color: #C1ABCF;
}
.TagClassName
{
border-color: #C1ABCF;
}
</style>