Shades of Prelude #C5B9CB
Tints of Prelude #C5B9CB
RGB
CMYK
RGB Variations
Color information
#C5B9CB (or 0xC5B9CB) is known color: Prelude. HEX triplet: C5, B9 and CB. RGB value is (197,185,203). Sum of RGB (Red+Green+Blue) = 197+185+203=585 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.68% from 585); Green value is 185 (72.66% from 255 or 31.62% from 585); Blue value is 203 (79.69% from 255 or 34.70% from 585); Max value from RGB is 203 - color contains mainly: blue. Hex color #C5B9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5B9CB is #3A4634. Grayscale: #BEBEBE. Windows color (decimal): -3819061 or 13351365. OLE color: 13351365.
HSL color Cylindrical-coordinate representation of color #C5B9CB: hue angle of 280º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C5B9CB is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 185 | 203 | - |
| CMYK | 0.03 | 0.09 | 0 | 0.20 |
| HSL | 280º | 0.15% | 0.76% | - |
| HSV(B) | 280º | 0.09% | 0.8% | - |
| XYZ | 51.15 | 50.88 | 63.62 | - |
| YUV | 190.64 | 134.98 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 185 | 203 | 0.03 | 0.09 | 0 | 0.20 | 280 | 0.15 | 0.76 |
| Hex | C5 | B9 | CB | 3 | 9 | 0 | 14 | 118 | F | 4C |
| Octal | 305 | 271 | 313 | 3 | 11 | 0 | 24 | 430 | 17 | 114 |
| Binary | 11000101 | 10111001 | 11001011 | 11 | 1001 | 0 | 10100 | 100011000 | 1111 | 1001100 |
Color Harmonies of #C5B9CB
Complementary color
Monochromatic Colors of #C5B9CB
Black with #C5B9CB
Text Example
Text Example
White with #C5B9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B9CB; }
p { color: rgb(197,185,203); }
H1.HeaderClassName
{
color: #C5B9CB;
}
.AnyTagClassName
{
color: #C5B9CB;
}
</style>
background-color css
<style>
a { background-color: #C5B9CB; }
a { background-color: rgb(197,185,203); }
div.DivClassName
{
background-color: #C5B9CB;
}
.BgClassName
{
background-color: #C5B9CB;
}
</style>
border-color css
<style>
span { border-color: #C5B9CB; }
span { border-color: rgb(197,185,203); }
td.TdClassName
{
border-color: #C5B9CB;
}
.TagClassName
{
border-color: #C5B9CB;
}
</style>