Shades of Prelude #C6AED0
Tints of Prelude #C6AED0
RGB
CMYK
RGB Variations
Color information
#C6AED0 (or 0xC6AED0) is known color: Prelude. HEX triplet: C6, AE and D0. RGB value is (198,174,208). Sum of RGB (Red+Green+Blue) = 198+174+208=580 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.14% from 580); Green value is 174 (68.36% from 255 or 30% from 580); Blue value is 208 (81.64% from 255 or 35.86% from 580); Max value from RGB is 208 - color contains mainly: blue. Hex color #C6AED0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6AED0 is #39512F. Grayscale: #B8B8B8. Windows color (decimal): -3756336 or 13676230. OLE color: 13676230.
HSL color Cylindrical-coordinate representation of color #C6AED0: hue angle of 282.35º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C6AED0 is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 174 | 208 | - |
| CMYK | 0.05 | 0.16 | 0 | 0.18 |
| HSL | 282.35º | 0.27% | 0.75% | - |
| HSV(B) | 282.35º | 0.16% | 0.82% | - |
| XYZ | 49.81 | 46.83 | 66.09 | - |
| YUV | 185.05 | 140.95 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 174 | 208 | 0.05 | 0.16 | 0 | 0.18 | 282.35 | 0.27 | 0.75 |
| Hex | C6 | AE | D0 | 5 | 10 | 0 | 12 | 11A | 1B | 4B |
| Octal | 306 | 256 | 320 | 5 | 20 | 0 | 22 | 432 | 33 | 113 |
| Binary | 11000110 | 10101110 | 11010000 | 101 | 10000 | 0 | 10010 | 100011010 | 11011 | 1001011 |
Color Harmonies of #C6AED0
Complementary color
Monochromatic Colors of #C6AED0
Black with #C6AED0
Text Example
Text Example
White with #C6AED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AED0; }
p { color: rgb(198,174,208); }
H1.HeaderClassName
{
color: #C6AED0;
}
.AnyTagClassName
{
color: #C6AED0;
}
</style>
background-color css
<style>
a { background-color: #C6AED0; }
a { background-color: rgb(198,174,208); }
div.DivClassName
{
background-color: #C6AED0;
}
.BgClassName
{
background-color: #C6AED0;
}
</style>
border-color css
<style>
span { border-color: #C6AED0; }
span { border-color: rgb(198,174,208); }
td.TdClassName
{
border-color: #C6AED0;
}
.TagClassName
{
border-color: #C6AED0;
}
</style>