Shades of Prelude #CBB5CD
Tints of Prelude #CBB5CD
RGB
CMYK
RGB Variations
Color information
#CBB5CD (or 0xCBB5CD) is known color: Prelude. HEX triplet: CB, B5 and CD. RGB value is (203,181,205). Sum of RGB (Red+Green+Blue) = 203+181+205=589 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.47% from 589); Green value is 181 (71.09% from 255 or 30.73% from 589); Blue value is 205 (80.47% from 255 or 34.80% from 589); Max value from RGB is 205 - color contains mainly: blue. Hex color #CBB5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB5CD is #344A32. Grayscale: #BEBEBE. Windows color (decimal): -3426867 or 13481419. OLE color: 13481419.
HSL color Cylindrical-coordinate representation of color #CBB5CD: hue angle of 295º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBB5CD is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 181 | 205 | - |
| CMYK | 0.01 | 0.12 | 0 | 0.20 |
| HSL | 295º | 0.19% | 0.76% | - |
| HSV(B) | 295º | 0.12% | 0.8% | - |
| XYZ | 52.17 | 50.15 | 64.69 | - |
| YUV | 190.31 | 136.29 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 181 | 205 | 0.01 | 0.12 | 0 | 0.20 | 295 | 0.19 | 0.76 |
| Hex | CB | B5 | CD | 1 | C | 0 | 14 | 127 | 13 | 4C |
| Octal | 313 | 265 | 315 | 1 | 14 | 0 | 24 | 447 | 23 | 114 |
| Binary | 11001011 | 10110101 | 11001101 | 1 | 1100 | 0 | 10100 | 100100111 | 10011 | 1001100 |
Color Harmonies of #CBB5CD
Complementary color
Monochromatic Colors of #CBB5CD
Black with #CBB5CD
Text Example
Text Example
White with #CBB5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB5CD; }
p { color: rgb(203,181,205); }
H1.HeaderClassName
{
color: #CBB5CD;
}
.AnyTagClassName
{
color: #CBB5CD;
}
</style>
background-color css
<style>
a { background-color: #CBB5CD; }
a { background-color: rgb(203,181,205); }
div.DivClassName
{
background-color: #CBB5CD;
}
.BgClassName
{
background-color: #CBB5CD;
}
</style>
border-color css
<style>
span { border-color: #CBB5CD; }
span { border-color: rgb(203,181,205); }
td.TdClassName
{
border-color: #CBB5CD;
}
.TagClassName
{
border-color: #CBB5CD;
}
</style>