Shades of Prelude #C5AECD
Tints of Prelude #C5AECD
RGB
CMYK
RGB Variations
Color information
#C5AECD (or 0xC5AECD) is known color: Prelude. HEX triplet: C5, AE and CD. RGB value is (197,174,205). Sum of RGB (Red+Green+Blue) = 197+174+205=576 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.20% from 576); Green value is 174 (68.36% from 255 or 30.21% from 576); Blue value is 205 (80.47% from 255 or 35.59% from 576); Max value from RGB is 205 - color contains mainly: blue. Hex color #C5AECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AECD is #3A5132. Grayscale: #B8B8B8. Windows color (decimal): -3821875 or 13479621. OLE color: 13479621.
HSL color Cylindrical-coordinate representation of color #C5AECD: hue angle of 284.52º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C5AECD is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 174 | 205 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.20 |
| HSL | 284.52º | 0.24% | 0.74% | - |
| HSV(B) | 284.52º | 0.15% | 0.8% | - |
| XYZ | 49.18 | 46.55 | 64.15 | - |
| YUV | 184.41 | 139.62 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 174 | 205 | 0.04 | 0.15 | 0 | 0.20 | 284.52 | 0.24 | 0.74 |
| Hex | C5 | AE | CD | 4 | F | 0 | 14 | 11D | 18 | 4A |
| Octal | 305 | 256 | 315 | 4 | 17 | 0 | 24 | 435 | 30 | 112 |
| Binary | 11000101 | 10101110 | 11001101 | 100 | 1111 | 0 | 10100 | 100011101 | 11000 | 1001010 |
Color Harmonies of #C5AECD
Complementary color
Monochromatic Colors of #C5AECD
Black with #C5AECD
Text Example
Text Example
White with #C5AECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AECD; }
p { color: rgb(197,174,205); }
H1.HeaderClassName
{
color: #C5AECD;
}
.AnyTagClassName
{
color: #C5AECD;
}
</style>
background-color css
<style>
a { background-color: #C5AECD; }
a { background-color: rgb(197,174,205); }
div.DivClassName
{
background-color: #C5AECD;
}
.BgClassName
{
background-color: #C5AECD;
}
</style>
border-color css
<style>
span { border-color: #C5AECD; }
span { border-color: rgb(197,174,205); }
td.TdClassName
{
border-color: #C5AECD;
}
.TagClassName
{
border-color: #C5AECD;
}
</style>