Shades of Prelude #CBBCCE
Tints of Prelude #CBBCCE
RGB
CMYK
RGB Variations
Color information
#CBBCCE (or 0xCBBCCE) is known color: Prelude. HEX triplet: CB, BC and CE. RGB value is (203,188,206). Sum of RGB (Red+Green+Blue) = 203+188+206=597 (79% of max value = 765). Red value is 203 (79.69% from 255 or 34.00% from 597); Green value is 188 (73.83% from 255 or 31.49% from 597); Blue value is 206 (80.86% from 255 or 34.51% from 597); Max value from RGB is 206 - color contains mainly: blue. Hex color #CBBCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBCCE is #344331. Grayscale: #C2C2C2. Windows color (decimal): -3425074 or 13548747. OLE color: 13548747.
HSL color Cylindrical-coordinate representation of color #CBBCCE: hue angle of 290º 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 #CBBCCE is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 188 | 206 | - |
| CMYK | 0.01 | 0.09 | 0 | 0.19 |
| HSL | 290º | 0.16% | 0.77% | - |
| HSV(B) | 290º | 0.09% | 0.81% | - |
| XYZ | 53.75 | 53.12 | 65.81 | - |
| YUV | 194.54 | 134.47 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 188 | 206 | 0.01 | 0.09 | 0 | 0.19 | 290 | 0.16 | 0.77 |
| Hex | CB | BC | CE | 1 | 9 | 0 | 13 | 122 | 10 | 4D |
| Octal | 313 | 274 | 316 | 1 | 11 | 0 | 23 | 442 | 20 | 115 |
| Binary | 11001011 | 10111100 | 11001110 | 1 | 1001 | 0 | 10011 | 100100010 | 10000 | 1001101 |
Color Harmonies of #CBBCCE
Complementary color
Monochromatic Colors of #CBBCCE
Black with #CBBCCE
Text Example
Text Example
White with #CBBCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBCCE; }
p { color: rgb(203,188,206); }
H1.HeaderClassName
{
color: #CBBCCE;
}
.AnyTagClassName
{
color: #CBBCCE;
}
</style>
background-color css
<style>
a { background-color: #CBBCCE; }
a { background-color: rgb(203,188,206); }
div.DivClassName
{
background-color: #CBBCCE;
}
.BgClassName
{
background-color: #CBBCCE;
}
</style>
border-color css
<style>
span { border-color: #CBBCCE; }
span { border-color: rgb(203,188,206); }
td.TdClassName
{
border-color: #CBBCCE;
}
.TagClassName
{
border-color: #CBBCCE;
}
</style>