Shades of Prelude #C5ABCE
Tints of Prelude #C5ABCE
RGB
CMYK
RGB Variations
Color information
#C5ABCE (or 0xC5ABCE) is known color: Prelude. HEX triplet: C5, AB and CE. RGB value is (197,171,206). Sum of RGB (Red+Green+Blue) = 197+171+206=574 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.32% from 574); Green value is 171 (67.19% from 255 or 29.79% from 574); Blue value is 206 (80.86% from 255 or 35.89% from 574); Max value from RGB is 206 - color contains mainly: blue. Hex color #C5ABCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5ABCE is #3A5431. Grayscale: #B6B6B6. Windows color (decimal): -3822642 or 13544389. OLE color: 13544389.
HSL color Cylindrical-coordinate representation of color #C5ABCE: hue angle of 284.57º degrees, saturation: 0.26, 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 #C5ABCE is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 171 | 206 | - |
| CMYK | 0.04 | 0.17 | 0 | 0.19 |
| HSL | 284.57º | 0.26% | 0.74% | - |
| HSV(B) | 284.57º | 0.17% | 0.81% | - |
| XYZ | 48.73 | 45.45 | 64.6 | - |
| YUV | 182.76 | 141.11 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 171 | 206 | 0.04 | 0.17 | 0 | 0.19 | 284.57 | 0.26 | 0.74 |
| Hex | C5 | AB | CE | 4 | 11 | 0 | 13 | 11D | 1A | 4A |
| Octal | 305 | 253 | 316 | 4 | 21 | 0 | 23 | 435 | 32 | 112 |
| Binary | 11000101 | 10101011 | 11001110 | 100 | 10001 | 0 | 10011 | 100011101 | 11010 | 1001010 |
Color Harmonies of #C5ABCE
Complementary color
Monochromatic Colors of #C5ABCE
Black with #C5ABCE
Text Example
Text Example
White with #C5ABCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5ABCE; }
p { color: rgb(197,171,206); }
H1.HeaderClassName
{
color: #C5ABCE;
}
.AnyTagClassName
{
color: #C5ABCE;
}
</style>
background-color css
<style>
a { background-color: #C5ABCE; }
a { background-color: rgb(197,171,206); }
div.DivClassName
{
background-color: #C5ABCE;
}
.BgClassName
{
background-color: #C5ABCE;
}
</style>
border-color css
<style>
span { border-color: #C5ABCE; }
span { border-color: rgb(197,171,206); }
td.TdClassName
{
border-color: #C5ABCE;
}
.TagClassName
{
border-color: #C5ABCE;
}
</style>