Shades of Prelude #C9AAD1
Tints of Prelude #C9AAD1
RGB
CMYK
RGB Variations
Color information
#C9AAD1 (or 0xC9AAD1) is known color: Prelude. HEX triplet: C9, AA and D1. RGB value is (201,170,209). Sum of RGB (Red+Green+Blue) = 201+170+209=580 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.66% from 580); Green value is 170 (66.80% from 255 or 29.31% from 580); Blue value is 209 (82.03% from 255 or 36.03% from 580); Max value from RGB is 209 - color contains mainly: blue. Hex color #C9AAD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AAD1 is #36552E. Grayscale: #B7B7B7. Windows color (decimal): -3560751 or 13740745. OLE color: 13740745.
HSL color Cylindrical-coordinate representation of color #C9AAD1: hue angle of 287.69º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C9AAD1 is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 170 | 209 | - |
| CMYK | 0.04 | 0.19 | 0 | 0.18 |
| HSL | 287.69º | 0.3% | 0.74% | - |
| HSV(B) | 287.69º | 0.19% | 0.82% | - |
| XYZ | 49.97 | 45.77 | 66.52 | - |
| YUV | 183.72 | 142.27 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 170 | 209 | 0.04 | 0.19 | 0 | 0.18 | 287.69 | 0.3 | 0.74 |
| Hex | C9 | AA | D1 | 4 | 13 | 0 | 12 | 120 | 1E | 4A |
| Octal | 311 | 252 | 321 | 4 | 23 | 0 | 22 | 440 | 36 | 112 |
| Binary | 11001001 | 10101010 | 11010001 | 100 | 10011 | 0 | 10010 | 100100000 | 11110 | 1001010 |
Color Harmonies of #C9AAD1
Complementary color
Monochromatic Colors of #C9AAD1
Black with #C9AAD1
Text Example
Text Example
White with #C9AAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AAD1; }
p { color: rgb(201,170,209); }
H1.HeaderClassName
{
color: #C9AAD1;
}
.AnyTagClassName
{
color: #C9AAD1;
}
</style>
background-color css
<style>
a { background-color: #C9AAD1; }
a { background-color: rgb(201,170,209); }
div.DivClassName
{
background-color: #C9AAD1;
}
.BgClassName
{
background-color: #C9AAD1;
}
</style>
border-color css
<style>
span { border-color: #C9AAD1; }
span { border-color: rgb(201,170,209); }
td.TdClassName
{
border-color: #C9AAD1;
}
.TagClassName
{
border-color: #C9AAD1;
}
</style>