Shades of Prelude #C1B3CB
Tints of Prelude #C1B3CB
RGB
CMYK
RGB Variations
Color information
#C1B3CB (or 0xC1B3CB) is known color: Prelude. HEX triplet: C1, B3 and CB. RGB value is (193,179,203). Sum of RGB (Red+Green+Blue) = 193+179+203=575 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.57% from 575); Green value is 179 (70.31% from 255 or 31.13% from 575); Blue value is 203 (79.69% from 255 or 35.30% from 575); Max value from RGB is 203 - color contains mainly: blue. Hex color #C1B3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1B3CB is #3E4C34. Grayscale: #B9B9B9. Windows color (decimal): -4082741 or 13349825. OLE color: 13349825.
HSL color Cylindrical-coordinate representation of color #C1B3CB: hue angle of 275º 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 #C1B3CB is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 179 | 203 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.20 |
| HSL | 275º | 0.19% | 0.75% | - |
| HSV(B) | 275º | 0.12% | 0.8% | - |
| XYZ | 48.89 | 47.89 | 63.17 | - |
| YUV | 185.92 | 137.64 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 179 | 203 | 0.05 | 0.12 | 0 | 0.20 | 275 | 0.19 | 0.75 |
| Hex | C1 | B3 | CB | 5 | C | 0 | 14 | 113 | 13 | 4B |
| Octal | 301 | 263 | 313 | 5 | 14 | 0 | 24 | 423 | 23 | 113 |
| Binary | 11000001 | 10110011 | 11001011 | 101 | 1100 | 0 | 10100 | 100010011 | 10011 | 1001011 |
Color Harmonies of #C1B3CB
Complementary color
Monochromatic Colors of #C1B3CB
Black with #C1B3CB
Text Example
Text Example
White with #C1B3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B3CB; }
p { color: rgb(193,179,203); }
H1.HeaderClassName
{
color: #C1B3CB;
}
.AnyTagClassName
{
color: #C1B3CB;
}
</style>
background-color css
<style>
a { background-color: #C1B3CB; }
a { background-color: rgb(193,179,203); }
div.DivClassName
{
background-color: #C1B3CB;
}
.BgClassName
{
background-color: #C1B3CB;
}
</style>
border-color css
<style>
span { border-color: #C1B3CB; }
span { border-color: rgb(193,179,203); }
td.TdClassName
{
border-color: #C1B3CB;
}
.TagClassName
{
border-color: #C1B3CB;
}
</style>