Shades of Prelude #C5AED4
Tints of Prelude #C5AED4
RGB
CMYK
RGB Variations
Color information
#C5AED4 (or 0xC5AED4) is known color: Prelude. HEX triplet: C5, AE and D4. RGB value is (197,174,212). Sum of RGB (Red+Green+Blue) = 197+174+212=583 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.79% from 583); Green value is 174 (68.36% from 255 or 29.85% from 583); Blue value is 212 (83.20% from 255 or 36.36% from 583); Max value from RGB is 212 - color contains mainly: blue. Hex color #C5AED4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AED4 is #3A512B. Grayscale: #B9B9B9. Windows color (decimal): -3821868 or 13938373. OLE color: 13938373.
HSL color Cylindrical-coordinate representation of color #C5AED4: hue angle of 276.32º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C5AED4 is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 197 | 174 | 212 | - |
| CMYK | 0.07 | 0.18 | 0 | 0.17 |
| HSL | 276.32º | 0.31% | 0.76% | - |
| HSV(B) | 276.32º | 0.18% | 0.83% | - |
| XYZ | 50.05 | 46.9 | 68.7 | - |
| YUV | 185.21 | 143.12 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 174 | 212 | 0.07 | 0.18 | 0 | 0.17 | 276.32 | 0.31 | 0.76 |
| Hex | C5 | AE | D4 | 7 | 12 | 0 | 11 | 114 | 1F | 4C |
| Octal | 305 | 256 | 324 | 7 | 22 | 0 | 21 | 424 | 37 | 114 |
| Binary | 11000101 | 10101110 | 11010100 | 111 | 10010 | 0 | 10001 | 100010100 | 11111 | 1001100 |
Color Harmonies of #C5AED4
Complementary color
Monochromatic Colors of #C5AED4
Black with #C5AED4
Text Example
Text Example
White with #C5AED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AED4; }
p { color: rgb(197,174,212); }
H1.HeaderClassName
{
color: #C5AED4;
}
.AnyTagClassName
{
color: #C5AED4;
}
</style>
background-color css
<style>
a { background-color: #C5AED4; }
a { background-color: rgb(197,174,212); }
div.DivClassName
{
background-color: #C5AED4;
}
.BgClassName
{
background-color: #C5AED4;
}
</style>
border-color css
<style>
span { border-color: #C5AED4; }
span { border-color: rgb(197,174,212); }
td.TdClassName
{
border-color: #C5AED4;
}
.TagClassName
{
border-color: #C5AED4;
}
</style>