Shades of Prelude #CBBBD7
Tints of Prelude #CBBBD7
RGB
CMYK
RGB Variations
Color information
#CBBBD7 (or 0xCBBBD7) is known color: Prelude. HEX triplet: CB, BB and D7. RGB value is (203,187,215). Sum of RGB (Red+Green+Blue) = 203+187+215=605 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.55% from 605); Green value is 187 (73.44% from 255 or 30.91% from 605); Blue value is 215 (84.38% from 255 or 35.54% from 605); Max value from RGB is 215 - color contains mainly: blue. Hex color #CBBBD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBBD7 is #344428. Grayscale: #C2C2C2. Windows color (decimal): -3425321 or 14138315. OLE color: 14138315.
HSL color Cylindrical-coordinate representation of color #CBBBD7: hue angle of 274.29º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBBBD7 is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 187 | 215 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.16 |
| HSL | 274.29º | 0.26% | 0.79% | - |
| HSV(B) | 274.29º | 0.13% | 0.84% | - |
| XYZ | 54.66 | 53.14 | 71.67 | - |
| YUV | 194.98 | 139.3 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 187 | 215 | 0.06 | 0.13 | 0 | 0.16 | 274.29 | 0.26 | 0.79 |
| Hex | CB | BB | D7 | 6 | D | 0 | 10 | 112 | 1A | 4F |
| Octal | 313 | 273 | 327 | 6 | 15 | 0 | 20 | 422 | 32 | 117 |
| Binary | 11001011 | 10111011 | 11010111 | 110 | 1101 | 0 | 10000 | 100010010 | 11010 | 1001111 |
Color Harmonies of #CBBBD7
Complementary color
Monochromatic Colors of #CBBBD7
Black with #CBBBD7
Text Example
Text Example
White with #CBBBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBBD7; }
p { color: rgb(203,187,215); }
H1.HeaderClassName
{
color: #CBBBD7;
}
.AnyTagClassName
{
color: #CBBBD7;
}
</style>
background-color css
<style>
a { background-color: #CBBBD7; }
a { background-color: rgb(203,187,215); }
div.DivClassName
{
background-color: #CBBBD7;
}
.BgClassName
{
background-color: #CBBBD7;
}
</style>
border-color css
<style>
span { border-color: #CBBBD7; }
span { border-color: rgb(203,187,215); }
td.TdClassName
{
border-color: #CBBBD7;
}
.TagClassName
{
border-color: #CBBBD7;
}
</style>