Shades of Prelude #C9AECF
Tints of Prelude #C9AECF
RGB
CMYK
RGB Variations
Color information
#C9AECF (or 0xC9AECF) is known color: Prelude. HEX triplet: C9, AE and CF. RGB value is (201,174,207). Sum of RGB (Red+Green+Blue) = 201+174+207=582 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.54% from 582); Green value is 174 (68.36% from 255 or 29.90% from 582); Blue value is 207 (81.25% from 255 or 35.57% from 582); Max value from RGB is 207 - color contains mainly: blue. Hex color #C9AECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AECF is #365130. Grayscale: #B9B9B9. Windows color (decimal): -3559729 or 13610697. OLE color: 13610697.
HSL color Cylindrical-coordinate representation of color #C9AECF: hue angle of 289.09º 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 #C9AECF is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 174 | 207 | - |
| CMYK | 0.03 | 0.16 | 0 | 0.19 |
| HSL | 289.09º | 0.26% | 0.75% | - |
| HSV(B) | 289.09º | 0.16% | 0.81% | - |
| XYZ | 50.49 | 47.19 | 65.48 | - |
| YUV | 185.84 | 139.95 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 174 | 207 | 0.03 | 0.16 | 0 | 0.19 | 289.09 | 0.26 | 0.75 |
| Hex | C9 | AE | CF | 3 | 10 | 0 | 13 | 121 | 1A | 4B |
| Octal | 311 | 256 | 317 | 3 | 20 | 0 | 23 | 441 | 32 | 113 |
| Binary | 11001001 | 10101110 | 11001111 | 11 | 10000 | 0 | 10011 | 100100001 | 11010 | 1001011 |
Color Harmonies of #C9AECF
Complementary color
Monochromatic Colors of #C9AECF
Black with #C9AECF
Text Example
Text Example
White with #C9AECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AECF; }
p { color: rgb(201,174,207); }
H1.HeaderClassName
{
color: #C9AECF;
}
.AnyTagClassName
{
color: #C9AECF;
}
</style>
background-color css
<style>
a { background-color: #C9AECF; }
a { background-color: rgb(201,174,207); }
div.DivClassName
{
background-color: #C9AECF;
}
.BgClassName
{
background-color: #C9AECF;
}
</style>
border-color css
<style>
span { border-color: #C9AECF; }
span { border-color: rgb(201,174,207); }
td.TdClassName
{
border-color: #C9AECF;
}
.TagClassName
{
border-color: #C9AECF;
}
</style>