Shades of Prelude #C5B4CB
Tints of Prelude #C5B4CB
RGB
CMYK
RGB Variations
Color information
#C5B4CB (or 0xC5B4CB) is known color: Prelude. HEX triplet: C5, B4 and CB. RGB value is (197,180,203). Sum of RGB (Red+Green+Blue) = 197+180+203=580 (76% of max value = 765). Red value is 197 (77.34% from 255 or 33.97% from 580); Green value is 180 (70.70% from 255 or 31.03% from 580); Blue value is 203 (79.69% from 255 or 35% from 580); Max value from RGB is 203 - color contains mainly: blue. Hex color #C5B4CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5B4CB is #3A4B34. Grayscale: #BBBBBB. Windows color (decimal): -3820341 or 13350085. OLE color: 13350085.
HSL color Cylindrical-coordinate representation of color #C5B4CB: hue angle of 284.35º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C5B4CB is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 180 | 203 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.20 |
| HSL | 284.35º | 0.18% | 0.75% | - |
| HSV(B) | 284.35º | 0.11% | 0.8% | - |
| XYZ | 50.13 | 48.82 | 63.28 | - |
| YUV | 187.71 | 136.63 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 180 | 203 | 0.03 | 0.11 | 0 | 0.20 | 284.35 | 0.18 | 0.75 |
| Hex | C5 | B4 | CB | 3 | B | 0 | 14 | 11C | 12 | 4B |
| Octal | 305 | 264 | 313 | 3 | 13 | 0 | 24 | 434 | 22 | 113 |
| Binary | 11000101 | 10110100 | 11001011 | 11 | 1011 | 0 | 10100 | 100011100 | 10010 | 1001011 |
Color Harmonies of #C5B4CB
Complementary color
Monochromatic Colors of #C5B4CB
Black with #C5B4CB
Text Example
Text Example
White with #C5B4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B4CB; }
p { color: rgb(197,180,203); }
H1.HeaderClassName
{
color: #C5B4CB;
}
.AnyTagClassName
{
color: #C5B4CB;
}
</style>
background-color css
<style>
a { background-color: #C5B4CB; }
a { background-color: rgb(197,180,203); }
div.DivClassName
{
background-color: #C5B4CB;
}
.BgClassName
{
background-color: #C5B4CB;
}
</style>
border-color css
<style>
span { border-color: #C5B4CB; }
span { border-color: rgb(197,180,203); }
td.TdClassName
{
border-color: #C5B4CB;
}
.TagClassName
{
border-color: #C5B4CB;
}
</style>