Shades of Prelude #CBB7D1
Tints of Prelude #CBB7D1
RGB
CMYK
RGB Variations
Color information
#CBB7D1 (or 0xCBB7D1) is known color: Prelude. HEX triplet: CB, B7 and D1. RGB value is (203,183,209). Sum of RGB (Red+Green+Blue) = 203+183+209=595 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.12% from 595); Green value is 183 (71.88% from 255 or 30.76% from 595); Blue value is 209 (82.03% from 255 or 35.13% from 595); Max value from RGB is 209 - color contains mainly: blue. Hex color #CBB7D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB7D1 is #34482E. Grayscale: #BFBFBF. Windows color (decimal): -3426351 or 13744075. OLE color: 13744075.
HSL color Cylindrical-coordinate representation of color #CBB7D1: hue angle of 286.15º degrees, saturation: 0.22, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBB7D1 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 183 | 209 | - |
| CMYK | 0.03 | 0.12 | 0 | 0.18 |
| HSL | 286.15º | 0.22% | 0.77% | - |
| HSV(B) | 286.15º | 0.12% | 0.82% | - |
| XYZ | 53.07 | 51.17 | 67.4 | - |
| YUV | 191.94 | 137.63 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 183 | 209 | 0.03 | 0.12 | 0 | 0.18 | 286.15 | 0.22 | 0.77 |
| Hex | CB | B7 | D1 | 3 | C | 0 | 12 | 11E | 16 | 4D |
| Octal | 313 | 267 | 321 | 3 | 14 | 0 | 22 | 436 | 26 | 115 |
| Binary | 11001011 | 10110111 | 11010001 | 11 | 1100 | 0 | 10010 | 100011110 | 10110 | 1001101 |
Color Harmonies of #CBB7D1
Complementary color
Monochromatic Colors of #CBB7D1
Black with #CBB7D1
Text Example
Text Example
White with #CBB7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB7D1; }
p { color: rgb(203,183,209); }
H1.HeaderClassName
{
color: #CBB7D1;
}
.AnyTagClassName
{
color: #CBB7D1;
}
</style>
background-color css
<style>
a { background-color: #CBB7D1; }
a { background-color: rgb(203,183,209); }
div.DivClassName
{
background-color: #CBB7D1;
}
.BgClassName
{
background-color: #CBB7D1;
}
</style>
border-color css
<style>
span { border-color: #CBB7D1; }
span { border-color: rgb(203,183,209); }
td.TdClassName
{
border-color: #CBB7D1;
}
.TagClassName
{
border-color: #CBB7D1;
}
</style>