Shades of Prelude #C7AFCC
Tints of Prelude #C7AFCC
RGB
CMYK
RGB Variations
Color information
#C7AFCC (or 0xC7AFCC) is known color: Prelude. HEX triplet: C7, AF and CC. RGB value is (199,175,204). Sum of RGB (Red+Green+Blue) = 199+175+204=578 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.43% from 578); Green value is 175 (68.75% from 255 or 30.28% from 578); Blue value is 204 (80.08% from 255 or 35.29% from 578); Max value from RGB is 204 - color contains mainly: blue. Hex color #C7AFCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AFCC is #385033. Grayscale: #B9B9B9. Windows color (decimal): -3690548 or 13414343. OLE color: 13414343.
HSL color Cylindrical-coordinate representation of color #C7AFCC: hue angle of 289.66º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C7AFCC is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 199 | 175 | 204 | - |
| CMYK | 0.02 | 0.14 | 0 | 0.2 |
| HSL | 289.66º | 0.22% | 0.74% | - |
| HSV(B) | 289.66º | 0.14% | 0.8% | - |
| XYZ | 49.78 | 47.16 | 63.61 | - |
| YUV | 185.48 | 138.45 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 175 | 204 | 0.02 | 0.14 | 0 | 0.2 | 289.66 | 0.22 | 0.74 |
| Hex | C7 | AF | CC | 2 | E | 0 | 14 | 122 | 16 | 4A |
| Octal | 307 | 257 | 314 | 2 | 16 | 0 | 24 | 442 | 26 | 112 |
| Binary | 11000111 | 10101111 | 11001100 | 10 | 1110 | 0 | 10100 | 100100010 | 10110 | 1001010 |
Color Harmonies of #C7AFCC
Complementary color
Monochromatic Colors of #C7AFCC
Black with #C7AFCC
Text Example
Text Example
White with #C7AFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AFCC; }
p { color: rgb(199,175,204); }
H1.HeaderClassName
{
color: #C7AFCC;
}
.AnyTagClassName
{
color: #C7AFCC;
}
</style>
background-color css
<style>
a { background-color: #C7AFCC; }
a { background-color: rgb(199,175,204); }
div.DivClassName
{
background-color: #C7AFCC;
}
.BgClassName
{
background-color: #C7AFCC;
}
</style>
border-color css
<style>
span { border-color: #C7AFCC; }
span { border-color: rgb(199,175,204); }
td.TdClassName
{
border-color: #C7AFCC;
}
.TagClassName
{
border-color: #C7AFCC;
}
</style>