Shades of Prelude #CBBBD8
Tints of Prelude #CBBBD8
RGB
CMYK
RGB Variations
Color information
#CBBBD8 (or 0xCBBBD8) is known color: Prelude. HEX triplet: CB, BB and D8. RGB value is (203,187,216). Sum of RGB (Red+Green+Blue) = 203+187+216=606 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.50% from 606); Green value is 187 (73.44% from 255 or 30.86% from 606); Blue value is 216 (84.77% from 255 or 35.64% from 606); Max value from RGB is 216 - color contains mainly: blue. Hex color #CBBBD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBBD8 is #344427. Grayscale: #C2C2C2. Windows color (decimal): -3425320 or 14203851. OLE color: 14203851.
HSL color Cylindrical-coordinate representation of color #CBBBD8: hue angle of 273.1º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBBBD8 is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 187 | 216 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.15 |
| HSL | 273.1º | 0.27% | 0.79% | - |
| HSV(B) | 273.1º | 0.13% | 0.85% | - |
| XYZ | 54.79 | 53.2 | 72.35 | - |
| YUV | 195.09 | 139.8 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 187 | 216 | 0.06 | 0.13 | 0 | 0.15 | 273.1 | 0.27 | 0.79 |
| Hex | CB | BB | D8 | 6 | D | 0 | F | 111 | 1B | 4F |
| Octal | 313 | 273 | 330 | 6 | 15 | 0 | 17 | 421 | 33 | 117 |
| Binary | 11001011 | 10111011 | 11011000 | 110 | 1101 | 0 | 1111 | 100010001 | 11011 | 1001111 |
Color Harmonies of #CBBBD8
Complementary color
Monochromatic Colors of #CBBBD8
Black with #CBBBD8
Text Example
Text Example
White with #CBBBD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBBD8; }
p { color: rgb(203,187,216); }
H1.HeaderClassName
{
color: #CBBBD8;
}
.AnyTagClassName
{
color: #CBBBD8;
}
</style>
background-color css
<style>
a { background-color: #CBBBD8; }
a { background-color: rgb(203,187,216); }
div.DivClassName
{
background-color: #CBBBD8;
}
.BgClassName
{
background-color: #CBBBD8;
}
</style>
border-color css
<style>
span { border-color: #CBBBD8; }
span { border-color: rgb(203,187,216); }
td.TdClassName
{
border-color: #CBBBD8;
}
.TagClassName
{
border-color: #CBBBD8;
}
</style>