Shades of Prelude #C9BFCE
Tints of Prelude #C9BFCE
RGB
CMYK
RGB Variations
Color information
#C9BFCE (or 0xC9BFCE) is known color: Prelude. HEX triplet: C9, BF and CE. RGB value is (201,191,206). Sum of RGB (Red+Green+Blue) = 201+191+206=598 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.61% from 598); Green value is 191 (75% from 255 or 31.94% from 598); Blue value is 206 (80.86% from 255 or 34.45% from 598); Max value from RGB is 206 - color contains mainly: blue. Hex color #C9BFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BFCE is #364031. Grayscale: #C3C3C3. Windows color (decimal): -3555378 or 13549513. OLE color: 13549513.
HSL color Cylindrical-coordinate representation of color #C9BFCE: hue angle of 280º degrees, saturation: 0.13, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C9BFCE is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 191 | 206 | - |
| CMYK | 0.02 | 0.07 | 0 | 0.19 |
| HSL | 280º | 0.13% | 0.78% | - |
| HSV(B) | 280º | 0.07% | 0.81% | - |
| XYZ | 53.86 | 54.14 | 66 | - |
| YUV | 195.7 | 133.81 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 191 | 206 | 0.02 | 0.07 | 0 | 0.19 | 280 | 0.13 | 0.78 |
| Hex | C9 | BF | CE | 2 | 7 | 0 | 13 | 118 | D | 4E |
| Octal | 311 | 277 | 316 | 2 | 7 | 0 | 23 | 430 | 15 | 116 |
| Binary | 11001001 | 10111111 | 11001110 | 10 | 111 | 0 | 10011 | 100011000 | 1101 | 1001110 |
Color Harmonies of #C9BFCE
Complementary color
Monochromatic Colors of #C9BFCE
Black with #C9BFCE
Text Example
Text Example
White with #C9BFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BFCE; }
p { color: rgb(201,191,206); }
H1.HeaderClassName
{
color: #C9BFCE;
}
.AnyTagClassName
{
color: #C9BFCE;
}
</style>
background-color css
<style>
a { background-color: #C9BFCE; }
a { background-color: rgb(201,191,206); }
div.DivClassName
{
background-color: #C9BFCE;
}
.BgClassName
{
background-color: #C9BFCE;
}
</style>
border-color css
<style>
span { border-color: #C9BFCE; }
span { border-color: rgb(201,191,206); }
td.TdClassName
{
border-color: #C9BFCE;
}
.TagClassName
{
border-color: #C9BFCE;
}
</style>