Shades of Prelude #C7AFCD
Tints of Prelude #C7AFCD
RGB
CMYK
RGB Variations
Color information
#C7AFCD (or 0xC7AFCD) is known color: Prelude. HEX triplet: C7, AF and CD. RGB value is (199,175,205). Sum of RGB (Red+Green+Blue) = 199+175+205=579 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.37% from 579); Green value is 175 (68.75% from 255 or 30.22% from 579); Blue value is 205 (80.47% from 255 or 35.41% from 579); Max value from RGB is 205 - color contains mainly: blue. Hex color #C7AFCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AFCD is #385032. Grayscale: #B9B9B9. Windows color (decimal): -3690547 or 13479879. OLE color: 13479879.
HSL color Cylindrical-coordinate representation of color #C7AFCD: hue angle of 288º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C7AFCD is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 175 | 205 | - |
| CMYK | 0.03 | 0.15 | 0 | 0.20 |
| HSL | 288º | 0.23% | 0.75% | - |
| HSV(B) | 288º | 0.15% | 0.8% | - |
| XYZ | 49.9 | 47.21 | 64.24 | - |
| YUV | 185.6 | 138.95 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 175 | 205 | 0.03 | 0.15 | 0 | 0.20 | 288 | 0.23 | 0.75 |
| Hex | C7 | AF | CD | 3 | F | 0 | 14 | 120 | 17 | 4B |
| Octal | 307 | 257 | 315 | 3 | 17 | 0 | 24 | 440 | 27 | 113 |
| Binary | 11000111 | 10101111 | 11001101 | 11 | 1111 | 0 | 10100 | 100100000 | 10111 | 1001011 |
Color Harmonies of #C7AFCD
Complementary color
Monochromatic Colors of #C7AFCD
Black with #C7AFCD
Text Example
Text Example
White with #C7AFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AFCD; }
p { color: rgb(199,175,205); }
H1.HeaderClassName
{
color: #C7AFCD;
}
.AnyTagClassName
{
color: #C7AFCD;
}
</style>
background-color css
<style>
a { background-color: #C7AFCD; }
a { background-color: rgb(199,175,205); }
div.DivClassName
{
background-color: #C7AFCD;
}
.BgClassName
{
background-color: #C7AFCD;
}
</style>
border-color css
<style>
span { border-color: #C7AFCD; }
span { border-color: rgb(199,175,205); }
td.TdClassName
{
border-color: #C7AFCD;
}
.TagClassName
{
border-color: #C7AFCD;
}
</style>