Shades of Prelude #C8ABCE
Tints of Prelude #C8ABCE
RGB
CMYK
RGB Variations
Color information
#C8ABCE (or 0xC8ABCE) is known color: Prelude. HEX triplet: C8, AB and CE. RGB value is (200,171,206). Sum of RGB (Red+Green+Blue) = 200+171+206=577 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.66% from 577); Green value is 171 (67.19% from 255 or 29.64% from 577); Blue value is 206 (80.86% from 255 or 35.70% from 577); Max value from RGB is 206 - color contains mainly: blue. Hex color #C8ABCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8ABCE is #375431. Grayscale: #B7B7B7. Windows color (decimal): -3626034 or 13544392. OLE color: 13544392.
HSL color Cylindrical-coordinate representation of color #C8ABCE: hue angle of 289.71º 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 #C8ABCE is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 171 | 206 | - |
| CMYK | 0.03 | 0.17 | 0 | 0.19 |
| HSL | 289.71º | 0.26% | 0.74% | - |
| HSV(B) | 289.71º | 0.17% | 0.81% | - |
| XYZ | 49.52 | 45.86 | 64.63 | - |
| YUV | 183.66 | 140.61 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 171 | 206 | 0.03 | 0.17 | 0 | 0.19 | 289.71 | 0.26 | 0.74 |
| Hex | C8 | AB | CE | 3 | 11 | 0 | 13 | 122 | 1A | 4A |
| Octal | 310 | 253 | 316 | 3 | 21 | 0 | 23 | 442 | 32 | 112 |
| Binary | 11001000 | 10101011 | 11001110 | 11 | 10001 | 0 | 10011 | 100100010 | 11010 | 1001010 |
Color Harmonies of #C8ABCE
Complementary color
Monochromatic Colors of #C8ABCE
Black with #C8ABCE
Text Example
Text Example
White with #C8ABCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ABCE; }
p { color: rgb(200,171,206); }
H1.HeaderClassName
{
color: #C8ABCE;
}
.AnyTagClassName
{
color: #C8ABCE;
}
</style>
background-color css
<style>
a { background-color: #C8ABCE; }
a { background-color: rgb(200,171,206); }
div.DivClassName
{
background-color: #C8ABCE;
}
.BgClassName
{
background-color: #C8ABCE;
}
</style>
border-color css
<style>
span { border-color: #C8ABCE; }
span { border-color: rgb(200,171,206); }
td.TdClassName
{
border-color: #C8ABCE;
}
.TagClassName
{
border-color: #C8ABCE;
}
</style>