Shades of Prelude #C9AFCD
Tints of Prelude #C9AFCD
RGB
CMYK
RGB Variations
Color information
#C9AFCD (or 0xC9AFCD) is known color: Prelude. HEX triplet: C9, AF and CD. RGB value is (201,175,205). Sum of RGB (Red+Green+Blue) = 201+175+205=581 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.60% from 581); Green value is 175 (68.75% from 255 or 30.12% from 581); Blue value is 205 (80.47% from 255 or 35.28% from 581); Max value from RGB is 205 - color contains mainly: blue. Hex color #C9AFCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AFCD is #365032. Grayscale: #BABABA. Windows color (decimal): -3559475 or 13479881. OLE color: 13479881.
HSL color Cylindrical-coordinate representation of color #C9AFCD: hue angle of 292º 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 #C9AFCD is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 175 | 205 | - |
| CMYK | 0.02 | 0.15 | 0 | 0.20 |
| HSL | 292º | 0.23% | 0.75% | - |
| HSV(B) | 292º | 0.15% | 0.8% | - |
| XYZ | 50.44 | 47.49 | 64.26 | - |
| YUV | 186.19 | 138.61 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 175 | 205 | 0.02 | 0.15 | 0 | 0.20 | 292 | 0.23 | 0.75 |
| Hex | C9 | AF | CD | 2 | F | 0 | 14 | 124 | 17 | 4B |
| Octal | 311 | 257 | 315 | 2 | 17 | 0 | 24 | 444 | 27 | 113 |
| Binary | 11001001 | 10101111 | 11001101 | 10 | 1111 | 0 | 10100 | 100100100 | 10111 | 1001011 |
Color Harmonies of #C9AFCD
Complementary color
Monochromatic Colors of #C9AFCD
Black with #C9AFCD
Text Example
Text Example
White with #C9AFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AFCD; }
p { color: rgb(201,175,205); }
H1.HeaderClassName
{
color: #C9AFCD;
}
.AnyTagClassName
{
color: #C9AFCD;
}
</style>
background-color css
<style>
a { background-color: #C9AFCD; }
a { background-color: rgb(201,175,205); }
div.DivClassName
{
background-color: #C9AFCD;
}
.BgClassName
{
background-color: #C9AFCD;
}
</style>
border-color css
<style>
span { border-color: #C9AFCD; }
span { border-color: rgb(201,175,205); }
td.TdClassName
{
border-color: #C9AFCD;
}
.TagClassName
{
border-color: #C9AFCD;
}
</style>