Shades of Prelude #C6AAD5
Tints of Prelude #C6AAD5
RGB
CMYK
RGB Variations
Color information
#C6AAD5 (or 0xC6AAD5) is known color: Prelude. HEX triplet: C6, AA and D5. RGB value is (198,170,213). Sum of RGB (Red+Green+Blue) = 198+170+213=581 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.08% from 581); Green value is 170 (66.80% from 255 or 29.26% from 581); Blue value is 213 (83.59% from 255 or 36.66% from 581); Max value from RGB is 213 - color contains mainly: blue. Hex color #C6AAD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6AAD5 is #39552A. Grayscale: #B7B7B7. Windows color (decimal): -3757355 or 14002886. OLE color: 14002886.
HSL color Cylindrical-coordinate representation of color #C6AAD5: hue angle of 279.07º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C6AAD5 is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 170 | 213 | - |
| CMYK | 0.07 | 0.20 | 0 | 0.16 |
| HSL | 279.07º | 0.34% | 0.75% | - |
| HSV(B) | 279.07º | 0.2% | 0.84% | - |
| XYZ | 49.67 | 45.56 | 69.13 | - |
| YUV | 183.27 | 144.78 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 170 | 213 | 0.07 | 0.20 | 0 | 0.16 | 279.07 | 0.34 | 0.75 |
| Hex | C6 | AA | D5 | 7 | 14 | 0 | 10 | 117 | 22 | 4B |
| Octal | 306 | 252 | 325 | 7 | 24 | 0 | 20 | 427 | 42 | 113 |
| Binary | 11000110 | 10101010 | 11010101 | 111 | 10100 | 0 | 10000 | 100010111 | 100010 | 1001011 |
Color Harmonies of #C6AAD5
Complementary color
Monochromatic Colors of #C6AAD5
Black with #C6AAD5
Text Example
Text Example
White with #C6AAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AAD5; }
p { color: rgb(198,170,213); }
H1.HeaderClassName
{
color: #C6AAD5;
}
.AnyTagClassName
{
color: #C6AAD5;
}
</style>
background-color css
<style>
a { background-color: #C6AAD5; }
a { background-color: rgb(198,170,213); }
div.DivClassName
{
background-color: #C6AAD5;
}
.BgClassName
{
background-color: #C6AAD5;
}
</style>
border-color css
<style>
span { border-color: #C6AAD5; }
span { border-color: rgb(198,170,213); }
td.TdClassName
{
border-color: #C6AAD5;
}
.TagClassName
{
border-color: #C6AAD5;
}
</style>