Shades of Prelude #CBBBD5
Tints of Prelude #CBBBD5
RGB
CMYK
RGB Variations
Color information
#CBBBD5 (or 0xCBBBD5) is known color: Prelude. HEX triplet: CB, BB and D5. RGB value is (203,187,213). Sum of RGB (Red+Green+Blue) = 203+187+213=603 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.67% from 603); Green value is 187 (73.44% from 255 or 31.01% from 603); Blue value is 213 (83.59% from 255 or 35.32% from 603); Max value from RGB is 213 - color contains mainly: blue. Hex color #CBBBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBBD5 is #34442A. Grayscale: #C2C2C2. Windows color (decimal): -3425323 or 14007243. OLE color: 14007243.
HSL color Cylindrical-coordinate representation of color #CBBBD5: hue angle of 276.92º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBBBD5 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 187 | 213 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.16 |
| HSL | 276.92º | 0.24% | 0.78% | - |
| HSV(B) | 276.92º | 0.12% | 0.84% | - |
| XYZ | 54.41 | 53.04 | 70.32 | - |
| YUV | 194.75 | 138.3 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 187 | 213 | 0.05 | 0.12 | 0 | 0.16 | 276.92 | 0.24 | 0.78 |
| Hex | CB | BB | D5 | 5 | C | 0 | 10 | 115 | 18 | 4E |
| Octal | 313 | 273 | 325 | 5 | 14 | 0 | 20 | 425 | 30 | 116 |
| Binary | 11001011 | 10111011 | 11010101 | 101 | 1100 | 0 | 10000 | 100010101 | 11000 | 1001110 |
Color Harmonies of #CBBBD5
Complementary color
Monochromatic Colors of #CBBBD5
Black with #CBBBD5
Text Example
Text Example
White with #CBBBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBBD5; }
p { color: rgb(203,187,213); }
H1.HeaderClassName
{
color: #CBBBD5;
}
.AnyTagClassName
{
color: #CBBBD5;
}
</style>
background-color css
<style>
a { background-color: #CBBBD5; }
a { background-color: rgb(203,187,213); }
div.DivClassName
{
background-color: #CBBBD5;
}
.BgClassName
{
background-color: #CBBBD5;
}
</style>
border-color css
<style>
span { border-color: #CBBBD5; }
span { border-color: rgb(203,187,213); }
td.TdClassName
{
border-color: #CBBBD5;
}
.TagClassName
{
border-color: #CBBBD5;
}
</style>