Shades of Prelude #CBB6CE
Tints of Prelude #CBB6CE
RGB
CMYK
RGB Variations
Color information
#CBB6CE (or 0xCBB6CE) is known color: Prelude. HEX triplet: CB, B6 and CE. RGB value is (203,182,206). Sum of RGB (Red+Green+Blue) = 203+182+206=591 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.35% from 591); Green value is 182 (71.48% from 255 or 30.80% from 591); Blue value is 206 (80.86% from 255 or 34.86% from 591); Max value from RGB is 206 - color contains mainly: blue. Hex color #CBB6CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB6CE is #344931. Grayscale: #BEBEBE. Windows color (decimal): -3426610 or 13547211. OLE color: 13547211.
HSL color Cylindrical-coordinate representation of color #CBB6CE: hue angle of 292.5º 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 #CBB6CE is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 182 | 206 | - |
| CMYK | 0.01 | 0.12 | 0 | 0.19 |
| HSL | 292.5º | 0.2% | 0.76% | - |
| HSV(B) | 292.5º | 0.12% | 0.81% | - |
| XYZ | 52.5 | 50.61 | 65.39 | - |
| YUV | 191.02 | 136.46 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 182 | 206 | 0.01 | 0.12 | 0 | 0.19 | 292.5 | 0.2 | 0.76 |
| Hex | CB | B6 | CE | 1 | C | 0 | 13 | 124 | 14 | 4C |
| Octal | 313 | 266 | 316 | 1 | 14 | 0 | 23 | 444 | 24 | 114 |
| Binary | 11001011 | 10110110 | 11001110 | 1 | 1100 | 0 | 10011 | 100100100 | 10100 | 1001100 |
Color Harmonies of #CBB6CE
Complementary color
Monochromatic Colors of #CBB6CE
Black with #CBB6CE
Text Example
Text Example
White with #CBB6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB6CE; }
p { color: rgb(203,182,206); }
H1.HeaderClassName
{
color: #CBB6CE;
}
.AnyTagClassName
{
color: #CBB6CE;
}
</style>
background-color css
<style>
a { background-color: #CBB6CE; }
a { background-color: rgb(203,182,206); }
div.DivClassName
{
background-color: #CBB6CE;
}
.BgClassName
{
background-color: #CBB6CE;
}
</style>
border-color css
<style>
span { border-color: #CBB6CE; }
span { border-color: rgb(203,182,206); }
td.TdClassName
{
border-color: #CBB6CE;
}
.TagClassName
{
border-color: #CBB6CE;
}
</style>