Shades of Prelude #C8B0CC
Tints of Prelude #C8B0CC
RGB
CMYK
RGB Variations
Color information
#C8B0CC (or 0xC8B0CC) is known color: Prelude. HEX triplet: C8, B0 and CC. RGB value is (200,176,204). Sum of RGB (Red+Green+Blue) = 200+176+204=580 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.48% from 580); Green value is 176 (69.14% from 255 or 30.34% from 580); Blue value is 204 (80.08% from 255 or 35.17% from 580); Max value from RGB is 204 - color contains mainly: blue. Hex color #C8B0CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8B0CC is #374F33. Grayscale: #BABABA. Windows color (decimal): -3624756 or 13414600. OLE color: 13414600.
HSL color Cylindrical-coordinate representation of color #C8B0CC: hue angle of 291.43º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C8B0CC is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 176 | 204 | - |
| CMYK | 0.02 | 0.14 | 0 | 0.2 |
| HSL | 291.43º | 0.22% | 0.75% | - |
| HSV(B) | 291.43º | 0.14% | 0.8% | - |
| XYZ | 50.24 | 47.69 | 63.68 | - |
| YUV | 186.37 | 137.95 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 176 | 204 | 0.02 | 0.14 | 0 | 0.2 | 291.43 | 0.22 | 0.75 |
| Hex | C8 | B0 | CC | 2 | E | 0 | 14 | 123 | 16 | 4B |
| Octal | 310 | 260 | 314 | 2 | 16 | 0 | 24 | 443 | 26 | 113 |
| Binary | 11001000 | 10110000 | 11001100 | 10 | 1110 | 0 | 10100 | 100100011 | 10110 | 1001011 |
Color Harmonies of #C8B0CC
Complementary color
Monochromatic Colors of #C8B0CC
Black with #C8B0CC
Text Example
Text Example
White with #C8B0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B0CC; }
p { color: rgb(200,176,204); }
H1.HeaderClassName
{
color: #C8B0CC;
}
.AnyTagClassName
{
color: #C8B0CC;
}
</style>
background-color css
<style>
a { background-color: #C8B0CC; }
a { background-color: rgb(200,176,204); }
div.DivClassName
{
background-color: #C8B0CC;
}
.BgClassName
{
background-color: #C8B0CC;
}
</style>
border-color css
<style>
span { border-color: #C8B0CC; }
span { border-color: rgb(200,176,204); }
td.TdClassName
{
border-color: #C8B0CC;
}
.TagClassName
{
border-color: #C8B0CC;
}
</style>