Shades of Prelude #C9BCD5
Tints of Prelude #C9BCD5
RGB
CMYK
RGB Variations
Color information
#C9BCD5 (or 0xC9BCD5) is known color: Prelude. HEX triplet: C9, BC and D5. RGB value is (201,188,213). Sum of RGB (Red+Green+Blue) = 201+188+213=602 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.39% from 602); Green value is 188 (73.83% from 255 or 31.23% from 602); Blue value is 213 (83.59% from 255 or 35.38% from 602); Max value from RGB is 213 - color contains mainly: blue. Hex color #C9BCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BCD5 is #36432A. Grayscale: #C2C2C2. Windows color (decimal): -3556139 or 14007497. OLE color: 14007497.
HSL color Cylindrical-coordinate representation of color #C9BCD5: hue angle of 271.2º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C9BCD5 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 188 | 213 | - |
| CMYK | 0.06 | 0.12 | 0 | 0.16 |
| HSL | 271.2º | 0.23% | 0.79% | - |
| HSV(B) | 271.2º | 0.12% | 0.84% | - |
| XYZ | 54.08 | 53.19 | 70.37 | - |
| YUV | 194.74 | 138.31 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 188 | 213 | 0.06 | 0.12 | 0 | 0.16 | 271.2 | 0.23 | 0.79 |
| Hex | C9 | BC | D5 | 6 | C | 0 | 10 | 10F | 17 | 4F |
| Octal | 311 | 274 | 325 | 6 | 14 | 0 | 20 | 417 | 27 | 117 |
| Binary | 11001001 | 10111100 | 11010101 | 110 | 1100 | 0 | 10000 | 100001111 | 10111 | 1001111 |
Color Harmonies of #C9BCD5
Complementary color
Monochromatic Colors of #C9BCD5
Black with #C9BCD5
Text Example
Text Example
White with #C9BCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BCD5; }
p { color: rgb(201,188,213); }
H1.HeaderClassName
{
color: #C9BCD5;
}
.AnyTagClassName
{
color: #C9BCD5;
}
</style>
background-color css
<style>
a { background-color: #C9BCD5; }
a { background-color: rgb(201,188,213); }
div.DivClassName
{
background-color: #C9BCD5;
}
.BgClassName
{
background-color: #C9BCD5;
}
</style>
border-color css
<style>
span { border-color: #C9BCD5; }
span { border-color: rgb(201,188,213); }
td.TdClassName
{
border-color: #C9BCD5;
}
.TagClassName
{
border-color: #C9BCD5;
}
</style>