Shades of Prelude #C9B2CD
Tints of Prelude #C9B2CD
RGB
CMYK
RGB Variations
Color information
#C9B2CD (or 0xC9B2CD) is known color: Prelude. HEX triplet: C9, B2 and CD. RGB value is (201,178,205). Sum of RGB (Red+Green+Blue) = 201+178+205=584 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.42% from 584); Green value is 178 (69.92% from 255 or 30.48% from 584); Blue value is 205 (80.47% from 255 or 35.10% from 584); Max value from RGB is 205 - color contains mainly: blue. Hex color #C9B2CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9B2CD is #364D32. Grayscale: #BBBBBB. Windows color (decimal): -3558707 or 13480649. OLE color: 13480649.
HSL color Cylindrical-coordinate representation of color #C9B2CD: hue angle of 291.11º degrees, saturation: 0.21, 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 #C9B2CD is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 178 | 205 | - |
| CMYK | 0.02 | 0.13 | 0 | 0.20 |
| HSL | 291.11º | 0.21% | 0.75% | - |
| HSV(B) | 291.11º | 0.13% | 0.8% | - |
| XYZ | 51.03 | 48.67 | 64.46 | - |
| YUV | 187.96 | 137.62 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 178 | 205 | 0.02 | 0.13 | 0 | 0.20 | 291.11 | 0.21 | 0.75 |
| Hex | C9 | B2 | CD | 2 | D | 0 | 14 | 123 | 15 | 4B |
| Octal | 311 | 262 | 315 | 2 | 15 | 0 | 24 | 443 | 25 | 113 |
| Binary | 11001001 | 10110010 | 11001101 | 10 | 1101 | 0 | 10100 | 100100011 | 10101 | 1001011 |
Color Harmonies of #C9B2CD
Complementary color
Monochromatic Colors of #C9B2CD
Black with #C9B2CD
Text Example
Text Example
White with #C9B2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B2CD; }
p { color: rgb(201,178,205); }
H1.HeaderClassName
{
color: #C9B2CD;
}
.AnyTagClassName
{
color: #C9B2CD;
}
</style>
background-color css
<style>
a { background-color: #C9B2CD; }
a { background-color: rgb(201,178,205); }
div.DivClassName
{
background-color: #C9B2CD;
}
.BgClassName
{
background-color: #C9B2CD;
}
</style>
border-color css
<style>
span { border-color: #C9B2CD; }
span { border-color: rgb(201,178,205); }
td.TdClassName
{
border-color: #C9B2CD;
}
.TagClassName
{
border-color: #C9B2CD;
}
</style>