Shades of Prelude #C9B2CC
Tints of Prelude #C9B2CC
RGB
CMYK
RGB Variations
Color information
#C9B2CC (or 0xC9B2CC) is known color: Prelude. HEX triplet: C9, B2 and CC. RGB value is (201,178,204). Sum of RGB (Red+Green+Blue) = 201+178+204=583 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.48% from 583); Green value is 178 (69.92% from 255 or 30.53% from 583); Blue value is 204 (80.08% from 255 or 34.99% from 583); Max value from RGB is 204 - color contains mainly: blue. Hex color #C9B2CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9B2CC is #364D33. Grayscale: #BBBBBB. Windows color (decimal): -3558708 or 13415113. OLE color: 13415113.
HSL color Cylindrical-coordinate representation of color #C9B2CC: hue angle of 293.08º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C9B2CC is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 201 | 178 | 204 | - |
| CMYK | 0.01 | 0.13 | 0 | 0.2 |
| HSL | 293.08º | 0.2% | 0.75% | - |
| HSV(B) | 293.08º | 0.13% | 0.8% | - |
| XYZ | 50.91 | 48.62 | 63.83 | - |
| YUV | 187.84 | 137.12 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 178 | 204 | 0.01 | 0.13 | 0 | 0.2 | 293.08 | 0.2 | 0.75 |
| Hex | C9 | B2 | CC | 1 | D | 0 | 14 | 125 | 14 | 4B |
| Octal | 311 | 262 | 314 | 1 | 15 | 0 | 24 | 445 | 24 | 113 |
| Binary | 11001001 | 10110010 | 11001100 | 1 | 1101 | 0 | 10100 | 100100101 | 10100 | 1001011 |
Color Harmonies of #C9B2CC
Complementary color
Monochromatic Colors of #C9B2CC
Black with #C9B2CC
Text Example
Text Example
White with #C9B2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B2CC; }
p { color: rgb(201,178,204); }
H1.HeaderClassName
{
color: #C9B2CC;
}
.AnyTagClassName
{
color: #C9B2CC;
}
</style>
background-color css
<style>
a { background-color: #C9B2CC; }
a { background-color: rgb(201,178,204); }
div.DivClassName
{
background-color: #C9B2CC;
}
.BgClassName
{
background-color: #C9B2CC;
}
</style>
border-color css
<style>
span { border-color: #C9B2CC; }
span { border-color: rgb(201,178,204); }
td.TdClassName
{
border-color: #C9B2CC;
}
.TagClassName
{
border-color: #C9B2CC;
}
</style>