Shades of Prelude #C7AACD
Tints of Prelude #C7AACD
RGB
CMYK
RGB Variations
Color information
#C7AACD (or 0xC7AACD) is known color: Prelude. HEX triplet: C7, AA and CD. RGB value is (199,170,205). Sum of RGB (Red+Green+Blue) = 199+170+205=574 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.67% from 574); Green value is 170 (66.80% from 255 or 29.62% from 574); Blue value is 205 (80.47% from 255 or 35.71% from 574); Max value from RGB is 205 - color contains mainly: blue. Hex color #C7AACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AACD is #385532. Grayscale: #B6B6B6. Windows color (decimal): -3691827 or 13478599. OLE color: 13478599.
HSL color Cylindrical-coordinate representation of color #C7AACD: hue angle of 289.71º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C7AACD is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 170 | 205 | - |
| CMYK | 0.03 | 0.17 | 0 | 0.20 |
| HSL | 289.71º | 0.26% | 0.74% | - |
| HSV(B) | 289.71º | 0.17% | 0.8% | - |
| XYZ | 48.95 | 45.3 | 63.92 | - |
| YUV | 182.66 | 140.61 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 170 | 205 | 0.03 | 0.17 | 0 | 0.20 | 289.71 | 0.26 | 0.74 |
| Hex | C7 | AA | CD | 3 | 11 | 0 | 14 | 122 | 1A | 4A |
| Octal | 307 | 252 | 315 | 3 | 21 | 0 | 24 | 442 | 32 | 112 |
| Binary | 11000111 | 10101010 | 11001101 | 11 | 10001 | 0 | 10100 | 100100010 | 11010 | 1001010 |
Color Harmonies of #C7AACD
Complementary color
Monochromatic Colors of #C7AACD
Black with #C7AACD
Text Example
Text Example
White with #C7AACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AACD; }
p { color: rgb(199,170,205); }
H1.HeaderClassName
{
color: #C7AACD;
}
.AnyTagClassName
{
color: #C7AACD;
}
</style>
background-color css
<style>
a { background-color: #C7AACD; }
a { background-color: rgb(199,170,205); }
div.DivClassName
{
background-color: #C7AACD;
}
.BgClassName
{
background-color: #C7AACD;
}
</style>
border-color css
<style>
span { border-color: #C7AACD; }
span { border-color: rgb(199,170,205); }
td.TdClassName
{
border-color: #C7AACD;
}
.TagClassName
{
border-color: #C7AACD;
}
</style>