Shades of Prelude #C9B9CD
Tints of Prelude #C9B9CD
RGB
CMYK
RGB Variations
Color information
#C9B9CD (or 0xC9B9CD) is known color: Prelude. HEX triplet: C9, B9 and CD. RGB value is (201,185,205). Sum of RGB (Red+Green+Blue) = 201+185+205=591 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.01% from 591); Green value is 185 (72.66% from 255 or 31.30% from 591); Blue value is 205 (80.47% from 255 or 34.69% from 591); Max value from RGB is 205 - color contains mainly: blue. Hex color #C9B9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9B9CD is #364632. Grayscale: #C0C0C0. Windows color (decimal): -3556915 or 13482441. OLE color: 13482441.
HSL color Cylindrical-coordinate representation of color #C9B9CD: hue angle of 288º 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 #C9B9CD is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 185 | 205 | - |
| CMYK | 0.02 | 0.10 | 0 | 0.20 |
| HSL | 288º | 0.17% | 0.76% | - |
| HSV(B) | 288º | 0.1% | 0.8% | - |
| XYZ | 52.46 | 51.52 | 64.94 | - |
| YUV | 192.06 | 135.3 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 185 | 205 | 0.02 | 0.10 | 0 | 0.20 | 288 | 0.17 | 0.76 |
| Hex | C9 | B9 | CD | 2 | A | 0 | 14 | 120 | 11 | 4C |
| Octal | 311 | 271 | 315 | 2 | 12 | 0 | 24 | 440 | 21 | 114 |
| Binary | 11001001 | 10111001 | 11001101 | 10 | 1010 | 0 | 10100 | 100100000 | 10001 | 1001100 |
Color Harmonies of #C9B9CD
Complementary color
Monochromatic Colors of #C9B9CD
Black with #C9B9CD
Text Example
Text Example
White with #C9B9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B9CD; }
p { color: rgb(201,185,205); }
H1.HeaderClassName
{
color: #C9B9CD;
}
.AnyTagClassName
{
color: #C9B9CD;
}
</style>
background-color css
<style>
a { background-color: #C9B9CD; }
a { background-color: rgb(201,185,205); }
div.DivClassName
{
background-color: #C9B9CD;
}
.BgClassName
{
background-color: #C9B9CD;
}
</style>
border-color css
<style>
span { border-color: #C9B9CD; }
span { border-color: rgb(201,185,205); }
td.TdClassName
{
border-color: #C9B9CD;
}
.TagClassName
{
border-color: #C9B9CD;
}
</style>