Shades of Prelude #CBBBD1
Tints of Prelude #CBBBD1
RGB
CMYK
RGB Variations
Color information
#CBBBD1 (or 0xCBBBD1) is known color: Prelude. HEX triplet: CB, BB and D1. RGB value is (203,187,209). Sum of RGB (Red+Green+Blue) = 203+187+209=599 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.89% from 599); Green value is 187 (73.44% from 255 or 31.22% from 599); Blue value is 209 (82.03% from 255 or 34.89% from 599); Max value from RGB is 209 - color contains mainly: blue. Hex color #CBBBD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBBD1 is #34442E. Grayscale: #C2C2C2. Windows color (decimal): -3425327 or 13745099. OLE color: 13745099.
HSL color Cylindrical-coordinate representation of color #CBBBD1: hue angle of 283.64º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBBBD1 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 187 | 209 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.18 |
| HSL | 283.64º | 0.19% | 0.78% | - |
| HSV(B) | 283.64º | 0.11% | 0.82% | - |
| XYZ | 53.91 | 52.84 | 67.68 | - |
| YUV | 194.29 | 136.3 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 187 | 209 | 0.03 | 0.11 | 0 | 0.18 | 283.64 | 0.19 | 0.78 |
| Hex | CB | BB | D1 | 3 | B | 0 | 12 | 11C | 13 | 4E |
| Octal | 313 | 273 | 321 | 3 | 13 | 0 | 22 | 434 | 23 | 116 |
| Binary | 11001011 | 10111011 | 11010001 | 11 | 1011 | 0 | 10010 | 100011100 | 10011 | 1001110 |
Color Harmonies of #CBBBD1
Complementary color
Monochromatic Colors of #CBBBD1
Black with #CBBBD1
Text Example
Text Example
White with #CBBBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBBD1; }
p { color: rgb(203,187,209); }
H1.HeaderClassName
{
color: #CBBBD1;
}
.AnyTagClassName
{
color: #CBBBD1;
}
</style>
background-color css
<style>
a { background-color: #CBBBD1; }
a { background-color: rgb(203,187,209); }
div.DivClassName
{
background-color: #CBBBD1;
}
.BgClassName
{
background-color: #CBBBD1;
}
</style>
border-color css
<style>
span { border-color: #CBBBD1; }
span { border-color: rgb(203,187,209); }
td.TdClassName
{
border-color: #CBBBD1;
}
.TagClassName
{
border-color: #CBBBD1;
}
</style>