Shades of Prelude #CBBBCE
Tints of Prelude #CBBBCE
RGB
CMYK
RGB Variations
Color information
#CBBBCE (or 0xCBBBCE) is known color: Prelude. HEX triplet: CB, BB and CE. RGB value is (203,187,206). Sum of RGB (Red+Green+Blue) = 203+187+206=596 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.06% from 596); Green value is 187 (73.44% from 255 or 31.38% from 596); Blue value is 206 (80.86% from 255 or 34.56% from 596); Max value from RGB is 206 - color contains mainly: blue. Hex color #CBBBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBBCE is #344431. Grayscale: #C1C1C1. Windows color (decimal): -3425330 or 13548491. OLE color: 13548491.
HSL color Cylindrical-coordinate representation of color #CBBBCE: hue angle of 290.53º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CBBBCE is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 187 | 206 | - |
| CMYK | 0.01 | 0.09 | 0 | 0.19 |
| HSL | 290.53º | 0.16% | 0.77% | - |
| HSV(B) | 290.53º | 0.09% | 0.81% | - |
| XYZ | 53.54 | 52.69 | 65.74 | - |
| YUV | 193.95 | 134.8 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 187 | 206 | 0.01 | 0.09 | 0 | 0.19 | 290.53 | 0.16 | 0.77 |
| Hex | CB | BB | CE | 1 | 9 | 0 | 13 | 123 | 10 | 4D |
| Octal | 313 | 273 | 316 | 1 | 11 | 0 | 23 | 443 | 20 | 115 |
| Binary | 11001011 | 10111011 | 11001110 | 1 | 1001 | 0 | 10011 | 100100011 | 10000 | 1001101 |
Color Harmonies of #CBBBCE
Complementary color
Monochromatic Colors of #CBBBCE
Black with #CBBBCE
Text Example
Text Example
White with #CBBBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBBCE; }
p { color: rgb(203,187,206); }
H1.HeaderClassName
{
color: #CBBBCE;
}
.AnyTagClassName
{
color: #CBBBCE;
}
</style>
background-color css
<style>
a { background-color: #CBBBCE; }
a { background-color: rgb(203,187,206); }
div.DivClassName
{
background-color: #CBBBCE;
}
.BgClassName
{
background-color: #CBBBCE;
}
</style>
border-color css
<style>
span { border-color: #CBBBCE; }
span { border-color: rgb(203,187,206); }
td.TdClassName
{
border-color: #CBBBCE;
}
.TagClassName
{
border-color: #CBBBCE;
}
</style>