Shades of Prelude #CBB5D7
Tints of Prelude #CBB5D7
RGB
CMYK
RGB Variations
Color information
#CBB5D7 (or 0xCBB5D7) is known color: Prelude. HEX triplet: CB, B5 and D7. RGB value is (203,181,215). Sum of RGB (Red+Green+Blue) = 203+181+215=599 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.89% from 599); Green value is 181 (71.09% from 255 or 30.22% from 599); Blue value is 215 (84.38% from 255 or 35.89% from 599); Max value from RGB is 215 - color contains mainly: blue. Hex color #CBB5D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB5D7 is #344A28. Grayscale: #BFBFBF. Windows color (decimal): -3426857 or 14136779. OLE color: 14136779.
HSL color Cylindrical-coordinate representation of color #CBB5D7: hue angle of 278.82º degrees, saturation: 0.3, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBB5D7 is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 181 | 215 | - |
| CMYK | 0.06 | 0.16 | 0 | 0.16 |
| HSL | 278.82º | 0.3% | 0.78% | - |
| HSV(B) | 278.82º | 0.16% | 0.84% | - |
| XYZ | 53.42 | 50.65 | 71.25 | - |
| YUV | 191.45 | 141.29 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 181 | 215 | 0.06 | 0.16 | 0 | 0.16 | 278.82 | 0.3 | 0.78 |
| Hex | CB | B5 | D7 | 6 | 10 | 0 | 10 | 117 | 1E | 4E |
| Octal | 313 | 265 | 327 | 6 | 20 | 0 | 20 | 427 | 36 | 116 |
| Binary | 11001011 | 10110101 | 11010111 | 110 | 10000 | 0 | 10000 | 100010111 | 11110 | 1001110 |
Color Harmonies of #CBB5D7
Complementary color
Monochromatic Colors of #CBB5D7
Black with #CBB5D7
Text Example
Text Example
White with #CBB5D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB5D7; }
p { color: rgb(203,181,215); }
H1.HeaderClassName
{
color: #CBB5D7;
}
.AnyTagClassName
{
color: #CBB5D7;
}
</style>
background-color css
<style>
a { background-color: #CBB5D7; }
a { background-color: rgb(203,181,215); }
div.DivClassName
{
background-color: #CBB5D7;
}
.BgClassName
{
background-color: #CBB5D7;
}
</style>
border-color css
<style>
span { border-color: #CBB5D7; }
span { border-color: rgb(203,181,215); }
td.TdClassName
{
border-color: #CBB5D7;
}
.TagClassName
{
border-color: #CBB5D7;
}
</style>