Shades of Prelude #C9AED8
Tints of Prelude #C9AED8
RGB
CMYK
RGB Variations
Color information
#C9AED8 (or 0xC9AED8) is known color: Prelude. HEX triplet: C9, AE and D8. RGB value is (201,174,216). Sum of RGB (Red+Green+Blue) = 201+174+216=591 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.01% from 591); Green value is 174 (68.36% from 255 or 29.44% from 591); Blue value is 216 (84.77% from 255 or 36.55% from 591); Max value from RGB is 216 - color contains mainly: blue. Hex color #C9AED8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AED8 is #365127. Grayscale: #BABABA. Windows color (decimal): -3559720 or 14200521. OLE color: 14200521.
HSL color Cylindrical-coordinate representation of color #C9AED8: hue angle of 278.57º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C9AED8 is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 174 | 216 | - |
| CMYK | 0.07 | 0.19 | 0 | 0.15 |
| HSL | 278.57º | 0.35% | 0.76% | - |
| HSV(B) | 278.57º | 0.19% | 0.85% | - |
| XYZ | 51.62 | 47.65 | 71.44 | - |
| YUV | 186.86 | 144.45 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 174 | 216 | 0.07 | 0.19 | 0 | 0.15 | 278.57 | 0.35 | 0.76 |
| Hex | C9 | AE | D8 | 7 | 13 | 0 | F | 117 | 23 | 4C |
| Octal | 311 | 256 | 330 | 7 | 23 | 0 | 17 | 427 | 43 | 114 |
| Binary | 11001001 | 10101110 | 11011000 | 111 | 10011 | 0 | 1111 | 100010111 | 100011 | 1001100 |
Color Harmonies of #C9AED8
Complementary color
Monochromatic Colors of #C9AED8
Black with #C9AED8
Text Example
Text Example
White with #C9AED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AED8; }
p { color: rgb(201,174,216); }
H1.HeaderClassName
{
color: #C9AED8;
}
.AnyTagClassName
{
color: #C9AED8;
}
</style>
background-color css
<style>
a { background-color: #C9AED8; }
a { background-color: rgb(201,174,216); }
div.DivClassName
{
background-color: #C9AED8;
}
.BgClassName
{
background-color: #C9AED8;
}
</style>
border-color css
<style>
span { border-color: #C9AED8; }
span { border-color: rgb(201,174,216); }
td.TdClassName
{
border-color: #C9AED8;
}
.TagClassName
{
border-color: #C9AED8;
}
</style>