Shades of Prelude #C1ABCC
Tints of Prelude #C1ABCC
RGB
CMYK
RGB Variations
Color information
#C1ABCC (or 0xC1ABCC) is known color: Prelude. HEX triplet: C1, AB and CC. RGB value is (193,171,204). Sum of RGB (Red+Green+Blue) = 193+171+204=568 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.98% from 568); Green value is 171 (67.19% from 255 or 30.11% from 568); Blue value is 204 (80.08% from 255 or 35.92% from 568); Max value from RGB is 204 - color contains mainly: blue. Hex color #C1ABCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ABCC is #3E5433. Grayscale: #B5B5B5. Windows color (decimal): -4084788 or 13413313. OLE color: 13413313.
HSL color Cylindrical-coordinate representation of color #C1ABCC: hue angle of 280º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C1ABCC is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 193 | 171 | 204 | - |
| CMYK | 0.05 | 0.16 | 0 | 0.2 |
| HSL | 280º | 0.24% | 0.74% | - |
| HSV(B) | 280º | 0.16% | 0.8% | - |
| XYZ | 47.45 | 44.82 | 63.28 | - |
| YUV | 181.34 | 140.79 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 171 | 204 | 0.05 | 0.16 | 0 | 0.2 | 280 | 0.24 | 0.74 |
| Hex | C1 | AB | CC | 5 | 10 | 0 | 14 | 118 | 18 | 4A |
| Octal | 301 | 253 | 314 | 5 | 20 | 0 | 24 | 430 | 30 | 112 |
| Binary | 11000001 | 10101011 | 11001100 | 101 | 10000 | 0 | 10100 | 100011000 | 11000 | 1001010 |
Color Harmonies of #C1ABCC
Complementary color
Monochromatic Colors of #C1ABCC
Black with #C1ABCC
Text Example
Text Example
White with #C1ABCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ABCC; }
p { color: rgb(193,171,204); }
H1.HeaderClassName
{
color: #C1ABCC;
}
.AnyTagClassName
{
color: #C1ABCC;
}
</style>
background-color css
<style>
a { background-color: #C1ABCC; }
a { background-color: rgb(193,171,204); }
div.DivClassName
{
background-color: #C1ABCC;
}
.BgClassName
{
background-color: #C1ABCC;
}
</style>
border-color css
<style>
span { border-color: #C1ABCC; }
span { border-color: rgb(193,171,204); }
td.TdClassName
{
border-color: #C1ABCC;
}
.TagClassName
{
border-color: #C1ABCC;
}
</style>