Shades of Prelude #CBABD6
Tints of Prelude #CBABD6
RGB
CMYK
RGB Variations
Color information
#CBABD6 (or 0xCBABD6) is known color: Prelude. HEX triplet: CB, AB and D6. RGB value is (203,171,214). Sum of RGB (Red+Green+Blue) = 203+171+214=588 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.52% from 588); Green value is 171 (67.19% from 255 or 29.08% from 588); Blue value is 214 (83.98% from 255 or 36.39% from 588); Max value from RGB is 214 - color contains mainly: blue. Hex color #CBABD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBABD6 is #345429. Grayscale: #B9B9B9. Windows color (decimal): -3429418 or 14068683. OLE color: 14068683.
HSL color Cylindrical-coordinate representation of color #CBABD6: hue angle of 284.65º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBABD6 is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 171 | 214 | - |
| CMYK | 0.05 | 0.20 | 0 | 0.16 |
| HSL | 284.65º | 0.34% | 0.75% | - |
| HSV(B) | 284.65º | 0.2% | 0.84% | - |
| XYZ | 51.33 | 46.68 | 69.92 | - |
| YUV | 185.47 | 144.1 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 171 | 214 | 0.05 | 0.20 | 0 | 0.16 | 284.65 | 0.34 | 0.75 |
| Hex | CB | AB | D6 | 5 | 14 | 0 | 10 | 11D | 22 | 4B |
| Octal | 313 | 253 | 326 | 5 | 24 | 0 | 20 | 435 | 42 | 113 |
| Binary | 11001011 | 10101011 | 11010110 | 101 | 10100 | 0 | 10000 | 100011101 | 100010 | 1001011 |
Color Harmonies of #CBABD6
Complementary color
Monochromatic Colors of #CBABD6
Black with #CBABD6
Text Example
Text Example
White with #CBABD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBABD6; }
p { color: rgb(203,171,214); }
H1.HeaderClassName
{
color: #CBABD6;
}
.AnyTagClassName
{
color: #CBABD6;
}
</style>
background-color css
<style>
a { background-color: #CBABD6; }
a { background-color: rgb(203,171,214); }
div.DivClassName
{
background-color: #CBABD6;
}
.BgClassName
{
background-color: #CBABD6;
}
</style>
border-color css
<style>
span { border-color: #CBABD6; }
span { border-color: rgb(203,171,214); }
td.TdClassName
{
border-color: #CBABD6;
}
.TagClassName
{
border-color: #CBABD6;
}
</style>