Shades of Prelude #C9B1D5
Tints of Prelude #C9B1D5
RGB
CMYK
RGB Variations
Color information
#C9B1D5 (or 0xC9B1D5) is known color: Prelude. HEX triplet: C9, B1 and D5. RGB value is (201,177,213). Sum of RGB (Red+Green+Blue) = 201+177+213=591 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.01% from 591); Green value is 177 (69.53% from 255 or 29.95% from 591); Blue value is 213 (83.59% from 255 or 36.04% from 591); Max value from RGB is 213 - color contains mainly: blue. Hex color #C9B1D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9B1D5 is #364E2A. Grayscale: #BCBCBC. Windows color (decimal): -3558955 or 14004681. OLE color: 14004681.
HSL color Cylindrical-coordinate representation of color #C9B1D5: hue angle of 280º degrees, saturation: 0.3, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C9B1D5 is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 177 | 213 | - |
| CMYK | 0.06 | 0.17 | 0 | 0.16 |
| HSL | 280º | 0.3% | 0.76% | - |
| HSV(B) | 280º | 0.17% | 0.84% | - |
| XYZ | 51.82 | 48.67 | 69.61 | - |
| YUV | 188.28 | 141.95 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 177 | 213 | 0.06 | 0.17 | 0 | 0.16 | 280 | 0.3 | 0.76 |
| Hex | C9 | B1 | D5 | 6 | 11 | 0 | 10 | 118 | 1E | 4C |
| Octal | 311 | 261 | 325 | 6 | 21 | 0 | 20 | 430 | 36 | 114 |
| Binary | 11001001 | 10110001 | 11010101 | 110 | 10001 | 0 | 10000 | 100011000 | 11110 | 1001100 |
Color Harmonies of #C9B1D5
Complementary color
Monochromatic Colors of #C9B1D5
Black with #C9B1D5
Text Example
Text Example
White with #C9B1D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B1D5; }
p { color: rgb(201,177,213); }
H1.HeaderClassName
{
color: #C9B1D5;
}
.AnyTagClassName
{
color: #C9B1D5;
}
</style>
background-color css
<style>
a { background-color: #C9B1D5; }
a { background-color: rgb(201,177,213); }
div.DivClassName
{
background-color: #C9B1D5;
}
.BgClassName
{
background-color: #C9B1D5;
}
</style>
border-color css
<style>
span { border-color: #C9B1D5; }
span { border-color: rgb(201,177,213); }
td.TdClassName
{
border-color: #C9B1D5;
}
.TagClassName
{
border-color: #C9B1D5;
}
</style>