Shades of Prelude #C8BAD5
Tints of Prelude #C8BAD5
RGB
CMYK
RGB Variations
Color information
#C8BAD5 (or 0xC8BAD5) is known color: Prelude. HEX triplet: C8, BA and D5. RGB value is (200,186,213). Sum of RGB (Red+Green+Blue) = 200+186+213=599 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.39% from 599); Green value is 186 (73.05% from 255 or 31.05% from 599); Blue value is 213 (83.59% from 255 or 35.56% from 599); Max value from RGB is 213 - color contains mainly: blue. Hex color #C8BAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BAD5 is #37452A. Grayscale: #C1C1C1. Windows color (decimal): -3622187 or 14006984. OLE color: 14006984.
HSL color Cylindrical-coordinate representation of color #C8BAD5: hue angle of 271.11º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C8BAD5 is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 186 | 213 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.16 |
| HSL | 271.11º | 0.24% | 0.78% | - |
| HSV(B) | 271.11º | 0.13% | 0.84% | - |
| XYZ | 53.39 | 52.2 | 70.21 | - |
| YUV | 193.26 | 139.14 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 186 | 213 | 0.06 | 0.13 | 0 | 0.16 | 271.11 | 0.24 | 0.78 |
| Hex | C8 | BA | D5 | 6 | D | 0 | 10 | 10F | 18 | 4E |
| Octal | 310 | 272 | 325 | 6 | 15 | 0 | 20 | 417 | 30 | 116 |
| Binary | 11001000 | 10111010 | 11010101 | 110 | 1101 | 0 | 10000 | 100001111 | 11000 | 1001110 |
Color Harmonies of #C8BAD5
Complementary color
Monochromatic Colors of #C8BAD5
Black with #C8BAD5
Text Example
Text Example
White with #C8BAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BAD5; }
p { color: rgb(200,186,213); }
H1.HeaderClassName
{
color: #C8BAD5;
}
.AnyTagClassName
{
color: #C8BAD5;
}
</style>
background-color css
<style>
a { background-color: #C8BAD5; }
a { background-color: rgb(200,186,213); }
div.DivClassName
{
background-color: #C8BAD5;
}
.BgClassName
{
background-color: #C8BAD5;
}
</style>
border-color css
<style>
span { border-color: #C8BAD5; }
span { border-color: rgb(200,186,213); }
td.TdClassName
{
border-color: #C8BAD5;
}
.TagClassName
{
border-color: #C8BAD5;
}
</style>