Shades of Prelude #C9AFCF
Tints of Prelude #C9AFCF
RGB
CMYK
RGB Variations
Color information
#C9AFCF (or 0xC9AFCF) is known color: Prelude. HEX triplet: C9, AF and CF. RGB value is (201,175,207). Sum of RGB (Red+Green+Blue) = 201+175+207=583 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.48% from 583); Green value is 175 (68.75% from 255 or 30.02% from 583); Blue value is 207 (81.25% from 255 or 35.51% from 583); Max value from RGB is 207 - color contains mainly: blue. Hex color #C9AFCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AFCF is #365030. Grayscale: #BABABA. Windows color (decimal): -3559473 or 13610953. OLE color: 13610953.
HSL color Cylindrical-coordinate representation of color #C9AFCF: hue angle of 288.75º 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 #C9AFCF is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 175 | 207 | - |
| CMYK | 0.03 | 0.15 | 0 | 0.19 |
| HSL | 288.75º | 0.25% | 0.75% | - |
| HSV(B) | 288.75º | 0.15% | 0.81% | - |
| XYZ | 50.68 | 47.58 | 65.54 | - |
| YUV | 186.42 | 139.61 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 175 | 207 | 0.03 | 0.15 | 0 | 0.19 | 288.75 | 0.25 | 0.75 |
| Hex | C9 | AF | CF | 3 | F | 0 | 13 | 121 | 19 | 4B |
| Octal | 311 | 257 | 317 | 3 | 17 | 0 | 23 | 441 | 31 | 113 |
| Binary | 11001001 | 10101111 | 11001111 | 11 | 1111 | 0 | 10011 | 100100001 | 11001 | 1001011 |
Color Harmonies of #C9AFCF
Complementary color
Monochromatic Colors of #C9AFCF
Black with #C9AFCF
Text Example
Text Example
White with #C9AFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AFCF; }
p { color: rgb(201,175,207); }
H1.HeaderClassName
{
color: #C9AFCF;
}
.AnyTagClassName
{
color: #C9AFCF;
}
</style>
background-color css
<style>
a { background-color: #C9AFCF; }
a { background-color: rgb(201,175,207); }
div.DivClassName
{
background-color: #C9AFCF;
}
.BgClassName
{
background-color: #C9AFCF;
}
</style>
border-color css
<style>
span { border-color: #C9AFCF; }
span { border-color: rgb(201,175,207); }
td.TdClassName
{
border-color: #C9AFCF;
}
.TagClassName
{
border-color: #C9AFCF;
}
</style>