Shades of Prelude #C9AED7
Tints of Prelude #C9AED7
RGB
CMYK
RGB Variations
Color information
#C9AED7 (or 0xC9AED7) is known color: Prelude. HEX triplet: C9, AE and D7. RGB value is (201,174,215). Sum of RGB (Red+Green+Blue) = 201+174+215=590 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.07% from 590); Green value is 174 (68.36% from 255 or 29.49% from 590); Blue value is 215 (84.38% from 255 or 36.44% from 590); Max value from RGB is 215 - color contains mainly: blue. Hex color #C9AED7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AED7 is #365128. Grayscale: #BABABA. Windows color (decimal): -3559721 or 14134985. OLE color: 14134985.
HSL color Cylindrical-coordinate representation of color #C9AED7: hue angle of 279.51º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C9AED7 is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 201 | 174 | 215 | - |
CMYK | 0.07 | 0.19 | 0 | 0.16 |
HSL | 279.51º | 0.34% | 0.76% | - |
HSV(B) | 279.51º | 0.19% | 0.84% | - |
XYZ | 51.49 | 47.6 | 70.76 | - |
YUV | 186.75 | 143.95 | 138.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 174 | 215 | 0.07 | 0.19 | 0 | 0.16 | 279.51 | 0.34 | 0.76 |
Hex | C9 | AE | D7 | 7 | 13 | 0 | 10 | 118 | 22 | 4C |
Octal | 311 | 256 | 327 | 7 | 23 | 0 | 20 | 430 | 42 | 114 |
Binary | 11001001 | 10101110 | 11010111 | 111 | 10011 | 0 | 10000 | 100011000 | 100010 | 1001100 |
Color Harmonies of #C9AED7
Complementary color
Monochromatic Colors of #C9AED7
Black with #C9AED7
Text Example
Text Example
White with #C9AED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AED7; }
p { color: rgb(201,174,215); }
H1.HeaderClassName
{
color: #C9AED7;
}
.AnyTagClassName
{
color: #C9AED7;
}
</style>
background-color css
<style>
a { background-color: #C9AED7; }
a { background-color: rgb(201,174,215); }
div.DivClassName
{
background-color: #C9AED7;
}
.BgClassName
{
background-color: #C9AED7;
}
</style>
border-color css
<style>
span { border-color: #C9AED7; }
span { border-color: rgb(201,174,215); }
td.TdClassName
{
border-color: #C9AED7;
}
.TagClassName
{
border-color: #C9AED7;
}
</style>