Shades of Prelude #C5AED0
Tints of Prelude #C5AED0
RGB
CMYK
RGB Variations
Color information
#C5AED0 (or 0xC5AED0) is known color: Prelude. HEX triplet: C5, AE and D0. RGB value is (197,174,208). Sum of RGB (Red+Green+Blue) = 197+174+208=579 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.02% from 579); Green value is 174 (68.36% from 255 or 30.05% from 579); Blue value is 208 (81.64% from 255 or 35.92% from 579); Max value from RGB is 208 - color contains mainly: blue. Hex color #C5AED0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AED0 is #3A512F. Grayscale: #B8B8B8. Windows color (decimal): -3821872 or 13676229. OLE color: 13676229.
HSL color Cylindrical-coordinate representation of color #C5AED0: hue angle of 280.59º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C5AED0 is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 174 | 208 | - |
| CMYK | 0.05 | 0.16 | 0 | 0.18 |
| HSL | 280.59º | 0.27% | 0.75% | - |
| HSV(B) | 280.59º | 0.16% | 0.82% | - |
| XYZ | 49.55 | 46.7 | 66.08 | - |
| YUV | 184.75 | 141.12 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 174 | 208 | 0.05 | 0.16 | 0 | 0.18 | 280.59 | 0.27 | 0.75 |
| Hex | C5 | AE | D0 | 5 | 10 | 0 | 12 | 119 | 1B | 4B |
| Octal | 305 | 256 | 320 | 5 | 20 | 0 | 22 | 431 | 33 | 113 |
| Binary | 11000101 | 10101110 | 11010000 | 101 | 10000 | 0 | 10010 | 100011001 | 11011 | 1001011 |
Color Harmonies of #C5AED0
Complementary color
Monochromatic Colors of #C5AED0
Black with #C5AED0
Text Example
Text Example
White with #C5AED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AED0; }
p { color: rgb(197,174,208); }
H1.HeaderClassName
{
color: #C5AED0;
}
.AnyTagClassName
{
color: #C5AED0;
}
</style>
background-color css
<style>
a { background-color: #C5AED0; }
a { background-color: rgb(197,174,208); }
div.DivClassName
{
background-color: #C5AED0;
}
.BgClassName
{
background-color: #C5AED0;
}
</style>
border-color css
<style>
span { border-color: #C5AED0; }
span { border-color: rgb(197,174,208); }
td.TdClassName
{
border-color: #C5AED0;
}
.TagClassName
{
border-color: #C5AED0;
}
</style>