Shades of Prelude #C6B9CD
Tints of Prelude #C6B9CD
RGB
CMYK
RGB Variations
Color information
#C6B9CD (or 0xC6B9CD) is known color: Prelude. HEX triplet: C6, B9 and CD. RGB value is (198,185,205). Sum of RGB (Red+Green+Blue) = 198+185+205=588 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.67% from 588); Green value is 185 (72.66% from 255 or 31.46% from 588); Blue value is 205 (80.47% from 255 or 34.86% from 588); Max value from RGB is 205 - color contains mainly: blue. Hex color #C6B9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6B9CD is #394632. Grayscale: #BFBFBF. Windows color (decimal): -3753523 or 13482438. OLE color: 13482438.
HSL color Cylindrical-coordinate representation of color #C6B9CD: hue angle of 279º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C6B9CD is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 185 | 205 | - |
| CMYK | 0.03 | 0.10 | 0 | 0.20 |
| HSL | 279º | 0.17% | 0.76% | - |
| HSV(B) | 279º | 0.1% | 0.8% | - |
| XYZ | 51.66 | 51.11 | 64.9 | - |
| YUV | 191.17 | 135.81 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 185 | 205 | 0.03 | 0.10 | 0 | 0.20 | 279 | 0.17 | 0.76 |
| Hex | C6 | B9 | CD | 3 | A | 0 | 14 | 117 | 11 | 4C |
| Octal | 306 | 271 | 315 | 3 | 12 | 0 | 24 | 427 | 21 | 114 |
| Binary | 11000110 | 10111001 | 11001101 | 11 | 1010 | 0 | 10100 | 100010111 | 10001 | 1001100 |
Color Harmonies of #C6B9CD
Complementary color
Monochromatic Colors of #C6B9CD
Black with #C6B9CD
Text Example
Text Example
White with #C6B9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B9CD; }
p { color: rgb(198,185,205); }
H1.HeaderClassName
{
color: #C6B9CD;
}
.AnyTagClassName
{
color: #C6B9CD;
}
</style>
background-color css
<style>
a { background-color: #C6B9CD; }
a { background-color: rgb(198,185,205); }
div.DivClassName
{
background-color: #C6B9CD;
}
.BgClassName
{
background-color: #C6B9CD;
}
</style>
border-color css
<style>
span { border-color: #C6B9CD; }
span { border-color: rgb(198,185,205); }
td.TdClassName
{
border-color: #C6B9CD;
}
.TagClassName
{
border-color: #C6B9CD;
}
</style>