Shades of Prelude #CBB0CF
Tints of Prelude #CBB0CF
RGB
CMYK
RGB Variations
Color information
#CBB0CF (or 0xCBB0CF) is known color: Prelude. HEX triplet: CB, B0 and CF. RGB value is (203,176,207). Sum of RGB (Red+Green+Blue) = 203+176+207=586 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.64% from 586); Green value is 176 (69.14% from 255 or 30.03% from 586); Blue value is 207 (81.25% from 255 or 35.32% from 586); Max value from RGB is 207 - color contains mainly: blue. Hex color #CBB0CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBB0CF is #344F30. Grayscale: #BBBBBB. Windows color (decimal): -3428145 or 13611211. OLE color: 13611211.
HSL color Cylindrical-coordinate representation of color #CBB0CF: hue angle of 292.26º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBB0CF is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 176 | 207 | - |
| CMYK | 0.02 | 0.15 | 0 | 0.19 |
| HSL | 292.26º | 0.24% | 0.75% | - |
| HSV(B) | 292.26º | 0.15% | 0.81% | - |
| XYZ | 51.42 | 48.25 | 65.64 | - |
| YUV | 187.61 | 138.95 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 176 | 207 | 0.02 | 0.15 | 0 | 0.19 | 292.26 | 0.24 | 0.75 |
| Hex | CB | B0 | CF | 2 | F | 0 | 13 | 124 | 18 | 4B |
| Octal | 313 | 260 | 317 | 2 | 17 | 0 | 23 | 444 | 30 | 113 |
| Binary | 11001011 | 10110000 | 11001111 | 10 | 1111 | 0 | 10011 | 100100100 | 11000 | 1001011 |
Color Harmonies of #CBB0CF
Complementary color
Monochromatic Colors of #CBB0CF
Black with #CBB0CF
Text Example
Text Example
White with #CBB0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB0CF; }
p { color: rgb(203,176,207); }
H1.HeaderClassName
{
color: #CBB0CF;
}
.AnyTagClassName
{
color: #CBB0CF;
}
</style>
background-color css
<style>
a { background-color: #CBB0CF; }
a { background-color: rgb(203,176,207); }
div.DivClassName
{
background-color: #CBB0CF;
}
.BgClassName
{
background-color: #CBB0CF;
}
</style>
border-color css
<style>
span { border-color: #CBB0CF; }
span { border-color: rgb(203,176,207); }
td.TdClassName
{
border-color: #CBB0CF;
}
.TagClassName
{
border-color: #CBB0CF;
}
</style>