Shades of Prelude #C6B3CA
Tints of Prelude #C6B3CA
RGB
CMYK
RGB Variations
Color information
#C6B3CA (or 0xC6B3CA) is known color: Prelude. HEX triplet: C6, B3 and CA. RGB value is (198,179,202). Sum of RGB (Red+Green+Blue) = 198+179+202=579 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.20% from 579); Green value is 179 (70.31% from 255 or 30.92% from 579); Blue value is 202 (79.30% from 255 or 34.89% from 579); Max value from RGB is 202 - color contains mainly: blue. Hex color #C6B3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6B3CA is #394C35. Grayscale: #BBBBBB. Windows color (decimal): -3755062 or 13284294. OLE color: 13284294.
HSL color Cylindrical-coordinate representation of color #C6B3CA: hue angle of 289.57º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C6B3CA is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 179 | 202 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.21 |
| HSL | 289.57º | 0.18% | 0.75% | - |
| HSV(B) | 289.57º | 0.11% | 0.79% | - |
| XYZ | 50.07 | 48.51 | 62.6 | - |
| YUV | 187.3 | 136.29 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 179 | 202 | 0.02 | 0.11 | 0 | 0.21 | 289.57 | 0.18 | 0.75 |
| Hex | C6 | B3 | CA | 2 | B | 0 | 15 | 122 | 12 | 4B |
| Octal | 306 | 263 | 312 | 2 | 13 | 0 | 25 | 442 | 22 | 113 |
| Binary | 11000110 | 10110011 | 11001010 | 10 | 1011 | 0 | 10101 | 100100010 | 10010 | 1001011 |
Color Harmonies of #C6B3CA
Complementary color
Monochromatic Colors of #C6B3CA
Black with #C6B3CA
Text Example
Text Example
White with #C6B3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B3CA; }
p { color: rgb(198,179,202); }
H1.HeaderClassName
{
color: #C6B3CA;
}
.AnyTagClassName
{
color: #C6B3CA;
}
</style>
background-color css
<style>
a { background-color: #C6B3CA; }
a { background-color: rgb(198,179,202); }
div.DivClassName
{
background-color: #C6B3CA;
}
.BgClassName
{
background-color: #C6B3CA;
}
</style>
border-color css
<style>
span { border-color: #C6B3CA; }
span { border-color: rgb(198,179,202); }
td.TdClassName
{
border-color: #C6B3CA;
}
.TagClassName
{
border-color: #C6B3CA;
}
</style>