Shades of Prelude #C8BCD3
Tints of Prelude #C8BCD3
RGB
CMYK
RGB Variations
Color information
#C8BCD3 (or 0xC8BCD3) is known color: Prelude. HEX triplet: C8, BC and D3. RGB value is (200,188,211). Sum of RGB (Red+Green+Blue) = 200+188+211=599 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.39% from 599); Green value is 188 (73.83% from 255 or 31.39% from 599); Blue value is 211 (82.81% from 255 or 35.23% from 599); Max value from RGB is 211 - color contains mainly: blue. Hex color #C8BCD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BCD3 is #37432C. Grayscale: #C2C2C2. Windows color (decimal): -3621677 or 13876424. OLE color: 13876424.
HSL color Cylindrical-coordinate representation of color #C8BCD3: hue angle of 271.3º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C8BCD3 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 200 | 188 | 211 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.17 |
| HSL | 271.3º | 0.21% | 0.78% | - |
| HSV(B) | 271.3º | 0.11% | 0.83% | - |
| XYZ | 53.56 | 52.95 | 69.03 | - |
| YUV | 194.21 | 137.48 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 188 | 211 | 0.05 | 0.11 | 0 | 0.17 | 271.3 | 0.21 | 0.78 |
| Hex | C8 | BC | D3 | 5 | B | 0 | 11 | 10F | 15 | 4E |
| Octal | 310 | 274 | 323 | 5 | 13 | 0 | 21 | 417 | 25 | 116 |
| Binary | 11001000 | 10111100 | 11010011 | 101 | 1011 | 0 | 10001 | 100001111 | 10101 | 1001110 |
Color Harmonies of #C8BCD3
Complementary color
Monochromatic Colors of #C8BCD3
Black with #C8BCD3
Text Example
Text Example
White with #C8BCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BCD3; }
p { color: rgb(200,188,211); }
H1.HeaderClassName
{
color: #C8BCD3;
}
.AnyTagClassName
{
color: #C8BCD3;
}
</style>
background-color css
<style>
a { background-color: #C8BCD3; }
a { background-color: rgb(200,188,211); }
div.DivClassName
{
background-color: #C8BCD3;
}
.BgClassName
{
background-color: #C8BCD3;
}
</style>
border-color css
<style>
span { border-color: #C8BCD3; }
span { border-color: rgb(200,188,211); }
td.TdClassName
{
border-color: #C8BCD3;
}
.TagClassName
{
border-color: #C8BCD3;
}
</style>