Shades of Prelude #C8AFCC
Tints of Prelude #C8AFCC
RGB
CMYK
RGB Variations
Color information
#C8AFCC (or 0xC8AFCC) is known color: Prelude. HEX triplet: C8, AF and CC. RGB value is (200,175,204). Sum of RGB (Red+Green+Blue) = 200+175+204=579 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.54% from 579); Green value is 175 (68.75% from 255 or 30.22% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 204 - color contains mainly: blue. Hex color #C8AFCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AFCC is #375033. Grayscale: #B9B9B9. Windows color (decimal): -3625012 or 13414344. OLE color: 13414344.
HSL color Cylindrical-coordinate representation of color #C8AFCC: hue angle of 291.72º 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 #C8AFCC is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 175 | 204 | - |
| CMYK | 0.02 | 0.14 | 0 | 0.2 |
| HSL | 291.72º | 0.22% | 0.74% | - |
| HSV(B) | 291.72º | 0.14% | 0.8% | - |
| XYZ | 50.05 | 47.3 | 63.62 | - |
| YUV | 185.78 | 138.28 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 175 | 204 | 0.02 | 0.14 | 0 | 0.2 | 291.72 | 0.22 | 0.74 |
| Hex | C8 | AF | CC | 2 | E | 0 | 14 | 124 | 16 | 4A |
| Octal | 310 | 257 | 314 | 2 | 16 | 0 | 24 | 444 | 26 | 112 |
| Binary | 11001000 | 10101111 | 11001100 | 10 | 1110 | 0 | 10100 | 100100100 | 10110 | 1001010 |
Color Harmonies of #C8AFCC
Complementary color
Monochromatic Colors of #C8AFCC
Black with #C8AFCC
Text Example
Text Example
White with #C8AFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AFCC; }
p { color: rgb(200,175,204); }
H1.HeaderClassName
{
color: #C8AFCC;
}
.AnyTagClassName
{
color: #C8AFCC;
}
</style>
background-color css
<style>
a { background-color: #C8AFCC; }
a { background-color: rgb(200,175,204); }
div.DivClassName
{
background-color: #C8AFCC;
}
.BgClassName
{
background-color: #C8AFCC;
}
</style>
border-color css
<style>
span { border-color: #C8AFCC; }
span { border-color: rgb(200,175,204); }
td.TdClassName
{
border-color: #C8AFCC;
}
.TagClassName
{
border-color: #C8AFCC;
}
</style>