Shades of Prelude #C6AAD3
Tints of Prelude #C6AAD3
RGB
CMYK
RGB Variations
Color information
#C6AAD3 (or 0xC6AAD3) is known color: Prelude. HEX triplet: C6, AA and D3. RGB value is (198,170,211). Sum of RGB (Red+Green+Blue) = 198+170+211=579 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.20% from 579); Green value is 170 (66.80% from 255 or 29.36% from 579); Blue value is 211 (82.81% from 255 or 36.44% from 579); Max value from RGB is 211 - color contains mainly: blue. Hex color #C6AAD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6AAD3 is #39552C. Grayscale: #B6B6B6. Windows color (decimal): -3757357 or 13871814. OLE color: 13871814.
HSL color Cylindrical-coordinate representation of color #C6AAD3: hue angle of 280.98º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C6AAD3 is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 198 | 170 | 211 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.17 |
| HSL | 280.98º | 0.32% | 0.75% | - |
| HSV(B) | 280.98º | 0.19% | 0.83% | - |
| XYZ | 49.42 | 45.46 | 67.8 | - |
| YUV | 183.05 | 143.78 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 170 | 211 | 0.06 | 0.19 | 0 | 0.17 | 280.98 | 0.32 | 0.75 |
| Hex | C6 | AA | D3 | 6 | 13 | 0 | 11 | 119 | 20 | 4B |
| Octal | 306 | 252 | 323 | 6 | 23 | 0 | 21 | 431 | 40 | 113 |
| Binary | 11000110 | 10101010 | 11010011 | 110 | 10011 | 0 | 10001 | 100011001 | 100000 | 1001011 |
Color Harmonies of #C6AAD3
Complementary color
Monochromatic Colors of #C6AAD3
Black with #C6AAD3
Text Example
Text Example
White with #C6AAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AAD3; }
p { color: rgb(198,170,211); }
H1.HeaderClassName
{
color: #C6AAD3;
}
.AnyTagClassName
{
color: #C6AAD3;
}
</style>
background-color css
<style>
a { background-color: #C6AAD3; }
a { background-color: rgb(198,170,211); }
div.DivClassName
{
background-color: #C6AAD3;
}
.BgClassName
{
background-color: #C6AAD3;
}
</style>
border-color css
<style>
span { border-color: #C6AAD3; }
span { border-color: rgb(198,170,211); }
td.TdClassName
{
border-color: #C6AAD3;
}
.TagClassName
{
border-color: #C6AAD3;
}
</style>