Shades of Prelude #CBB7DD
Tints of Prelude #CBB7DD
RGB
CMYK
RGB Variations
Color information
#CBB7DD (or 0xCBB7DD) is known color: Prelude. HEX triplet: CB, B7 and DD. RGB value is (203,183,221). Sum of RGB (Red+Green+Blue) = 203+183+221=607 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.44% from 607); Green value is 183 (71.88% from 255 or 30.15% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 221 - color contains mainly: blue. Hex color #CBB7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB7DD is #344822. Grayscale: #C1C1C1. Windows color (decimal): -3426339 or 14530507. OLE color: 14530507.
HSL color Cylindrical-coordinate representation of color #CBB7DD: hue angle of 271.58º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBB7DD is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 183 | 221 | - |
| CMYK | 0.08 | 0.17 | 0 | 0.13 |
| HSL | 271.58º | 0.36% | 0.79% | - |
| HSV(B) | 271.58º | 0.17% | 0.87% | - |
| XYZ | 54.61 | 51.78 | 75.52 | - |
| YUV | 193.31 | 143.63 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 183 | 221 | 0.08 | 0.17 | 0 | 0.13 | 271.58 | 0.36 | 0.79 |
| Hex | CB | B7 | DD | 8 | 11 | 0 | D | 110 | 24 | 4F |
| Octal | 313 | 267 | 335 | 10 | 21 | 0 | 15 | 420 | 44 | 117 |
| Binary | 11001011 | 10110111 | 11011101 | 1000 | 10001 | 0 | 1101 | 100010000 | 100100 | 1001111 |
Color Harmonies of #CBB7DD
Complementary color
Monochromatic Colors of #CBB7DD
Black with #CBB7DD
Text Example
Text Example
White with #CBB7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB7DD; }
p { color: rgb(203,183,221); }
H1.HeaderClassName
{
color: #CBB7DD;
}
.AnyTagClassName
{
color: #CBB7DD;
}
</style>
background-color css
<style>
a { background-color: #CBB7DD; }
a { background-color: rgb(203,183,221); }
div.DivClassName
{
background-color: #CBB7DD;
}
.BgClassName
{
background-color: #CBB7DD;
}
</style>
border-color css
<style>
span { border-color: #CBB7DD; }
span { border-color: rgb(203,183,221); }
td.TdClassName
{
border-color: #CBB7DD;
}
.TagClassName
{
border-color: #CBB7DD;
}
</style>