Shades of Prelude #CBBBD3
Tints of Prelude #CBBBD3
RGB
CMYK
RGB Variations
Color information
#CBBBD3 (or 0xCBBBD3) is known color: Prelude. HEX triplet: CB, BB and D3. RGB value is (203,187,211). Sum of RGB (Red+Green+Blue) = 203+187+211=601 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.78% from 601); Green value is 187 (73.44% from 255 or 31.11% from 601); Blue value is 211 (82.81% from 255 or 35.11% from 601); Max value from RGB is 211 - color contains mainly: blue. Hex color #CBBBD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBBD3 is #34442C. Grayscale: #C2C2C2. Windows color (decimal): -3425325 or 13876171. OLE color: 13876171.
HSL color Cylindrical-coordinate representation of color #CBBBD3: hue angle of 280º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBBBD3 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 187 | 211 | - |
| CMYK | 0.04 | 0.11 | 0 | 0.17 |
| HSL | 280º | 0.21% | 0.78% | - |
| HSV(B) | 280º | 0.11% | 0.83% | - |
| XYZ | 54.16 | 52.94 | 68.99 | - |
| YUV | 194.52 | 137.3 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 187 | 211 | 0.04 | 0.11 | 0 | 0.17 | 280 | 0.21 | 0.78 |
| Hex | CB | BB | D3 | 4 | B | 0 | 11 | 118 | 15 | 4E |
| Octal | 313 | 273 | 323 | 4 | 13 | 0 | 21 | 430 | 25 | 116 |
| Binary | 11001011 | 10111011 | 11010011 | 100 | 1011 | 0 | 10001 | 100011000 | 10101 | 1001110 |
Color Harmonies of #CBBBD3
Complementary color
Monochromatic Colors of #CBBBD3
Black with #CBBBD3
Text Example
Text Example
White with #CBBBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBBD3; }
p { color: rgb(203,187,211); }
H1.HeaderClassName
{
color: #CBBBD3;
}
.AnyTagClassName
{
color: #CBBBD3;
}
</style>
background-color css
<style>
a { background-color: #CBBBD3; }
a { background-color: rgb(203,187,211); }
div.DivClassName
{
background-color: #CBBBD3;
}
.BgClassName
{
background-color: #CBBBD3;
}
</style>
border-color css
<style>
span { border-color: #CBBBD3; }
span { border-color: rgb(203,187,211); }
td.TdClassName
{
border-color: #CBBBD3;
}
.TagClassName
{
border-color: #CBBBD3;
}
</style>