Shades of Prelude #C6AFCF
Tints of Prelude #C6AFCF
RGB
CMYK
RGB Variations
Color information
#C6AFCF (or 0xC6AFCF) is known color: Prelude. HEX triplet: C6, AF and CF. RGB value is (198,175,207). Sum of RGB (Red+Green+Blue) = 198+175+207=580 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.14% from 580); Green value is 175 (68.75% from 255 or 30.17% from 580); Blue value is 207 (81.25% from 255 or 35.69% from 580); Max value from RGB is 207 - color contains mainly: blue. Hex color #C6AFCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6AFCF is #395030. Grayscale: #B9B9B9. Windows color (decimal): -3756081 or 13610950. OLE color: 13610950.
HSL color Cylindrical-coordinate representation of color #C6AFCF: hue angle of 283.12º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C6AFCF is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 175 | 207 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.19 |
| HSL | 283.13º | 0.25% | 0.75% | - |
| HSV(B) | 283.13º | 0.15% | 0.81% | - |
| XYZ | 49.88 | 47.17 | 65.51 | - |
| YUV | 185.53 | 140.12 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 175 | 207 | 0.04 | 0.15 | 0 | 0.19 | 283.13 | 0.25 | 0.75 |
| Hex | C6 | AF | CF | 4 | F | 0 | 13 | 11B | 19 | 4B |
| Octal | 306 | 257 | 317 | 4 | 17 | 0 | 23 | 433 | 31 | 113 |
| Binary | 11000110 | 10101111 | 11001111 | 100 | 1111 | 0 | 10011 | 100011011 | 11001 | 1001011 |
Color Harmonies of #C6AFCF
Complementary color
Monochromatic Colors of #C6AFCF
Black with #C6AFCF
Text Example
Text Example
White with #C6AFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AFCF; }
p { color: rgb(198,175,207); }
H1.HeaderClassName
{
color: #C6AFCF;
}
.AnyTagClassName
{
color: #C6AFCF;
}
</style>
background-color css
<style>
a { background-color: #C6AFCF; }
a { background-color: rgb(198,175,207); }
div.DivClassName
{
background-color: #C6AFCF;
}
.BgClassName
{
background-color: #C6AFCF;
}
</style>
border-color css
<style>
span { border-color: #C6AFCF; }
span { border-color: rgb(198,175,207); }
td.TdClassName
{
border-color: #C6AFCF;
}
.TagClassName
{
border-color: #C6AFCF;
}
</style>