Shades of Prelude #CBACD6
Tints of Prelude #CBACD6
RGB
CMYK
RGB Variations
Color information
#CBACD6 (or 0xCBACD6) is known color: Prelude. HEX triplet: CB, AC and D6. RGB value is (203,172,214). Sum of RGB (Red+Green+Blue) = 203+172+214=589 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.47% from 589); Green value is 172 (67.58% from 255 or 29.20% from 589); Blue value is 214 (83.98% from 255 or 36.33% from 589); Max value from RGB is 214 - color contains mainly: blue. Hex color #CBACD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBACD6 is #345329. Grayscale: #B9B9B9. Windows color (decimal): -3429162 or 14068939. OLE color: 14068939.
HSL color Cylindrical-coordinate representation of color #CBACD6: hue angle of 284.29º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBACD6 is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 172 | 214 | - |
| CMYK | 0.05 | 0.20 | 0 | 0.16 |
| HSL | 284.29º | 0.34% | 0.76% | - |
| HSV(B) | 284.29º | 0.2% | 0.84% | - |
| XYZ | 51.52 | 47.06 | 69.99 | - |
| YUV | 186.06 | 143.77 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 172 | 214 | 0.05 | 0.20 | 0 | 0.16 | 284.29 | 0.34 | 0.76 |
| Hex | CB | AC | D6 | 5 | 14 | 0 | 10 | 11C | 22 | 4C |
| Octal | 313 | 254 | 326 | 5 | 24 | 0 | 20 | 434 | 42 | 114 |
| Binary | 11001011 | 10101100 | 11010110 | 101 | 10100 | 0 | 10000 | 100011100 | 100010 | 1001100 |
Color Harmonies of #CBACD6
Complementary color
Monochromatic Colors of #CBACD6
Black with #CBACD6
Text Example
Text Example
White with #CBACD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBACD6; }
p { color: rgb(203,172,214); }
H1.HeaderClassName
{
color: #CBACD6;
}
.AnyTagClassName
{
color: #CBACD6;
}
</style>
background-color css
<style>
a { background-color: #CBACD6; }
a { background-color: rgb(203,172,214); }
div.DivClassName
{
background-color: #CBACD6;
}
.BgClassName
{
background-color: #CBACD6;
}
</style>
border-color css
<style>
span { border-color: #CBACD6; }
span { border-color: rgb(203,172,214); }
td.TdClassName
{
border-color: #CBACD6;
}
.TagClassName
{
border-color: #CBACD6;
}
</style>