Shades of Prelude #C7ACD1
Tints of Prelude #C7ACD1
RGB
CMYK
RGB Variations
Color information
#C7ACD1 (or 0xC7ACD1) is known color: Prelude. HEX triplet: C7, AC and D1. RGB value is (199,172,209). Sum of RGB (Red+Green+Blue) = 199+172+209=580 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.31% from 580); Green value is 172 (67.58% from 255 or 29.66% from 580); Blue value is 209 (82.03% from 255 or 36.03% from 580); Max value from RGB is 209 - color contains mainly: blue. Hex color #C7ACD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7ACD1 is #38532E. Grayscale: #B8B8B8. Windows color (decimal): -3691311 or 13741255. OLE color: 13741255.
HSL color Cylindrical-coordinate representation of color #C7ACD1: hue angle of 283.78º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C7ACD1 is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 172 | 209 | - |
| CMYK | 0.05 | 0.18 | 0 | 0.18 |
| HSL | 283.78º | 0.29% | 0.75% | - |
| HSV(B) | 283.78º | 0.18% | 0.82% | - |
| XYZ | 49.81 | 46.25 | 66.62 | - |
| YUV | 184.29 | 141.95 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 172 | 209 | 0.05 | 0.18 | 0 | 0.18 | 283.78 | 0.29 | 0.75 |
| Hex | C7 | AC | D1 | 5 | 12 | 0 | 12 | 11C | 1D | 4B |
| Octal | 307 | 254 | 321 | 5 | 22 | 0 | 22 | 434 | 35 | 113 |
| Binary | 11000111 | 10101100 | 11010001 | 101 | 10010 | 0 | 10010 | 100011100 | 11101 | 1001011 |
Color Harmonies of #C7ACD1
Complementary color
Monochromatic Colors of #C7ACD1
Black with #C7ACD1
Text Example
Text Example
White with #C7ACD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7ACD1; }
p { color: rgb(199,172,209); }
H1.HeaderClassName
{
color: #C7ACD1;
}
.AnyTagClassName
{
color: #C7ACD1;
}
</style>
background-color css
<style>
a { background-color: #C7ACD1; }
a { background-color: rgb(199,172,209); }
div.DivClassName
{
background-color: #C7ACD1;
}
.BgClassName
{
background-color: #C7ACD1;
}
</style>
border-color css
<style>
span { border-color: #C7ACD1; }
span { border-color: rgb(199,172,209); }
td.TdClassName
{
border-color: #C7ACD1;
}
.TagClassName
{
border-color: #C7ACD1;
}
</style>