Shades of Prelude #C9ADCF
Tints of Prelude #C9ADCF
RGB
CMYK
RGB Variations
Color information
#C9ADCF (or 0xC9ADCF) is known color: Prelude. HEX triplet: C9, AD and CF. RGB value is (201,173,207). Sum of RGB (Red+Green+Blue) = 201+173+207=581 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.60% from 581); Green value is 173 (67.97% from 255 or 29.78% from 581); Blue value is 207 (81.25% from 255 or 35.63% from 581); Max value from RGB is 207 - color contains mainly: blue. Hex color #C9ADCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9ADCF is #365230. Grayscale: #B9B9B9. Windows color (decimal): -3559985 or 13610441. OLE color: 13610441.
HSL color Cylindrical-coordinate representation of color #C9ADCF: hue angle of 289.41º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C9ADCF is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 173 | 207 | - |
| CMYK | 0.03 | 0.16 | 0 | 0.19 |
| HSL | 289.41º | 0.26% | 0.75% | - |
| HSV(B) | 289.41º | 0.16% | 0.81% | - |
| XYZ | 50.29 | 46.81 | 65.42 | - |
| YUV | 185.25 | 140.28 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 173 | 207 | 0.03 | 0.16 | 0 | 0.19 | 289.41 | 0.26 | 0.75 |
| Hex | C9 | AD | CF | 3 | 10 | 0 | 13 | 121 | 1A | 4B |
| Octal | 311 | 255 | 317 | 3 | 20 | 0 | 23 | 441 | 32 | 113 |
| Binary | 11001001 | 10101101 | 11001111 | 11 | 10000 | 0 | 10011 | 100100001 | 11010 | 1001011 |
Color Harmonies of #C9ADCF
Complementary color
Monochromatic Colors of #C9ADCF
Black with #C9ADCF
Text Example
Text Example
White with #C9ADCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9ADCF; }
p { color: rgb(201,173,207); }
H1.HeaderClassName
{
color: #C9ADCF;
}
.AnyTagClassName
{
color: #C9ADCF;
}
</style>
background-color css
<style>
a { background-color: #C9ADCF; }
a { background-color: rgb(201,173,207); }
div.DivClassName
{
background-color: #C9ADCF;
}
.BgClassName
{
background-color: #C9ADCF;
}
</style>
border-color css
<style>
span { border-color: #C9ADCF; }
span { border-color: rgb(201,173,207); }
td.TdClassName
{
border-color: #C9ADCF;
}
.TagClassName
{
border-color: #C9ADCF;
}
</style>