Shades of Prelude #CBB7DA
Tints of Prelude #CBB7DA
RGB
CMYK
RGB Variations
Color information
#CBB7DA (or 0xCBB7DA) is known color: Prelude. HEX triplet: CB, B7 and DA. RGB value is (203,183,218). Sum of RGB (Red+Green+Blue) = 203+183+218=604 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.61% from 604); Green value is 183 (71.88% from 255 or 30.30% from 604); Blue value is 218 (85.55% from 255 or 36.09% from 604); Max value from RGB is 218 - color contains mainly: blue. Hex color #CBB7DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB7DA is #344825. Grayscale: #C0C0C0. Windows color (decimal): -3426342 or 14333899. OLE color: 14333899.
HSL color Cylindrical-coordinate representation of color #CBB7DA: hue angle of 274.29º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBB7DA is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 183 | 218 | - |
| CMYK | 0.07 | 0.16 | 0 | 0.15 |
| HSL | 274.29º | 0.32% | 0.79% | - |
| HSV(B) | 274.29º | 0.16% | 0.85% | - |
| XYZ | 54.22 | 51.63 | 73.44 | - |
| YUV | 192.97 | 142.13 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 183 | 218 | 0.07 | 0.16 | 0 | 0.15 | 274.29 | 0.32 | 0.79 |
| Hex | CB | B7 | DA | 7 | 10 | 0 | F | 112 | 20 | 4F |
| Octal | 313 | 267 | 332 | 7 | 20 | 0 | 17 | 422 | 40 | 117 |
| Binary | 11001011 | 10110111 | 11011010 | 111 | 10000 | 0 | 1111 | 100010010 | 100000 | 1001111 |
Color Harmonies of #CBB7DA
Complementary color
Monochromatic Colors of #CBB7DA
Black with #CBB7DA
Text Example
Text Example
White with #CBB7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB7DA; }
p { color: rgb(203,183,218); }
H1.HeaderClassName
{
color: #CBB7DA;
}
.AnyTagClassName
{
color: #CBB7DA;
}
</style>
background-color css
<style>
a { background-color: #CBB7DA; }
a { background-color: rgb(203,183,218); }
div.DivClassName
{
background-color: #CBB7DA;
}
.BgClassName
{
background-color: #CBB7DA;
}
</style>
border-color css
<style>
span { border-color: #CBB7DA; }
span { border-color: rgb(203,183,218); }
td.TdClassName
{
border-color: #CBB7DA;
}
.TagClassName
{
border-color: #CBB7DA;
}
</style>