Shades of Prelude #C6AED2
Tints of Prelude #C6AED2
RGB
CMYK
RGB Variations
Color information
#C6AED2 (or 0xC6AED2) is known color: Prelude. HEX triplet: C6, AE and D2. RGB value is (198,174,210). Sum of RGB (Red+Green+Blue) = 198+174+210=582 (77% of max value = 765). Red value is 198 (77.73% from 255 or 34.02% from 582); Green value is 174 (68.36% from 255 or 29.90% from 582); Blue value is 210 (82.42% from 255 or 36.08% from 582); Max value from RGB is 210 - color contains mainly: blue. Hex color #C6AED2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6AED2 is #39512D. Grayscale: #B9B9B9. Windows color (decimal): -3756334 or 13807302. OLE color: 13807302.
HSL color Cylindrical-coordinate representation of color #C6AED2: hue angle of 280º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C6AED2 is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 174 | 210 | - |
| CMYK | 0.06 | 0.17 | 0 | 0.18 |
| HSL | 280º | 0.29% | 0.75% | - |
| HSV(B) | 280º | 0.17% | 0.82% | - |
| XYZ | 50.06 | 46.93 | 67.39 | - |
| YUV | 185.28 | 141.95 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 174 | 210 | 0.06 | 0.17 | 0 | 0.18 | 280 | 0.29 | 0.75 |
| Hex | C6 | AE | D2 | 6 | 11 | 0 | 12 | 118 | 1D | 4B |
| Octal | 306 | 256 | 322 | 6 | 21 | 0 | 22 | 430 | 35 | 113 |
| Binary | 11000110 | 10101110 | 11010010 | 110 | 10001 | 0 | 10010 | 100011000 | 11101 | 1001011 |
Color Harmonies of #C6AED2
Complementary color
Monochromatic Colors of #C6AED2
Black with #C6AED2
Text Example
Text Example
White with #C6AED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AED2; }
p { color: rgb(198,174,210); }
H1.HeaderClassName
{
color: #C6AED2;
}
.AnyTagClassName
{
color: #C6AED2;
}
</style>
background-color css
<style>
a { background-color: #C6AED2; }
a { background-color: rgb(198,174,210); }
div.DivClassName
{
background-color: #C6AED2;
}
.BgClassName
{
background-color: #C6AED2;
}
</style>
border-color css
<style>
span { border-color: #C6AED2; }
span { border-color: rgb(198,174,210); }
td.TdClassName
{
border-color: #C6AED2;
}
.TagClassName
{
border-color: #C6AED2;
}
</style>