Shades of Prelude #C6B6CE
Tints of Prelude #C6B6CE
RGB
CMYK
RGB Variations
Color information
#C6B6CE (or 0xC6B6CE) is known color: Prelude. HEX triplet: C6, B6 and CE. RGB value is (198,182,206). Sum of RGB (Red+Green+Blue) = 198+182+206=586 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.79% from 586); Green value is 182 (71.48% from 255 or 31.06% from 586); Blue value is 206 (80.86% from 255 or 35.15% from 586); Max value from RGB is 206 - color contains mainly: blue. Hex color #C6B6CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6B6CE is #394931. Grayscale: #BDBDBD. Windows color (decimal): -3754290 or 13547206. OLE color: 13547206.
HSL color Cylindrical-coordinate representation of color #C6B6CE: hue angle of 280º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C6B6CE is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 182 | 206 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.19 |
| HSL | 280º | 0.2% | 0.76% | - |
| HSV(B) | 280º | 0.12% | 0.81% | - |
| XYZ | 51.16 | 49.92 | 65.33 | - |
| YUV | 189.52 | 137.3 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 182 | 206 | 0.04 | 0.12 | 0 | 0.19 | 280 | 0.2 | 0.76 |
| Hex | C6 | B6 | CE | 4 | C | 0 | 13 | 118 | 14 | 4C |
| Octal | 306 | 266 | 316 | 4 | 14 | 0 | 23 | 430 | 24 | 114 |
| Binary | 11000110 | 10110110 | 11001110 | 100 | 1100 | 0 | 10011 | 100011000 | 10100 | 1001100 |
Color Harmonies of #C6B6CE
Complementary color
Monochromatic Colors of #C6B6CE
Black with #C6B6CE
Text Example
Text Example
White with #C6B6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B6CE; }
p { color: rgb(198,182,206); }
H1.HeaderClassName
{
color: #C6B6CE;
}
.AnyTagClassName
{
color: #C6B6CE;
}
</style>
background-color css
<style>
a { background-color: #C6B6CE; }
a { background-color: rgb(198,182,206); }
div.DivClassName
{
background-color: #C6B6CE;
}
.BgClassName
{
background-color: #C6B6CE;
}
</style>
border-color css
<style>
span { border-color: #C6B6CE; }
span { border-color: rgb(198,182,206); }
td.TdClassName
{
border-color: #C6B6CE;
}
.TagClassName
{
border-color: #C6B6CE;
}
</style>