Shades of Prelude #CBB7CE
Tints of Prelude #CBB7CE
RGB
CMYK
RGB Variations
Color information
#CBB7CE (or 0xCBB7CE) is known color: Prelude. HEX triplet: CB, B7 and CE. RGB value is (203,183,206). Sum of RGB (Red+Green+Blue) = 203+183+206=592 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.29% from 592); Green value is 183 (71.88% from 255 or 30.91% from 592); Blue value is 206 (80.86% from 255 or 34.80% from 592); Max value from RGB is 206 - color contains mainly: blue. Hex color #CBB7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB7CE is #344831. Grayscale: #BFBFBF. Windows color (decimal): -3426354 or 13547467. OLE color: 13547467.
HSL color Cylindrical-coordinate representation of color #CBB7CE: hue angle of 292.17º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBB7CE is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 183 | 206 | - |
| CMYK | 0.01 | 0.11 | 0 | 0.19 |
| HSL | 292.17º | 0.19% | 0.76% | - |
| HSV(B) | 292.17º | 0.11% | 0.81% | - |
| XYZ | 52.7 | 51.02 | 65.46 | - |
| YUV | 191.6 | 136.13 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 183 | 206 | 0.01 | 0.11 | 0 | 0.19 | 292.17 | 0.19 | 0.76 |
| Hex | CB | B7 | CE | 1 | B | 0 | 13 | 124 | 13 | 4C |
| Octal | 313 | 267 | 316 | 1 | 13 | 0 | 23 | 444 | 23 | 114 |
| Binary | 11001011 | 10110111 | 11001110 | 1 | 1011 | 0 | 10011 | 100100100 | 10011 | 1001100 |
Color Harmonies of #CBB7CE
Complementary color
Monochromatic Colors of #CBB7CE
Black with #CBB7CE
Text Example
Text Example
White with #CBB7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB7CE; }
p { color: rgb(203,183,206); }
H1.HeaderClassName
{
color: #CBB7CE;
}
.AnyTagClassName
{
color: #CBB7CE;
}
</style>
background-color css
<style>
a { background-color: #CBB7CE; }
a { background-color: rgb(203,183,206); }
div.DivClassName
{
background-color: #CBB7CE;
}
.BgClassName
{
background-color: #CBB7CE;
}
</style>
border-color css
<style>
span { border-color: #CBB7CE; }
span { border-color: rgb(203,183,206); }
td.TdClassName
{
border-color: #CBB7CE;
}
.TagClassName
{
border-color: #CBB7CE;
}
</style>