Shades of Prelude #CBB5CE
Tints of Prelude #CBB5CE
RGB
CMYK
RGB Variations
Color information
#CBB5CE (or 0xCBB5CE) is known color: Prelude. HEX triplet: CB, B5 and CE. RGB value is (203,181,206). Sum of RGB (Red+Green+Blue) = 203+181+206=590 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.41% from 590); Green value is 181 (71.09% from 255 or 30.68% from 590); Blue value is 206 (80.86% from 255 or 34.92% from 590); Max value from RGB is 206 - color contains mainly: blue. Hex color #CBB5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB5CE is #344A31. Grayscale: #BEBEBE. Windows color (decimal): -3426866 or 13546955. OLE color: 13546955.
HSL color Cylindrical-coordinate representation of color #CBB5CE: hue angle of 292.8º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBB5CE is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 181 | 206 | - |
| CMYK | 0.01 | 0.12 | 0 | 0.19 |
| HSL | 292.8º | 0.2% | 0.76% | - |
| HSV(B) | 292.8º | 0.12% | 0.81% | - |
| XYZ | 52.29 | 50.2 | 65.33 | - |
| YUV | 190.43 | 136.79 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 181 | 206 | 0.01 | 0.12 | 0 | 0.19 | 292.8 | 0.2 | 0.76 |
| Hex | CB | B5 | CE | 1 | C | 0 | 13 | 125 | 14 | 4C |
| Octal | 313 | 265 | 316 | 1 | 14 | 0 | 23 | 445 | 24 | 114 |
| Binary | 11001011 | 10110101 | 11001110 | 1 | 1100 | 0 | 10011 | 100100101 | 10100 | 1001100 |
Color Harmonies of #CBB5CE
Complementary color
Monochromatic Colors of #CBB5CE
Black with #CBB5CE
Text Example
Text Example
White with #CBB5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB5CE; }
p { color: rgb(203,181,206); }
H1.HeaderClassName
{
color: #CBB5CE;
}
.AnyTagClassName
{
color: #CBB5CE;
}
</style>
background-color css
<style>
a { background-color: #CBB5CE; }
a { background-color: rgb(203,181,206); }
div.DivClassName
{
background-color: #CBB5CE;
}
.BgClassName
{
background-color: #CBB5CE;
}
</style>
border-color css
<style>
span { border-color: #CBB5CE; }
span { border-color: rgb(203,181,206); }
td.TdClassName
{
border-color: #CBB5CE;
}
.TagClassName
{
border-color: #CBB5CE;
}
</style>