Shades of Prelude #C6AED5
Tints of Prelude #C6AED5
RGB
CMYK
RGB Variations
Color information
#C6AED5 (or 0xC6AED5) is known color: Prelude. HEX triplet: C6, AE and D5. RGB value is (198,174,213). Sum of RGB (Red+Green+Blue) = 198+174+213=585 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.85% from 585); Green value is 174 (68.36% from 255 or 29.74% from 585); Blue value is 213 (83.59% from 255 or 36.41% from 585); Max value from RGB is 213 - color contains mainly: blue. Hex color #C6AED5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6AED5 is #39512A. Grayscale: #B9B9B9. Windows color (decimal): -3756331 or 14003910. OLE color: 14003910.
HSL color Cylindrical-coordinate representation of color #C6AED5: hue angle of 276.92º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C6AED5 is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 174 | 213 | - |
| CMYK | 0.07 | 0.18 | 0 | 0.16 |
| HSL | 276.92º | 0.32% | 0.76% | - |
| HSV(B) | 276.92º | 0.18% | 0.84% | - |
| XYZ | 50.43 | 47.08 | 69.38 | - |
| YUV | 185.62 | 143.45 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 174 | 213 | 0.07 | 0.18 | 0 | 0.16 | 276.92 | 0.32 | 0.76 |
| Hex | C6 | AE | D5 | 7 | 12 | 0 | 10 | 115 | 20 | 4C |
| Octal | 306 | 256 | 325 | 7 | 22 | 0 | 20 | 425 | 40 | 114 |
| Binary | 11000110 | 10101110 | 11010101 | 111 | 10010 | 0 | 10000 | 100010101 | 100000 | 1001100 |
Color Harmonies of #C6AED5
Complementary color
Monochromatic Colors of #C6AED5
Black with #C6AED5
Text Example
Text Example
White with #C6AED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AED5; }
p { color: rgb(198,174,213); }
H1.HeaderClassName
{
color: #C6AED5;
}
.AnyTagClassName
{
color: #C6AED5;
}
</style>
background-color css
<style>
a { background-color: #C6AED5; }
a { background-color: rgb(198,174,213); }
div.DivClassName
{
background-color: #C6AED5;
}
.BgClassName
{
background-color: #C6AED5;
}
</style>
border-color css
<style>
span { border-color: #C6AED5; }
span { border-color: rgb(198,174,213); }
td.TdClassName
{
border-color: #C6AED5;
}
.TagClassName
{
border-color: #C6AED5;
}
</style>