Shades of Prelude #C9AED1
Tints of Prelude #C9AED1
RGB
CMYK
RGB Variations
Color information
#C9AED1 (or 0xC9AED1) is known color: Prelude. HEX triplet: C9, AE and D1. RGB value is (201,174,209). Sum of RGB (Red+Green+Blue) = 201+174+209=584 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.42% from 584); Green value is 174 (68.36% from 255 or 29.79% from 584); Blue value is 209 (82.03% from 255 or 35.79% from 584); Max value from RGB is 209 - color contains mainly: blue. Hex color #C9AED1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AED1 is #36512E. Grayscale: #B9B9B9. Windows color (decimal): -3559727 or 13741769. OLE color: 13741769.
HSL color Cylindrical-coordinate representation of color #C9AED1: hue angle of 286.29º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C9AED1 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 174 | 209 | - |
| CMYK | 0.04 | 0.17 | 0 | 0.18 |
| HSL | 286.29º | 0.28% | 0.75% | - |
| HSV(B) | 286.29º | 0.17% | 0.82% | - |
| XYZ | 50.73 | 47.29 | 66.78 | - |
| YUV | 186.06 | 140.95 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 174 | 209 | 0.04 | 0.17 | 0 | 0.18 | 286.29 | 0.28 | 0.75 |
| Hex | C9 | AE | D1 | 4 | 11 | 0 | 12 | 11E | 1C | 4B |
| Octal | 311 | 256 | 321 | 4 | 21 | 0 | 22 | 436 | 34 | 113 |
| Binary | 11001001 | 10101110 | 11010001 | 100 | 10001 | 0 | 10010 | 100011110 | 11100 | 1001011 |
Color Harmonies of #C9AED1
Complementary color
Monochromatic Colors of #C9AED1
Black with #C9AED1
Text Example
Text Example
White with #C9AED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AED1; }
p { color: rgb(201,174,209); }
H1.HeaderClassName
{
color: #C9AED1;
}
.AnyTagClassName
{
color: #C9AED1;
}
</style>
background-color css
<style>
a { background-color: #C9AED1; }
a { background-color: rgb(201,174,209); }
div.DivClassName
{
background-color: #C9AED1;
}
.BgClassName
{
background-color: #C9AED1;
}
</style>
border-color css
<style>
span { border-color: #C9AED1; }
span { border-color: rgb(201,174,209); }
td.TdClassName
{
border-color: #C9AED1;
}
.TagClassName
{
border-color: #C9AED1;
}
</style>