Shades of Prelude #C6AFCD
Tints of Prelude #C6AFCD
RGB
CMYK
RGB Variations
Color information
#C6AFCD (or 0xC6AFCD) is known color: Prelude. HEX triplet: C6, AF and CD. RGB value is (198,175,205). Sum of RGB (Red+Green+Blue) = 198+175+205=578 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.26% from 578); Green value is 175 (68.75% from 255 or 30.28% from 578); Blue value is 205 (80.47% from 255 or 35.47% from 578); Max value from RGB is 205 - color contains mainly: blue. Hex color #C6AFCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6AFCD is #395032. Grayscale: #B9B9B9. Windows color (decimal): -3756083 or 13479878. OLE color: 13479878.
HSL color Cylindrical-coordinate representation of color #C6AFCD: hue angle of 286º 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 #C6AFCD is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 175 | 205 | - |
| CMYK | 0.03 | 0.15 | 0 | 0.20 |
| HSL | 286º | 0.23% | 0.75% | - |
| HSV(B) | 286º | 0.15% | 0.8% | - |
| XYZ | 49.64 | 47.07 | 64.23 | - |
| YUV | 185.3 | 139.12 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 175 | 205 | 0.03 | 0.15 | 0 | 0.20 | 286 | 0.23 | 0.75 |
| Hex | C6 | AF | CD | 3 | F | 0 | 14 | 11E | 17 | 4B |
| Octal | 306 | 257 | 315 | 3 | 17 | 0 | 24 | 436 | 27 | 113 |
| Binary | 11000110 | 10101111 | 11001101 | 11 | 1111 | 0 | 10100 | 100011110 | 10111 | 1001011 |
Color Harmonies of #C6AFCD
Complementary color
Monochromatic Colors of #C6AFCD
Black with #C6AFCD
Text Example
Text Example
White with #C6AFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AFCD; }
p { color: rgb(198,175,205); }
H1.HeaderClassName
{
color: #C6AFCD;
}
.AnyTagClassName
{
color: #C6AFCD;
}
</style>
background-color css
<style>
a { background-color: #C6AFCD; }
a { background-color: rgb(198,175,205); }
div.DivClassName
{
background-color: #C6AFCD;
}
.BgClassName
{
background-color: #C6AFCD;
}
</style>
border-color css
<style>
span { border-color: #C6AFCD; }
span { border-color: rgb(198,175,205); }
td.TdClassName
{
border-color: #C6AFCD;
}
.TagClassName
{
border-color: #C6AFCD;
}
</style>