Shades of Prelude #CBBCD5
Tints of Prelude #CBBCD5
RGB
CMYK
RGB Variations
Color information
#CBBCD5 (or 0xCBBCD5) is known color: Prelude. HEX triplet: CB, BC and D5. RGB value is (203,188,213). Sum of RGB (Red+Green+Blue) = 203+188+213=604 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.61% from 604); Green value is 188 (73.83% from 255 or 31.13% from 604); Blue value is 213 (83.59% from 255 or 35.26% from 604); Max value from RGB is 213 - color contains mainly: blue. Hex color #CBBCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBCD5 is #34432A. Grayscale: #C3C3C3. Windows color (decimal): -3425067 or 14007499. OLE color: 14007499.
HSL color Cylindrical-coordinate representation of color #CBBCD5: hue angle of 276º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBBCD5 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 188 | 213 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.16 |
| HSL | 276º | 0.23% | 0.79% | - |
| HSV(B) | 276º | 0.12% | 0.84% | - |
| XYZ | 54.62 | 53.47 | 70.39 | - |
| YUV | 195.34 | 137.97 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 188 | 213 | 0.05 | 0.12 | 0 | 0.16 | 276 | 0.23 | 0.79 |
| Hex | CB | BC | D5 | 5 | C | 0 | 10 | 114 | 17 | 4F |
| Octal | 313 | 274 | 325 | 5 | 14 | 0 | 20 | 424 | 27 | 117 |
| Binary | 11001011 | 10111100 | 11010101 | 101 | 1100 | 0 | 10000 | 100010100 | 10111 | 1001111 |
Color Harmonies of #CBBCD5
Complementary color
Monochromatic Colors of #CBBCD5
Black with #CBBCD5
Text Example
Text Example
White with #CBBCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBCD5; }
p { color: rgb(203,188,213); }
H1.HeaderClassName
{
color: #CBBCD5;
}
.AnyTagClassName
{
color: #CBBCD5;
}
</style>
background-color css
<style>
a { background-color: #CBBCD5; }
a { background-color: rgb(203,188,213); }
div.DivClassName
{
background-color: #CBBCD5;
}
.BgClassName
{
background-color: #CBBCD5;
}
</style>
border-color css
<style>
span { border-color: #CBBCD5; }
span { border-color: rgb(203,188,213); }
td.TdClassName
{
border-color: #CBBCD5;
}
.TagClassName
{
border-color: #CBBCD5;
}
</style>