Shades of Prelude #C9AFD3
Tints of Prelude #C9AFD3
RGB
CMYK
RGB Variations
Color information
#C9AFD3 (or 0xC9AFD3) is known color: Prelude. HEX triplet: C9, AF and D3. RGB value is (201,175,211). Sum of RGB (Red+Green+Blue) = 201+175+211=587 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.24% from 587); Green value is 175 (68.75% from 255 or 29.81% from 587); Blue value is 211 (82.81% from 255 or 35.95% from 587); Max value from RGB is 211 - color contains mainly: blue. Hex color #C9AFD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AFD3 is #36502C. Grayscale: #BABABA. Windows color (decimal): -3559469 or 13873097. OLE color: 13873097.
HSL color Cylindrical-coordinate representation of color #C9AFD3: hue angle of 283.33º degrees, saturation: 0.29, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C9AFD3 is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 201 | 175 | 211 | - |
| CMYK | 0.05 | 0.17 | 0 | 0.17 |
| HSL | 283.33º | 0.29% | 0.76% | - |
| HSV(B) | 283.33º | 0.17% | 0.83% | - |
| XYZ | 51.18 | 47.78 | 68.15 | - |
| YUV | 186.88 | 141.61 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 175 | 211 | 0.05 | 0.17 | 0 | 0.17 | 283.33 | 0.29 | 0.76 |
| Hex | C9 | AF | D3 | 5 | 11 | 0 | 11 | 11B | 1D | 4C |
| Octal | 311 | 257 | 323 | 5 | 21 | 0 | 21 | 433 | 35 | 114 |
| Binary | 11001001 | 10101111 | 11010011 | 101 | 10001 | 0 | 10001 | 100011011 | 11101 | 1001100 |
Color Harmonies of #C9AFD3
Complementary color
Monochromatic Colors of #C9AFD3
Black with #C9AFD3
Text Example
Text Example
White with #C9AFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AFD3; }
p { color: rgb(201,175,211); }
H1.HeaderClassName
{
color: #C9AFD3;
}
.AnyTagClassName
{
color: #C9AFD3;
}
</style>
background-color css
<style>
a { background-color: #C9AFD3; }
a { background-color: rgb(201,175,211); }
div.DivClassName
{
background-color: #C9AFD3;
}
.BgClassName
{
background-color: #C9AFD3;
}
</style>
border-color css
<style>
span { border-color: #C9AFD3; }
span { border-color: rgb(201,175,211); }
td.TdClassName
{
border-color: #C9AFD3;
}
.TagClassName
{
border-color: #C9AFD3;
}
</style>