Shades of Prelude #CBACD0
Tints of Prelude #CBACD0
RGB
CMYK
RGB Variations
Color information
#CBACD0 (or 0xCBACD0) is known color: Prelude. HEX triplet: CB, AC and D0. RGB value is (203,172,208). Sum of RGB (Red+Green+Blue) = 203+172+208=583 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.82% from 583); Green value is 172 (67.58% from 255 or 29.50% from 583); Blue value is 208 (81.64% from 255 or 35.68% from 583); Max value from RGB is 208 - color contains mainly: blue. Hex color #CBACD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBACD0 is #34532F. Grayscale: #B9B9B9. Windows color (decimal): -3429168 or 13675723. OLE color: 13675723.
HSL color Cylindrical-coordinate representation of color #CBACD0: hue angle of 291.67º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBACD0 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 172 | 208 | - |
| CMYK | 0.02 | 0.17 | 0 | 0.18 |
| HSL | 291.67º | 0.28% | 0.75% | - |
| HSV(B) | 291.67º | 0.17% | 0.82% | - |
| XYZ | 50.77 | 46.76 | 66.02 | - |
| YUV | 185.37 | 140.77 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 172 | 208 | 0.02 | 0.17 | 0 | 0.18 | 291.67 | 0.28 | 0.75 |
| Hex | CB | AC | D0 | 2 | 11 | 0 | 12 | 124 | 1C | 4B |
| Octal | 313 | 254 | 320 | 2 | 21 | 0 | 22 | 444 | 34 | 113 |
| Binary | 11001011 | 10101100 | 11010000 | 10 | 10001 | 0 | 10010 | 100100100 | 11100 | 1001011 |
Color Harmonies of #CBACD0
Complementary color
Monochromatic Colors of #CBACD0
Black with #CBACD0
Text Example
Text Example
White with #CBACD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBACD0; }
p { color: rgb(203,172,208); }
H1.HeaderClassName
{
color: #CBACD0;
}
.AnyTagClassName
{
color: #CBACD0;
}
</style>
background-color css
<style>
a { background-color: #CBACD0; }
a { background-color: rgb(203,172,208); }
div.DivClassName
{
background-color: #CBACD0;
}
.BgClassName
{
background-color: #CBACD0;
}
</style>
border-color css
<style>
span { border-color: #CBACD0; }
span { border-color: rgb(203,172,208); }
td.TdClassName
{
border-color: #CBACD0;
}
.TagClassName
{
border-color: #CBACD0;
}
</style>