Shades of Prelude #CBB8D7
Tints of Prelude #CBB8D7
RGB
CMYK
RGB Variations
Color information
#CBB8D7 (or 0xCBB8D7) is known color: Prelude. HEX triplet: CB, B8 and D7. RGB value is (203,184,215). Sum of RGB (Red+Green+Blue) = 203+184+215=602 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.72% from 602); Green value is 184 (72.27% from 255 or 30.56% from 602); Blue value is 215 (84.38% from 255 or 35.71% from 602); Max value from RGB is 215 - color contains mainly: blue. Hex color #CBB8D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB8D7 is #344728. Grayscale: #C1C1C1. Windows color (decimal): -3426089 or 14137547. OLE color: 14137547.
HSL color Cylindrical-coordinate representation of color #CBB8D7: hue angle of 276.77º degrees, saturation: 0.28, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBB8D7 is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 184 | 215 | - |
| CMYK | 0.06 | 0.14 | 0 | 0.16 |
| HSL | 276.77º | 0.28% | 0.78% | - |
| HSV(B) | 276.77º | 0.14% | 0.84% | - |
| XYZ | 54.03 | 51.88 | 71.46 | - |
| YUV | 193.22 | 140.29 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 184 | 215 | 0.06 | 0.14 | 0 | 0.16 | 276.77 | 0.28 | 0.78 |
| Hex | CB | B8 | D7 | 6 | E | 0 | 10 | 115 | 1C | 4E |
| Octal | 313 | 270 | 327 | 6 | 16 | 0 | 20 | 425 | 34 | 116 |
| Binary | 11001011 | 10111000 | 11010111 | 110 | 1110 | 0 | 10000 | 100010101 | 11100 | 1001110 |
Color Harmonies of #CBB8D7
Complementary color
Monochromatic Colors of #CBB8D7
Black with #CBB8D7
Text Example
Text Example
White with #CBB8D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB8D7; }
p { color: rgb(203,184,215); }
H1.HeaderClassName
{
color: #CBB8D7;
}
.AnyTagClassName
{
color: #CBB8D7;
}
</style>
background-color css
<style>
a { background-color: #CBB8D7; }
a { background-color: rgb(203,184,215); }
div.DivClassName
{
background-color: #CBB8D7;
}
.BgClassName
{
background-color: #CBB8D7;
}
</style>
border-color css
<style>
span { border-color: #CBB8D7; }
span { border-color: rgb(203,184,215); }
td.TdClassName
{
border-color: #CBB8D7;
}
.TagClassName
{
border-color: #CBB8D7;
}
</style>