Shades of Prelude #C6B3CE
Tints of Prelude #C6B3CE
RGB
CMYK
RGB Variations
Color information
#C6B3CE (or 0xC6B3CE) is known color: Prelude. HEX triplet: C6, B3 and CE. RGB value is (198,179,206). Sum of RGB (Red+Green+Blue) = 198+179+206=583 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.96% from 583); Green value is 179 (70.31% from 255 or 30.70% from 583); Blue value is 206 (80.86% from 255 or 35.33% from 583); Max value from RGB is 206 - color contains mainly: blue. Hex color #C6B3CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6B3CE is #394C31. Grayscale: #BBBBBB. Windows color (decimal): -3755058 or 13546438. OLE color: 13546438.
HSL color Cylindrical-coordinate representation of color #C6B3CE: hue angle of 282.22º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C6B3CE is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 179 | 206 | - |
| CMYK | 0.04 | 0.13 | 0 | 0.19 |
| HSL | 282.22º | 0.22% | 0.75% | - |
| HSV(B) | 282.22º | 0.13% | 0.81% | - |
| XYZ | 50.55 | 48.7 | 65.13 | - |
| YUV | 187.76 | 138.29 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 179 | 206 | 0.04 | 0.13 | 0 | 0.19 | 282.22 | 0.22 | 0.75 |
| Hex | C6 | B3 | CE | 4 | D | 0 | 13 | 11A | 16 | 4B |
| Octal | 306 | 263 | 316 | 4 | 15 | 0 | 23 | 432 | 26 | 113 |
| Binary | 11000110 | 10110011 | 11001110 | 100 | 1101 | 0 | 10011 | 100011010 | 10110 | 1001011 |
Color Harmonies of #C6B3CE
Complementary color
Monochromatic Colors of #C6B3CE
Black with #C6B3CE
Text Example
Text Example
White with #C6B3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B3CE; }
p { color: rgb(198,179,206); }
H1.HeaderClassName
{
color: #C6B3CE;
}
.AnyTagClassName
{
color: #C6B3CE;
}
</style>
background-color css
<style>
a { background-color: #C6B3CE; }
a { background-color: rgb(198,179,206); }
div.DivClassName
{
background-color: #C6B3CE;
}
.BgClassName
{
background-color: #C6B3CE;
}
</style>
border-color css
<style>
span { border-color: #C6B3CE; }
span { border-color: rgb(198,179,206); }
td.TdClassName
{
border-color: #C6B3CE;
}
.TagClassName
{
border-color: #C6B3CE;
}
</style>