Shades of Prelude #C9B4CC
Tints of Prelude #C9B4CC
RGB
CMYK
RGB Variations
Color information
#C9B4CC (or 0xC9B4CC) is known color: Prelude. HEX triplet: C9, B4 and CC. RGB value is (201,180,204). Sum of RGB (Red+Green+Blue) = 201+180+204=585 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.36% from 585); Green value is 180 (70.70% from 255 or 30.77% from 585); Blue value is 204 (80.08% from 255 or 34.87% from 585); Max value from RGB is 204 - color contains mainly: blue. Hex color #C9B4CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9B4CC is #364B33. Grayscale: #BCBCBC. Windows color (decimal): -3558196 or 13415625. OLE color: 13415625.
HSL color Cylindrical-coordinate representation of color #C9B4CC: hue angle of 292.5º degrees, saturation: 0.19, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C9B4CC is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 201 | 180 | 204 | - |
| CMYK | 0.01 | 0.12 | 0 | 0.2 |
| HSL | 292.5º | 0.19% | 0.75% | - |
| HSV(B) | 292.5º | 0.12% | 0.8% | - |
| XYZ | 51.31 | 49.42 | 63.96 | - |
| YUV | 189.02 | 136.46 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 180 | 204 | 0.01 | 0.12 | 0 | 0.2 | 292.5 | 0.19 | 0.75 |
| Hex | C9 | B4 | CC | 1 | C | 0 | 14 | 124 | 13 | 4B |
| Octal | 311 | 264 | 314 | 1 | 14 | 0 | 24 | 444 | 23 | 113 |
| Binary | 11001001 | 10110100 | 11001100 | 1 | 1100 | 0 | 10100 | 100100100 | 10011 | 1001011 |
Color Harmonies of #C9B4CC
Complementary color
Monochromatic Colors of #C9B4CC
Black with #C9B4CC
Text Example
Text Example
White with #C9B4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B4CC; }
p { color: rgb(201,180,204); }
H1.HeaderClassName
{
color: #C9B4CC;
}
.AnyTagClassName
{
color: #C9B4CC;
}
</style>
background-color css
<style>
a { background-color: #C9B4CC; }
a { background-color: rgb(201,180,204); }
div.DivClassName
{
background-color: #C9B4CC;
}
.BgClassName
{
background-color: #C9B4CC;
}
</style>
border-color css
<style>
span { border-color: #C9B4CC; }
span { border-color: rgb(201,180,204); }
td.TdClassName
{
border-color: #C9B4CC;
}
.TagClassName
{
border-color: #C9B4CC;
}
</style>