Shades of Prelude #C6AECC
Tints of Prelude #C6AECC
RGB
CMYK
RGB Variations
Color information
#C6AECC (or 0xC6AECC) is known color: Prelude. HEX triplet: C6, AE and CC. RGB value is (198,174,204). Sum of RGB (Red+Green+Blue) = 198+174+204=576 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.38% from 576); Green value is 174 (68.36% from 255 or 30.21% from 576); Blue value is 204 (80.08% from 255 or 35.42% from 576); Max value from RGB is 204 - color contains mainly: blue. Hex color #C6AECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6AECC is #395133. Grayscale: #B8B8B8. Windows color (decimal): -3756340 or 13414086. OLE color: 13414086.
HSL color Cylindrical-coordinate representation of color #C6AECC: hue angle of 288º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C6AECC is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 198 | 174 | 204 | - |
| CMYK | 0.03 | 0.15 | 0 | 0.2 |
| HSL | 288º | 0.23% | 0.74% | - |
| HSV(B) | 288º | 0.15% | 0.8% | - |
| XYZ | 49.32 | 46.64 | 63.53 | - |
| YUV | 184.6 | 138.95 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 174 | 204 | 0.03 | 0.15 | 0 | 0.2 | 288 | 0.23 | 0.74 |
| Hex | C6 | AE | CC | 3 | F | 0 | 14 | 120 | 17 | 4A |
| Octal | 306 | 256 | 314 | 3 | 17 | 0 | 24 | 440 | 27 | 112 |
| Binary | 11000110 | 10101110 | 11001100 | 11 | 1111 | 0 | 10100 | 100100000 | 10111 | 1001010 |
Color Harmonies of #C6AECC
Complementary color
Monochromatic Colors of #C6AECC
Black with #C6AECC
Text Example
Text Example
White with #C6AECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AECC; }
p { color: rgb(198,174,204); }
H1.HeaderClassName
{
color: #C6AECC;
}
.AnyTagClassName
{
color: #C6AECC;
}
</style>
background-color css
<style>
a { background-color: #C6AECC; }
a { background-color: rgb(198,174,204); }
div.DivClassName
{
background-color: #C6AECC;
}
.BgClassName
{
background-color: #C6AECC;
}
</style>
border-color css
<style>
span { border-color: #C6AECC; }
span { border-color: rgb(198,174,204); }
td.TdClassName
{
border-color: #C6AECC;
}
.TagClassName
{
border-color: #C6AECC;
}
</style>