Shades of Prelude #C6AAD2
Tints of Prelude #C6AAD2
RGB
CMYK
RGB Variations
Color information
#C6AAD2 (or 0xC6AAD2) is known color: Prelude. HEX triplet: C6, AA and D2. RGB value is (198,170,210). Sum of RGB (Red+Green+Blue) = 198+170+210=578 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.26% from 578); Green value is 170 (66.80% from 255 or 29.41% from 578); Blue value is 210 (82.42% from 255 or 36.33% from 578); Max value from RGB is 210 - color contains mainly: blue. Hex color #C6AAD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6AAD2 is #39552D. Grayscale: #B6B6B6. Windows color (decimal): -3757358 or 13806278. OLE color: 13806278.
HSL color Cylindrical-coordinate representation of color #C6AAD2: hue angle of 282º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C6AAD2 is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 170 | 210 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.18 |
| HSL | 282º | 0.31% | 0.75% | - |
| HSV(B) | 282º | 0.19% | 0.82% | - |
| XYZ | 49.3 | 45.41 | 67.14 | - |
| YUV | 182.93 | 143.28 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 170 | 210 | 0.06 | 0.19 | 0 | 0.18 | 282 | 0.31 | 0.75 |
| Hex | C6 | AA | D2 | 6 | 13 | 0 | 12 | 11A | 1F | 4B |
| Octal | 306 | 252 | 322 | 6 | 23 | 0 | 22 | 432 | 37 | 113 |
| Binary | 11000110 | 10101010 | 11010010 | 110 | 10011 | 0 | 10010 | 100011010 | 11111 | 1001011 |
Color Harmonies of #C6AAD2
Complementary color
Monochromatic Colors of #C6AAD2
Black with #C6AAD2
Text Example
Text Example
White with #C6AAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AAD2; }
p { color: rgb(198,170,210); }
H1.HeaderClassName
{
color: #C6AAD2;
}
.AnyTagClassName
{
color: #C6AAD2;
}
</style>
background-color css
<style>
a { background-color: #C6AAD2; }
a { background-color: rgb(198,170,210); }
div.DivClassName
{
background-color: #C6AAD2;
}
.BgClassName
{
background-color: #C6AAD2;
}
</style>
border-color css
<style>
span { border-color: #C6AAD2; }
span { border-color: rgb(198,170,210); }
td.TdClassName
{
border-color: #C6AAD2;
}
.TagClassName
{
border-color: #C6AAD2;
}
</style>