Shades of Prelude #CBB9CE
Tints of Prelude #CBB9CE
RGB
CMYK
RGB Variations
Color information
#CBB9CE (or 0xCBB9CE) is known color: Prelude. HEX triplet: CB, B9 and CE. RGB value is (203,185,206). Sum of RGB (Red+Green+Blue) = 203+185+206=594 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.18% from 594); Green value is 185 (72.66% from 255 or 31.14% from 594); Blue value is 206 (80.86% from 255 or 34.68% from 594); Max value from RGB is 206 - color contains mainly: blue. Hex color #CBB9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB9CE is #344631. Grayscale: #C0C0C0. Windows color (decimal): -3425842 or 13547979. OLE color: 13547979.
HSL color Cylindrical-coordinate representation of color #CBB9CE: hue angle of 291.43º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CBB9CE is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 185 | 206 | - |
| CMYK | 0.01 | 0.10 | 0 | 0.19 |
| HSL | 291.43º | 0.18% | 0.77% | - |
| HSV(B) | 291.43º | 0.1% | 0.81% | - |
| XYZ | 53.12 | 51.85 | 65.6 | - |
| YUV | 192.78 | 135.46 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 185 | 206 | 0.01 | 0.10 | 0 | 0.19 | 291.43 | 0.18 | 0.77 |
| Hex | CB | B9 | CE | 1 | A | 0 | 13 | 123 | 12 | 4D |
| Octal | 313 | 271 | 316 | 1 | 12 | 0 | 23 | 443 | 22 | 115 |
| Binary | 11001011 | 10111001 | 11001110 | 1 | 1010 | 0 | 10011 | 100100011 | 10010 | 1001101 |
Color Harmonies of #CBB9CE
Complementary color
Monochromatic Colors of #CBB9CE
Black with #CBB9CE
Text Example
Text Example
White with #CBB9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB9CE; }
p { color: rgb(203,185,206); }
H1.HeaderClassName
{
color: #CBB9CE;
}
.AnyTagClassName
{
color: #CBB9CE;
}
</style>
background-color css
<style>
a { background-color: #CBB9CE; }
a { background-color: rgb(203,185,206); }
div.DivClassName
{
background-color: #CBB9CE;
}
.BgClassName
{
background-color: #CBB9CE;
}
</style>
border-color css
<style>
span { border-color: #CBB9CE; }
span { border-color: rgb(203,185,206); }
td.TdClassName
{
border-color: #CBB9CE;
}
.TagClassName
{
border-color: #CBB9CE;
}
</style>