Shades of Prelude #C8AFCD
Tints of Prelude #C8AFCD
RGB
CMYK
RGB Variations
Color information
#C8AFCD (or 0xC8AFCD) is known color: Prelude. HEX triplet: C8, AF and CD. RGB value is (200,175,205). Sum of RGB (Red+Green+Blue) = 200+175+205=580 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.48% from 580); Green value is 175 (68.75% from 255 or 30.17% from 580); Blue value is 205 (80.47% from 255 or 35.34% from 580); Max value from RGB is 205 - color contains mainly: blue. Hex color #C8AFCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AFCD is #375032. Grayscale: #B9B9B9. Windows color (decimal): -3625011 or 13479880. OLE color: 13479880.
HSL color Cylindrical-coordinate representation of color #C8AFCD: hue angle of 290º 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 #C8AFCD is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 175 | 205 | - |
| CMYK | 0.02 | 0.15 | 0 | 0.20 |
| HSL | 290º | 0.23% | 0.75% | - |
| HSV(B) | 290º | 0.15% | 0.8% | - |
| XYZ | 50.17 | 47.35 | 64.25 | - |
| YUV | 185.9 | 138.78 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 175 | 205 | 0.02 | 0.15 | 0 | 0.20 | 290 | 0.23 | 0.75 |
| Hex | C8 | AF | CD | 2 | F | 0 | 14 | 122 | 17 | 4B |
| Octal | 310 | 257 | 315 | 2 | 17 | 0 | 24 | 442 | 27 | 113 |
| Binary | 11001000 | 10101111 | 11001101 | 10 | 1111 | 0 | 10100 | 100100010 | 10111 | 1001011 |
Color Harmonies of #C8AFCD
Complementary color
Monochromatic Colors of #C8AFCD
Black with #C8AFCD
Text Example
Text Example
White with #C8AFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AFCD; }
p { color: rgb(200,175,205); }
H1.HeaderClassName
{
color: #C8AFCD;
}
.AnyTagClassName
{
color: #C8AFCD;
}
</style>
background-color css
<style>
a { background-color: #C8AFCD; }
a { background-color: rgb(200,175,205); }
div.DivClassName
{
background-color: #C8AFCD;
}
.BgClassName
{
background-color: #C8AFCD;
}
</style>
border-color css
<style>
span { border-color: #C8AFCD; }
span { border-color: rgb(200,175,205); }
td.TdClassName
{
border-color: #C8AFCD;
}
.TagClassName
{
border-color: #C8AFCD;
}
</style>