Shades of Prelude #C9A9D0
Tints of Prelude #C9A9D0
RGB
CMYK
RGB Variations
Color information
#C9A9D0 (or 0xC9A9D0) is known color: Prelude. HEX triplet: C9, A9 and D0. RGB value is (201,169,208). Sum of RGB (Red+Green+Blue) = 201+169+208=578 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.78% from 578); Green value is 169 (66.41% from 255 or 29.24% from 578); Blue value is 208 (81.64% from 255 or 35.99% from 578); Max value from RGB is 208 - color contains mainly: blue. Hex color #C9A9D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A9D0 is #36562F. Grayscale: #B6B6B6. Windows color (decimal): -3561008 or 13674953. OLE color: 13674953.
HSL color Cylindrical-coordinate representation of color #C9A9D0: hue angle of 289.23º degrees, saturation: 0.29, 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 #C9A9D0 is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 169 | 208 | - |
| CMYK | 0.03 | 0.19 | 0 | 0.18 |
| HSL | 289.23º | 0.29% | 0.74% | - |
| HSV(B) | 289.23º | 0.19% | 0.82% | - |
| XYZ | 49.66 | 45.35 | 65.81 | - |
| YUV | 183.01 | 142.1 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 169 | 208 | 0.03 | 0.19 | 0 | 0.18 | 289.23 | 0.29 | 0.74 |
| Hex | C9 | A9 | D0 | 3 | 13 | 0 | 12 | 121 | 1D | 4A |
| Octal | 311 | 251 | 320 | 3 | 23 | 0 | 22 | 441 | 35 | 112 |
| Binary | 11001001 | 10101001 | 11010000 | 11 | 10011 | 0 | 10010 | 100100001 | 11101 | 1001010 |
Color Harmonies of #C9A9D0
Complementary color
Monochromatic Colors of #C9A9D0
Black with #C9A9D0
Text Example
Text Example
White with #C9A9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A9D0; }
p { color: rgb(201,169,208); }
H1.HeaderClassName
{
color: #C9A9D0;
}
.AnyTagClassName
{
color: #C9A9D0;
}
</style>
background-color css
<style>
a { background-color: #C9A9D0; }
a { background-color: rgb(201,169,208); }
div.DivClassName
{
background-color: #C9A9D0;
}
.BgClassName
{
background-color: #C9A9D0;
}
</style>
border-color css
<style>
span { border-color: #C9A9D0; }
span { border-color: rgb(201,169,208); }
td.TdClassName
{
border-color: #C9A9D0;
}
.TagClassName
{
border-color: #C9A9D0;
}
</style>