Shades of Prelude #C8B1CC
Tints of Prelude #C8B1CC
RGB
CMYK
RGB Variations
Color information
#C8B1CC (or 0xC8B1CC) is known color: Prelude. HEX triplet: C8, B1 and CC. RGB value is (200,177,204). Sum of RGB (Red+Green+Blue) = 200+177+204=581 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.42% from 581); Green value is 177 (69.53% from 255 or 30.46% from 581); Blue value is 204 (80.08% from 255 or 35.11% from 581); Max value from RGB is 204 - color contains mainly: blue. Hex color #C8B1CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8B1CC is #374E33. Grayscale: #BABABA. Windows color (decimal): -3624500 or 13414856. OLE color: 13414856.
HSL color Cylindrical-coordinate representation of color #C8B1CC: hue angle of 291.11º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C8B1CC is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 177 | 204 | - |
| CMYK | 0.02 | 0.13 | 0 | 0.2 |
| HSL | 291.11º | 0.21% | 0.75% | - |
| HSV(B) | 291.11º | 0.13% | 0.8% | - |
| XYZ | 50.44 | 48.08 | 63.75 | - |
| YUV | 186.96 | 137.62 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 177 | 204 | 0.02 | 0.13 | 0 | 0.2 | 291.11 | 0.21 | 0.75 |
| Hex | C8 | B1 | CC | 2 | D | 0 | 14 | 123 | 15 | 4B |
| Octal | 310 | 261 | 314 | 2 | 15 | 0 | 24 | 443 | 25 | 113 |
| Binary | 11001000 | 10110001 | 11001100 | 10 | 1101 | 0 | 10100 | 100100011 | 10101 | 1001011 |
Color Harmonies of #C8B1CC
Complementary color
Monochromatic Colors of #C8B1CC
Black with #C8B1CC
Text Example
Text Example
White with #C8B1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B1CC; }
p { color: rgb(200,177,204); }
H1.HeaderClassName
{
color: #C8B1CC;
}
.AnyTagClassName
{
color: #C8B1CC;
}
</style>
background-color css
<style>
a { background-color: #C8B1CC; }
a { background-color: rgb(200,177,204); }
div.DivClassName
{
background-color: #C8B1CC;
}
.BgClassName
{
background-color: #C8B1CC;
}
</style>
border-color css
<style>
span { border-color: #C8B1CC; }
span { border-color: rgb(200,177,204); }
td.TdClassName
{
border-color: #C8B1CC;
}
.TagClassName
{
border-color: #C8B1CC;
}
</style>