Shades of Prelude #CBBECD
Tints of Prelude #CBBECD
RGB
CMYK
RGB Variations
Color information
#CBBECD (or 0xCBBECD) is known color: Prelude. HEX triplet: CB, BE and CD. RGB value is (203,190,205). Sum of RGB (Red+Green+Blue) = 203+190+205=598 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.95% from 598); Green value is 190 (74.61% from 255 or 31.77% from 598); Blue value is 205 (80.47% from 255 or 34.28% from 598); Max value from RGB is 205 - color contains mainly: blue. Hex color #CBBECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBECD is #344132. Grayscale: #C3C3C3. Windows color (decimal): -3424563 or 13483723. OLE color: 13483723.
HSL color Cylindrical-coordinate representation of color #CBBECD: hue angle of 292º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CBBECD is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 190 | 205 | - |
| CMYK | 0.01 | 0.07 | 0 | 0.20 |
| HSL | 292º | 0.13% | 0.77% | - |
| HSV(B) | 292º | 0.07% | 0.8% | - |
| XYZ | 54.06 | 53.93 | 65.32 | - |
| YUV | 195.6 | 133.31 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 190 | 205 | 0.01 | 0.07 | 0 | 0.20 | 292 | 0.13 | 0.77 |
| Hex | CB | BE | CD | 1 | 7 | 0 | 14 | 124 | D | 4D |
| Octal | 313 | 276 | 315 | 1 | 7 | 0 | 24 | 444 | 15 | 115 |
| Binary | 11001011 | 10111110 | 11001101 | 1 | 111 | 0 | 10100 | 100100100 | 1101 | 1001101 |
Color Harmonies of #CBBECD
Complementary color
Monochromatic Colors of #CBBECD
Black with #CBBECD
Text Example
Text Example
White with #CBBECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBECD; }
p { color: rgb(203,190,205); }
H1.HeaderClassName
{
color: #CBBECD;
}
.AnyTagClassName
{
color: #CBBECD;
}
</style>
background-color css
<style>
a { background-color: #CBBECD; }
a { background-color: rgb(203,190,205); }
div.DivClassName
{
background-color: #CBBECD;
}
.BgClassName
{
background-color: #CBBECD;
}
</style>
border-color css
<style>
span { border-color: #CBBECD; }
span { border-color: rgb(203,190,205); }
td.TdClassName
{
border-color: #CBBECD;
}
.TagClassName
{
border-color: #CBBECD;
}
</style>