Shades of Prelude #C8BCD1
Tints of Prelude #C8BCD1
RGB
CMYK
RGB Variations
Color information
#C8BCD1 (or 0xC8BCD1) is known color: Prelude. HEX triplet: C8, BC and D1. RGB value is (200,188,209). Sum of RGB (Red+Green+Blue) = 200+188+209=597 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.50% from 597); Green value is 188 (73.83% from 255 or 31.49% from 597); Blue value is 209 (82.03% from 255 or 35.01% from 597); Max value from RGB is 209 - color contains mainly: blue. Hex color #C8BCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BCD1 is #37432E. Grayscale: #C1C1C1. Windows color (decimal): -3621679 or 13745352. OLE color: 13745352.
HSL color Cylindrical-coordinate representation of color #C8BCD1: hue angle of 274.29º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C8BCD1 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 188 | 209 | - |
| CMYK | 0.04 | 0.10 | 0 | 0.18 |
| HSL | 274.29º | 0.19% | 0.78% | - |
| HSV(B) | 274.29º | 0.1% | 0.82% | - |
| XYZ | 53.31 | 52.85 | 67.71 | - |
| YUV | 193.98 | 136.48 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 188 | 209 | 0.04 | 0.10 | 0 | 0.18 | 274.29 | 0.19 | 0.78 |
| Hex | C8 | BC | D1 | 4 | A | 0 | 12 | 112 | 13 | 4E |
| Octal | 310 | 274 | 321 | 4 | 12 | 0 | 22 | 422 | 23 | 116 |
| Binary | 11001000 | 10111100 | 11010001 | 100 | 1010 | 0 | 10010 | 100010010 | 10011 | 1001110 |
Color Harmonies of #C8BCD1
Complementary color
Monochromatic Colors of #C8BCD1
Black with #C8BCD1
Text Example
Text Example
White with #C8BCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BCD1; }
p { color: rgb(200,188,209); }
H1.HeaderClassName
{
color: #C8BCD1;
}
.AnyTagClassName
{
color: #C8BCD1;
}
</style>
background-color css
<style>
a { background-color: #C8BCD1; }
a { background-color: rgb(200,188,209); }
div.DivClassName
{
background-color: #C8BCD1;
}
.BgClassName
{
background-color: #C8BCD1;
}
</style>
border-color css
<style>
span { border-color: #C8BCD1; }
span { border-color: rgb(200,188,209); }
td.TdClassName
{
border-color: #C8BCD1;
}
.TagClassName
{
border-color: #C8BCD1;
}
</style>